#890 · Primary category: AI Agents & Automation
mini-agi
MiniAGI is a simple general-purpose AI agent based on the OpenAI API.
Project last updated:06/14/23
GitHub Stars
2.9K
Forks
307
Contributors
16
License
MIT
Why we included this project
MiniAGI shows how a working autonomous agent can be built from just a few pieces: a solid system prompt, a minimal toolset for running shell commands and Python, and a short-term memory that summarizes as it goes. Give it an objective, like drawing a car or assembling a small website, and it plans, executes steps, and self-corrects until the task is done. Because it targets the OpenAI API and keeps its own footprint tiny, it reads well as a compact reference for how chain-of-thought, inner monologue, and self-criticism fit together in practice. Teams learning agent design will appreciate being able to trace the entire loop in one small codebase. The optional critic mode is a handy on/off switch for seeing how extra self-review changes output quality relative to API cost.
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
openclaw
Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞
hermes-agent
The agent that grows with you
n8n
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
deepseek-harness
DeepSeek Harness: Everything is a Plugin.
AutoGPT
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.