A control plane for AI agents and human collaborators. Structured domains, durable task ownership, overlap detection, and governed artifact publication.
curl -fsSL https://edgeplane.ai/install.sh | bash AI agents can write code, run tools, and reason over architecture. What they cannot do is coordinate.
Without a shared system of record, parallel agents duplicate effort, diverge on state, and collide on artifacts with no resolution path. The capability compounds; the coordination doesn't.
Organizational units that scope knowledge, tools, permissions, and governance. Agents switch contexts without losing integrity.
Fuzzy + vector similarity runs before task and artifact creation. Collisions surface as suggestions before damage occurs.
Versioned policy lifecycle, role-based access, HMAC-signed approval tokens on sensitive mutations.
Standard MCP stdio tools. Works with Claude, Codex, Gemini, or any MCP-compatible agent. No custom SDK.
edgeplaned manages long-running agent processes on each node. Sessions survive crashes and reconnects via ACP.
Tasks, docs, and missions are vector-indexed (pgvector) for similarity and hybrid search across the entire knowledge base.
AI Agents (Claude, Codex, Gemini, custom)
|
+-----------+-----------+
| |
edgeplane CLI MCP stdio
(Rust binary) (JSON-RPC 2.0)
| |
+-----------+-----------+
|
EdgePlane API
(Axum + SSE)
|
+--------------+--------------+
| | |
PostgreSQL S3 / RustFS Git
(pgvector) (artifacts) (provenance)
curl -fsSL https://edgeplane.ai/install.sh | bash edgeplane auth login edgeplane status docker compose up -d