Documentation
Everything you need to build.
Start with the user guide. Deep-dive into any module. All docs are in the GitHub repo.
User guide
Getting started, connecting platforms, creating agents.
Architecture
System overview — every process, port, and module.
Message flow
Complete step-by-step: user message → LLM → response.
Routing
How messages are assigned to the right agent.
LLM providers
Accounts, failover, multiple providers, CLI vs API.
Context & memory
How context is built, memory system, auto-compaction.
Queue & scheduler
Job queue, priorities, retries, scheduled tasks.
Security
Auth, VPS setup, API keys, Docker sandbox, credentials.
Extensibility
Custom tools, skills, connectors, plugins.
Connectors
Platform-specific docs: Discord, Telegram, Slack, WhatsApp, SMS, Email, Web.
Troubleshooting
What to check when things break. SQL debug queries.
Deployment
Docker, VPS bare metal, systemd, nginx, backups.
API reference
Complete REST API reference — all endpoints, auth, responses.
All docs live in the repo
Every doc is a Markdown file in /docs on GitHub. Edit them, fork them, contribute back.