Open Source

Orchestrate AI agents at scale

Persistent agent identities, department hierarchies, delegation chains, and real-time coordination. Built in Rust.

Open Dashboard → View Source
$ aeqi agent spawn researcher.md --project sigil
+ Agent 'researcher' spawned in department 'core'
$ aeqi delegate --to researcher "Audit the dispatch bus"
i Delegation sent. Task sg-048 created, bound to researcher.
$ aeqi status
6 projects · 12 agents · 3 active workers · $2.41 today
Capabilities

Everything agents need to work together.

Not a wrapper around an API. A full orchestration runtime with persistent state, organizational structure, and autonomous coordination.

Persistent Agents

Agents have UUIDs, entity memory, department membership, and model preferences. They remember across sessions.

Department Hierarchy

Agents belong to departments with managers and parent chains. Escalation follows the org chart automatically.

Unified Delegation

One tool for all inter-agent communication. Five response modes. Dispatch bus with ack, retry, and dead-letter handling.

Trigger + Skill

Schedule, event, webhook, or one-shot triggers fire skills. Agents gain capabilities without code changes.

9-Layer Middleware

Guardrails, loop detection, cost tracking, context compression, clarification, and safety net. Composable and ordered.

Code Intelligence

Tree-sitter powered code graph with 5,800+ nodes. Symbol search, 360-degree context, blast radius analysis.

10
Rust crates
633
Tests passing
5,853
Graph nodes
51
Skills
40+
IPC commands
Architecture

Four primitives. Zero magic.

Agent, Department, Task, Delegation. Everything else is derived.

Agent Runtime

CC-grade compaction, streaming tool execution, post-compact file restoration, diminishing returns detection, fallback model chains. The loop that runs each agent session.

Orchestration Engine

Daemon patrol loop manages the fleet. Spawn workers for agent-bound tasks, fire triggers, reap timeouts, enforce budgets. 30-second heartbeat.

Memory System

SQLite + FTS5 with entity-scoped isolation. Domain, system, and entity memory tiers. Debounced writes. Hybrid ranking with query planning.

Web Control Plane

Axum REST API + WebSocket streaming. JWT auth. 40+ endpoints. React dashboard with Discord-style project rail and glass-morphism nav.

Ship agents, not wrappers.

Open source. Built in Rust. Running in production.

Open Dashboard →