Multi-Agent Isolation
Each agent has its own SQLite memory, persona, encrypted vault, and extensible skills.
Run local AI agents with isolated memory, tool execution, and multi-channel integrations
Get up and running in minutes:
# Install moxxy
curl -fsSL https://raw.githubusercontent.com/moxxy-ai/moxxy/main/install.sh | bash
# Run first-time setup
moxxy init
# Start the web dashboard
moxxy gateway start
moxxy web┌──────────────────────────────────────────────────┐
│ moxxy Gateway │
├──────────┬───────────┬───────────┬───────────────┤
│ Telegram │ Discord │ Slack │ WhatsApp │
│ Bot │ Bot │ Bot │ Bridge │
├──────────┴───────────┴───────────┴───────────────┤
│ AutonomousBrain (ReAct) │
│ LLM → <invoke> → Skill → Result │
├──────────────────────────────────────────────────┤
│ Agent 1 │ Agent 2 │ Agent N │
│ ┌─────────────┐ │ ┌─────────────┐ │ │
│ │ memory.db │ │ │ memory.db │ │ ... │
│ │ persona.md │ │ │ persona.md │ │ │
│ │ vault │ │ │ vault │ │ │
│ │ skills/ │ │ │ skills/ │ │ │
│ └─────────────┘ │ └─────────────┘ │ │
├──────────────────────────────────────────────────┤
│ Shared swarm.db │
└──────────────────────────────────────────────────┘| Section | Description |
|---|---|
| Getting Started | Installation and first steps |
| CLI Reference | All CLI commands and options |
| Core Concepts | Agents, skills, memory, and the brain |
| Configuration | LLM providers, vault, and container setup |
| Channels | Connect to Telegram, Discord, Slack, WhatsApp |
| Skills | Built-in skills and creating custom ones |
| API Reference | REST API documentation |
| Advanced | WASM sandboxing, dev mode, webhooks |
Moxxy is open source under the MIT License.