Not an agentic chat. A configurable execution environment for AI agents.
⟐
Multi-Agent Orchestration
Orchestrator delegates to specialized agents by role. Each agent has scoped tools, models, and permissions. Config-driven, no code changes.
⫶
Parallel Execution
Decompose goals into independent subtasks and dispatch them concurrently. Research 8 companies simultaneously. Batch-process documents in parallel.
⊞
MCP-Native Tools
Model Context Protocol for tool integration. Filesystem, web search, databases, code execution: any MCP server works. Per-agent scoping.
⟁
Skills System
Agents discover and load operational playbooks at runtime. Keep prompts lean. Extend capabilities without code changes. Hot-reload on the fly.
↻
Continuous & Autonomous
Goal-driven loops with configurable intervals. Watchdog process for crash recovery. Session state persistence across restarts.
⊘
Scoped Isolation
Per-user or per-environment instances via config overrides. Filesystem allowlists. Sandboxed Docker execution. Multi-tenant ready.
◇
Any LLM Provider
OpenAI-compatible endpoints. OpenRouter, Ollama, LiteLLM, vLLM, direct APIs. Per-agent model routing with runtime swapping.
⊡
Layered Memory
In-context compaction, semantic vector search, structured knowledge graph, and filesystem artifact exchange. Agents remember across sessions.
⧉
Embeddable
Standalone binary. Machine-readable stdio mode. Config-driven behavior. Embed into backend services, CI/CD pipelines, or products.
⌁
Editor Integration (ACP)
Native Agent Client Protocol adapter. Drive the full swarm from Zed and other ACP editors, with model selection and streaming tool output.
⎏
Native REPL & Shell
Built-in persistent Python REPL and shell execution as first-class tools. Long-running jobs, live input, and per-agent isolation without external MCP servers.
⧟
Subscription Sign-In
Authenticate with existing Claude and Codex subscriptions via OAuth. Run on your plan, no per-token API billing, alongside any OpenAI-compatible endpoint.