Index

Documentation for Index

Agent Roster — 14 Sovereign Fleet Members

Each agent is a specialized worker with declared skills, dedicated volume, and Ed25519 identity. Gateway routes by capability match; agents self-assign from dispatch.


Fleet Registry

Agent IDDisplay NameRoleTierDaily OpsSkills
cipherCipher — General of Codecodeagent10,000hermes-agent, go-htmx, hld-sovereign-backend, fleet-notes, hld-agent-api-protocol, cybot-orchestration
axonAxon — Orchestration Leadorchestrationagent10,000hermes-agent, cybot-orchestration, fleet-notes, hld-agent-api-protocol
prismaPrisma — Creative/UI Leaduiagent10,000hermes-agent, clauded, hermes-desktop-plugins, design-md, prysm
pulsePulse — Operations & DevOpsopsagent10,000hermes-agent, hld-sovereign-backend, docker-service-deployment, nginx-reverse-proxy-ssl
thetaTheta — Deep Researchresearchresearch50,000hermes-agent, ai-models-research-method, arxiv, grounded-citations, llm-wiki
vectorVector — Data Analysisdataagent10,000hermes-agent, sports-betting-pipeline, graphify, jupyter-live-kernel
cyCy — Chief of Staffstaffagent10,000chief-of-staff-cy, weekly-review-planning, meeting-action-items, humanizer
gechoGecho — Bridge Gatewaybridgeagent10,000go-gecho-broker, hld-agent-api-protocol, fleet-notes
eveEve — Durable Agent Authoringauthoragent10,000hermes-agent-skill-authoring, eve-agent-authoring, hermes-profile-project-scaffolding
novaNova — Innovationinnovationresearch50,000spike, simplify-code, popular-web-designs, hermes-agent
titanTitan — Infra Architectureinfrainfrahld-sovereign-backend, blockchain-immortality-contracts, autonomous-agent-runtime
fluxFlux — Stream Engineeringstreamsagent10,000sports-betting-pipeline, hld-advert-production, preydex, xurl
zenithZenith — Performanceperfagent10,000serving-llms-vllm, appointus, mlops-evaluation
whaleWhale — Deep Divedeepresearch50,000dataset-orchestration, huggingface-hub, hf-models-content-pipeline

Capability Matrix

SkillAgentsDescription
hermes-agentallCore Hermes runtime, tool registry, skill hot-reload
fleet-notescipher, axon, cy, gechoMind CMS notes CRUD, search, sync
cybot-orchestrationaxon, cipherMulti-agent dispatch, task decomposition
go-htmxcipher, gechoGo HTMX partials, SSE, WebSocket
hld-sovereign-backendcipher, pulse, titanSovereign FastAPI patterns, JWT, Fleet SDK
claudedprismaDesign HTML artifacts, Tailwind components
design-mdprismaDESIGN.md token spec authoring
hld-agent-api-protocolcipher, axon, gechoJSON-RPC gateway protocol
serving-llms-vllmzenithvLLM inference, quantization, OpenAI API
dataset-orchestrationwhalemanda, HF Hub, model download pipelines
sports-betting-pipelineflux, vectorSlate gen, odds ingestion, risk dashboards

Dispatch Behavior

POST /v1/dispatch
{
  "goal": "Build a live sports betting dashboard with real-time odds, Kelly sizing, and avatar narration"
}

Gateway matches:

  1. flux → odds ingestion, WebSocket stream, risk model
  2. prisma → Chart.js/Tailwind UI, dark mode, responsive grid
  3. nova → avatar voice pipeline (HeyGen + Suno)
  4. vector → historical backtest, Polymarket simulation

Agents pick up from /v1/admin/agents/{id}/tasks and signal completion via webhook.


Provisioning & Quotas

See Provisioning — CMS Studio flow, tier enforcement, revocation.