Home/AI Agents/openagent
openagent logo

openagent

Haohao-end/openagent

Harness architecture for rapidly building vertical AI agents

GraphCanon updated 1d · GitHub synced 1d

792 stars80 forksLast push 1mo Python MIT

Decision brief

OpenAgent integrates OpenAI and Dify, focusing on deep reasoning loops, visual workflows, RAG, and agent delegation in Python under MIT license.

Good fit when

  • Need integration of OpenAI and Dify functionalities.
  • Developing projects requiring deep reasoning with AI agents.

Avoid when

  • Projects requiring only basic AI functionality without deep reasoning loops or RAG.
  • Teams preferring non-Python environments for AI agent development.

Observed Jul 12, 2026 · Source: enrich:decision_facts

Verify the decision

Maintenance and security

Full trust report
Maintenance
Steady (34d since push)
As of 1d
Provenance
Not a fork · Personal account
As of 1d
Security (OSV)
No lockfile
As of 1w

Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.

Install

pip install openagent
PyPI

How it fits your stack(30)

Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.

Alternative

Integrates

Related

Relationship graph

Optional deeper exploration of typed edges and category neighbours.

Similar tools

Same-category neighbours not already linked as typed edges.

Evidence and technical details

Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.

Overview

OpenAgent is a platform that aims to integrate functionalities from OpenAI and Dify into one tool. It focuses on deep reasoning loops, visual workflows, RAG (Retrieval-Augmented Generation), and agent-to-agent delegation.

Capability facts

Languages
python

Source: github.language · Aug 21, 2026

Categories

Graph entities

Tags

README

Installation

  1. Clone the repository.

    git clone https://github.com/Haohao-end/openagent.git
    cd openagent
    
  2. Create the runtime environment file.

    cp api/.env.example api/.env
    
  3. Review the minimum required settings in api/.env.

    • JWT_SECRET_KEY
    • POSTGRES_PASSWORD
    • REDIS_PASSWORD
    • WEAVIATE_API_KEY
    • VITE_API_PREFIX
    • At least one provider key such as OPENAI_API_KEY, ATLASCLOUD_API_KEY, DEEPSEEK_API_KEY, or DASHSCOPE_API_KEY
  4. Start the Docker stack.

    cd docker
    docker compose up -d --build
    
  5. Open the local services.

    ServiceURLNotes
    Frontendhttp://localhost:3000Vue 3 web UI
    APIhttp://localhost:5001Flask REST API
    Nginxhttp://localhostReverse proxy

For agents

This page has a .md twin and JSON over the API.

Was this helpful?

Anonymous feedback helps us improve pages and translations.