-
Notifications
You must be signed in to change notification settings - Fork 81
Home
unohee edited this page Apr 16, 2026
·
2 revisions
Autonomous AI agent orchestrator — Claude, GPT, Codex, and local models (Ollama/LMStudio/llama.cpp)
OpenSwarm orchestrates multiple AI agents as autonomous code workers. It picks up Linear issues, runs Worker/Reviewer pair pipelines, reports to Discord, and retains long-term memory via LanceDB.
| Page | Description |
|---|---|
| Quick Start | Installation and first run |
| CLI Reference | All CLI commands and options |
| Configuration |
config.yaml full reference |
| Architecture | System design, pipeline flow, adapter model |
| Discord Commands | Full Discord bot command reference |
| Code Registry | Entity registry, BS Detector, annotations |
| Adapters | Claude, GPT, Codex, Local model providers |
| Memory System | Cognitive memory, embeddings, retrieval |
| Autonomous Mode | Heartbeat, scheduling, pair pipelines |
| FAQ | Frequently asked questions |
- npm: @intrect/openswarm
- GitHub: unohee/OpenSwarm
- Issues: GitHub Issues
Getting Started
Reference
Deep Dive
Help