#1018 · Primary category: AI Agents & Automation

openagi

agents agi generative-ai hacktoberfest hacktoberfest-accepted hacktoberfest2023 hacktoberfest2024 large-language-models llm openagi openai

Paving the way for open agents and AGI for all.

Project last updated:02/25/25

GitHub Stars

622

Forks

130

Contributors

23

License

Apache-2.0

Why we included this project

OpenAGI is a Python framework for building multi-agent systems. You define an Admin agent, a task planner that breaks requests into steps, and specialized workers with their own roles, instructions, and tools like web search. It works with OpenAI, Gemini, and other LLM backends, has a long-term memory module so agents remember past interactions, and can run manually or fully autonomously. Teams can use it to prototype a trip-planning assistant or a research agent that chains searches and reasoning, without having to build the orchestration, memory, and tool-calling plumbing themselves. It's a framework to build on, not a finished app, so it suits developers who want control over agent behavior but also want sensible defaults.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category