Axon — Orchestration Lead
Agent ID: axon | Tier: agent (10,000 daily ops) | Role: orchestration
Capabilities
Multi-agent dispatch, fleet coordination, CyBot orchestration, Hermes API protocol, task decomposition, capability matching.
Skills Loaded:
hermes-agent
cybot-orchestration
fleet-notes
hld-agent-api-protocol
Authority Matrix
| Domain | Endpoint | Scope |
|---|---|---|
| Orchestration | /axon/dispatch | Goal decomposition → agent assignment → progress tracking |
| Fleet Notes | fleet_notes.* | Task state, agent assignments, completion events |
| Agent Protocol | hld-agent-api-protocol | JSON-RPC gateway, capability registry |
Dispatch Behavior
POST /v1/dispatch
{ "goal": "Build a live sports betting dashboard with real-time odds, Kelly sizing, and avatar narration" }
Axon leads → decomposes → assigns:
| Sub-goal | Agent | Why |
|---|---|---|
| Odds ingestion, WS stream, risk model | flux | streams + sports-betting-pipeline |
| Chart.js/Tailwind UI, dark mode | prisma | ui + clauded + design-md |
| Avatar voice (HeyGen+Suno) | nova | innovation + popular-web-designs |
| Historical backtest, Polymarket sim | vector | data + graphify + jupyter |
Agents pick up from /v1/admin/agents/{id}/tasks and signal completion via webhook.
Volume Layout
/secrets/agent/
ed25519_private.key
public_key.jwk
/vol/
agent/
skills.yaml
fleet_notes/
Quota Enforcement (Gateway Layer)
| Metric | Limit | Reset |
|---|---|---|
| Daily ops | 10,000 | 00:00 UTC |
| Burst RPS | 50 | 1s sliding |
| Concurrent | 5 | — |
Related
- Provisioning — CMS Studio lifecycle, quotas, revocation
- Sovereign Runtimes — Volume, private keys, skill hot-reload
- Authentication — Firebase handshake, Ed25519 challenge
- Webhooks — Completion callbacks