AgentForge is a low-code framework for rapid development, testing, and iteration of AI-powered autonomous agents and cognitive architectures. Its core concepts - flexible Agents, declarative Cogs, and optional Memory - support both simple first runs and sophisticated multi-agent orchestration.
Compatible with a range of LLM models—including OpenAI, Google's Gemini, Anthropic's Claude, and local models via Ollama or LMStudio—AgentForge lets you run different models for different agents as needed.
If you are new to AgentForge, start with the public docs hub before opening schemas, memory, storage, subclassing, utilities, or legacy Tools/Actions references.
Start with AgentForge Documentation.
The docs hub gives the recommended order for the first smoke test, the first real Codex-backed model run, the beginner Cog examples, and the advanced references.
Build agents and cognitive architectures (multi-agent systems) with:
- Declarative Cogs: Orchestrate multi-agent workflows, branching logic, and memory using simple YAML files. Cogs are the primary way to compose agents into complex, reusable workflows.
- Customizable Agents: Define agents using YAML prompt templates and configuration.
- Integrated Memory: Add contextual memory to agents and cogs for coherent, context-aware interactions. Memory nodes are declared in Cogs and made available to agents automatically.
- Personas: Configure agent identity, style, and context using persona YAML files.
- Dynamic Prompt Templates: Use flexible prompt templates that adapt to various contexts and memory.
- LLM Agnostic: Run different agents with different LLMs as needed.
- On-The-Fly Prompt Editing: Modify prompts in real-time without restarting the system.
- OpenAI, Google & Anthropic API Support: Integrate with popular LLM APIs.
- Open-Source Model Support: Leverage local models through Ollama and LMStudio.
- Docs Hub: Canonical public navigation for first runs and reference material.
- Quickstart: Install, scaffold
.agentforge/, and run a no-credential debug smoke test. - First Real Model Run: Use the default Codex OAuth model path or choose another provider.
- Advanced Reference: Find Agents, Cogs, settings, APIs, memory, storage, utilities, and legacy Tools/Actions references after the beginner path is clear.
We welcome issues and pull requests with improvements or bug fixes!
- Email: contact@agentforge.net
- Discord: Join our Discord Server
This project is licensed under the GNU General Public License v3.0. See LICENSE for more details.
