Multi-Agent Isolation
Each agent has its own sandboxed workspace, persona, markdown memory journals, encrypted vault grants, and configurable primitive allowlists.
Run local AI agents with sandboxed workspaces, 85 built-in primitives, and multi-channel integrations. Built in Rust.
Get up and running in minutes:
# Install the CLI via npm
npm install --global @moxxy/cli
# Run interactive setup (provider, API keys, gateway download)
moxxy init
# The gateway starts automatically -- your API is live at http://127.0.0.1:3000┌──────────────────────────────────────────────────┐
│ moxxy-gateway (Rust/Axum) │
│ REST API on port 3000 │
├──────────────┬───────────────────────────────────┤
│ Telegram │ Discord │
│ Channel │ Channel │
├──────────────┴───────────────────────────────────┤
│ ReAct Loop (LLM + Primitives) │
│ LLM → Primitive Call → Result → LLM │
├──────────────────────────────────────────────────┤
│ Agent 1 │ Agent 2 │ Agent N │
│ ┌─────────────┐ │ ┌─────────────┐ │ │
│ │ workspace/ │ │ │ workspace/ │ │ ... │
│ │ memory/ │ │ │ memory/ │ │ │
│ │ config.yaml │ │ │ config.yaml │ │ │
│ │ allowlist │ │ │ allowlist │ │ │
│ └─────────────┘ │ └─────────────┘ │ │
├──────────────────────────────────────────────────┤
│ moxxy.db (SQLite WAL) │ vault.key (AES-GCM) │
└──────────────────────────────────────────────────┘| Section | Description |
|---|---|
| Getting Started | Installation, setup wizard, and first agent |
| CLI Reference | All CLI commands and gateway management |
| Core Concepts | Agents, primitives, skills, memory, and hive orchestration |
| Configuration | LLM providers, vault, and sandbox settings |
| Channels | Connect to Telegram and Discord |
| API Reference | REST API with authentication, agents, runs, events, and more |
| Advanced | OS-level sandboxing and webhook integrations |
Moxxy is open source under the MIT License.