The Sovereign Tron Platform.

Local-first, cloud-optional autonomous agent runtime. 18,324 lines of pure Rust powering distributed swarm intelligence with economic constraints and cognitive mesh reasoning. This is the live command center — wired to the running stack.

18,324
Lines of Rust
6
Orbital Sectors
Swarm Nodes
O(1)
Memory Ops
⬡ SOVEREIGN K — COMMAND CENTER
LIVE

SWARM

presence

MESSAGES

mesh total

KNOWLEDGE

SoulBrain docs

CHUNKS

SoulBrain embedded

CODE

CodeBrain docs

SENSES

status

Six Orbital Sectors

Each sector maps to specific backend Rust modules, exposing unified API endpoints to the frontend command interface.

SECTOR 01

Dashboard

The Command Center — real-time system metrics, ROI calculations, and swarm tracking.

  • src/economic_engine/ — Credit cost per token, ROI tracking
  • src/agent_loop/ — Autonomous task spawning
  • GET /metrics — Swarm size, missions completed
SECTOR 02

Cron

Long-running, asynchronous, and scheduled tasks without requiring user presence.

  • src/mission_engine/ — DAG-based task graph parsing
  • src/config/ — Persistent configuration states
  • POST /cron/schedule — Create recurring jobs
SECTOR 03

Journey

Unified timeline converging chats, extracted knowledge, and past mission logs.

  • src/memory_store/ — Sled (fast), Nerd (hybrid), SoulBrain (planetary)
  • src/chat_history.rs — Multi-turn session states
  • GET /memories — Tiered memory recall
SECTOR 04

Command

Primary input vector for direct user instruction and terminal-like execution.

  • src/cognitive_mesh/ — Multi-model parallel reasoning
  • src/tool_executor/ — Safe bash, file I/O, API execution
  • POST /chat/stream — Real-time reasoning output
SECTOR 05

Skills

Specialized roles and capabilities that the Swarm can assume on demand.

  • src/cognitive_architecture/ — Workflow patterns (Coder, Writer, Reviewer)
  • src/models/ — LLM registry with success rate tracking
  • GET /skills/list — Available role definitions
SECTOR 06

Tools

External connections, integrations, and distributed compute node fabric.

  • src/swarm_manager/ — UDP peer discovery, load balancing
  • src/messaging_gateway/ — Discord, Slack, SMS integration
  • src/security/ — AES-GCM P2P encryption, CSM sandboxing

API Bridge Architecture

FRONTEND 6 Orbital Sectors Live Canvas Command Center + Telemetry AXUM API SERVER GET /metrics POST /chat /chat/stream GET /memories GET /swarm/peers GET /cognitive/status GET /system/info POST /cron/schedule GET /skills/list BACKEND RUST 18,324 LOC SoulBrain · Comm Senses · CodeBrain HTTP Requests Module Calls

Sovereign Infrastructure — Ready to Deploy

Self-contained Rust binary. Single configuration file. Zero external dependencies. The complete Tron platform runtime for autonomous agent swarms.