GraphCanon updated 1w · GitHub synced 1w
Decision brief
OpenAGI is an agent creation package allowing for the development of AI agents that can integrate with the AIOS system. It's recommended to migrate towards Cerebrum, which offers a newer SDK.
Good fit when
- - **Current Projects**: If you have existing projects built on OpenAGI and they need continued maintenance or minor updates rather than a major overhaul
- - **Limited Scope**: For agents where the full potential of upgraded frameworks like Cerebrum is not necessary and can perform well with currently available features
Avoid when
- - **New Projects**: OpenAGI recommends migration to Cerebrum, marking it unsuitable for new projects looking towards future-proof solutions
- - **Advanced Development Needs**: When requiring enhanced capabilities or features that are only included in the newer framework (Cerebrum), sticking with OpenAGI may limit advancement
- Hosting:
- self hosted - OpenAGI is a self-hostable package that requires deployment and management on your own infrastructure.
- Pricing:
- freemium - Free to use under MIT license; free for non-commercial purposes, commercial projects might require additional agreements or payment plans not specified in the repository.
Observed Jul 12, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Dormant (617d since push)
- As of 1w
- Provenance
- Not a fork · Organization account
- As of 1w
- Security (OSV)
- 1 low (1 low)
- As of 1mo
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install OpenAGI PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
A toolset to create AI agents for integration into the AIOS system, now recommending migration to Cerebrum for agent development.
Capability facts
- Languages
- python
Source: github.language+pyproject.toml · Aug 8, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Tags
README
✈️ Getting Started
OpenAGI is used as the agent creation package to build agents for AIOS. Notice: For building up agents in the AIOS, please migrate to the Cerebrum, which is our latest SDK to connect with AIOS kernel.
Installation
From PyPI
pip install pyopenagi
Locally
git clone https://agiresearch/OpenAGI
cd OpenAGI
pip install -e .
For agents
This page has a .md twin and JSON over the API.