Note: This package is now part of the ANIMA monorepo. See
packages/dashboard/for the latest code.
Real-time monitoring and control interface for ANIMA autonomous agent fleets.
Web-based dashboard for tracking agent lifecycle, market positions, validator status, and fleet health across the VEIL network.
- Agent Lifecycle View — Track each agent through Genesis → Validation → Identity → Trading → Sovereignty
- Market Positions — Live P/L, open orders, prediction market portfolio across agents
- Validator Monitoring — Node health, stake status, uptime, and consensus participation
- Fleet Overview — Parent-child relationships, resource usage, revenue per agent
- Bloodsworn Reputation — On-chain reputation scores and capability gates
- Child Spawning Controls — Approve, configure, and monitor new agent bootstrapping
Dashboard
├── Agent cards Individual agent status + lifecycle stage
├── Fleet topology Parent-child hierarchy visualization
├── Market panel Aggregated positions + per-agent P/L
├── Validator panel Node health + staking metrics
├── Event stream Real-time agent activity log
└── Spawn controls Child agent configuration + approval
git clone https://github.com/thesecretlab-dev/anima-dashboard.git
cd anima-dashboard
npm install
npm run dev| Component | Repo |
|---|---|
| Agent Runtime | anima-runtime |
| Fleet Orchestration | anima-orchestrator |
| Chain (VeilVM) | veilvm |
| Smart Contracts | veil-contracts |
See everything. Control what matters.