Skip to content

moxxySelf-hosted Multi-Agent AI Framework

Run local AI agents with sandboxed workspaces, 85 built-in primitives, and multi-channel integrations. Built in Rust.

Moxxy

Quick Start

Get up and running in minutes:

bash
# 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

Architecture Overview

┌──────────────────────────────────────────────────┐
│              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)    │
└──────────────────────────────────────────────────┘

What Can Moxxy Do?

  • Automate repetitive tasks -- Agents execute shell commands, manage files, and interact with Git repositories
  • Monitor systems -- Heartbeats wake agents on schedule to check APIs, logs, and services
  • Orchestrate agent teams -- Hive mode coordinates Queen and Worker agents for complex multi-step workflows
  • Build conversational bots -- Deploy agents to Telegram and Discord with user pairing and message routing
  • Develop AI applications -- Full REST API with SSE events, bearer token auth, and 60 event types

Documentation Sections

SectionDescription
Getting StartedInstallation, setup wizard, and first agent
CLI ReferenceAll CLI commands and gateway management
Core ConceptsAgents, primitives, skills, memory, and hive orchestration
ConfigurationLLM providers, vault, and sandbox settings
ChannelsConnect to Telegram and Discord
API ReferenceREST API with authentication, agents, runs, events, and more
AdvancedOS-level sandboxing and webhook integrations

Community

License

Moxxy is open source under the MIT License.

Open source · Self-hosted · Data sovereign