GraphCanon updated 1d · GitHub synced 1d
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 PyPIHow it fits your stack(30)
Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.
Alternative
Integrates
Depends on
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
-
Clone the repository.
git clone https://github.com/Haohao-end/openagent.git cd openagent -
Create the runtime environment file.
cp api/.env.example api/.env -
Review the minimum required settings in
api/.env.JWT_SECRET_KEYPOSTGRES_PASSWORDREDIS_PASSWORDWEAVIATE_API_KEYVITE_API_PREFIX- At least one provider key such as
OPENAI_API_KEY,ATLASCLOUD_API_KEY,DEEPSEEK_API_KEY, orDASHSCOPE_API_KEY
-
Start the Docker stack.
cd docker docker compose up -d --build -
Open the local services.
Service URL Notes Frontend http://localhost:3000 Vue 3 web UI API http://localhost:5001 Flask REST API Nginx http://localhost Reverse proxy
For agents
This page has a .md twin and JSON over the API.