Stage 0: Conception β
Heartbeat is alive. The organism has a pulse.
Current Stage: 6 β MESH (See the organism firing in real time)
| Metric | Value |
|---|---|
| Stage | 6 β Mesh Visualization (live organism view) |
| Tests | 74 passing |
| Agents | 1 Axiom (framework) + N dynamic (tenant) + N passive (people) |
| Catalog Skills | 18 (messaging, tasks, agents, governance, data, pages, people) |
| Data Model | Per-agent namespaces + plugin-owned contact books |
| Source of Truth | Filesystem (tenant/agents/ + plugins/ + MongoDB data) |
| External Bridges | Plugin system (watches inboxes, formats, sends externally) |
| Channels | 1 (HTTP/mock) |
| Database | MongoDB (embedded) |
| Observability | X-Ray (every request traced) |
This is a domain-agnostic framework. It ships with zero bias toward any industry or use case:
The framework can power:
What ships: The living primitives β heart, brain, nerve, skeleton, memory, senses, and DNA.
What gets built per customer: Everything else. Through conversation with Axiom.
cd orbita-core
npm start # Runs the organism (embedded MongoDB auto-starts)
npm test # 37 tests β proof of life
npm run docs # This documentation
# Then open:
# http://localhost:3210/talk β Chat with Axiom
# http://localhost:3210/xray β X-Ray dashboard