Card snapshot
agentheon.lamirault.xyz
·
2026-08-30 10:11:44 UTC
·
ae9a8461d2becedde4c2c3483f192c2414d7873d3910d8da5e407edc6ff5a0c3
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"protocolVersion": "1.0.0",
"name": "Agentheon",
"description": "Public read-only interface for agentheon.lamirault.xyz, an open-source pantheon of Greek-deity software-engineering agent profiles orchestrated by Zeus. Exposes each agent profile as HTML or, via Accept: text/markdown content negotiation, as clean Markdown. No authentication required. No write operations.",
"url": "https://agentheon.lamirault.xyz",
"version": "1.0.0",
"provider": {
"organization": "Agentheon",
"url": "https://agentheon.lamirault.xyz"
},
"documentationUrl": "https://agentheon.lamirault.xyz/llms.txt",
"discoveryArtifacts": [
{
"type": "ai-policy-txt",
"url": "https://agentheon.lamirault.xyz/.well-known/ai.txt"
},
{
"type": "ai-policy-json",
"url": "https://agentheon.lamirault.xyz/.well-known/ai.json"
}
],
"iconUrl": "https://agentheon.lamirault.xyz/favicon.svg",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"authentication": {
"schemes": [
"none"
]
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/html",
"text/markdown"
],
"skills": [
{
"id": "agent-roster",
"name": "Agent roster",
"description": "List and describe the Agentheon pantheon: 17 specialist agents, each owning one domain \u2014 Zeus (orchestration), Athena (architecture), Hephaestus (implementation), Apollo (documentation), Artemis (testing), Argus (security), Hestia (DevOps), Asclepius (debugging), Demeter (data), Prometheus (AI/ML), Aphrodite (frontend), Aglaea (design), Kairos (product), Themis (compliance), Helios (observability), Hygieia (refactoring), and Iris (community).",
"tags": [
"agents",
"open-source",
"profiles",
"pantheon"
],
"examples": [
"What agents does Agentheon provide?",
"Which agent handles testing?",
"Show me the Zeus profile as Markdown"
]
},
{
"id": "agent-profile",
"name": "Agent profile",
"description": "Fetch a single agent profile page at /agents/<name>/. Each profile documents the agent's role, domain, tools, model, handoff routes, and what it does / does not do. Send Accept: text/markdown to receive the profile as clean Markdown.",
"tags": [
"profile",
"markdown",
"handoffs",
"domain"
],
"examples": [
"Get the Athena agent profile",
"What are Hephaestus's handoffs?",
"Return the Artemis page as Markdown"
]
},
{
"id": "orchestration-model",
"name": "Orchestration model",
"description": "Explain how Agentheon coordinates work: Zeus is the sole orchestrator (ADR-0001) that routes every request; specialists execute within one domain and hand off along declared routes through a plan \u2192 build \u2192 test \u2192 review \u2192 comply loop gated by PASS/FAIL checks.",
"tags": [
"orchestration",
"routing",
"workflow",
"zeus"
],
"examples": [
"How does Agentheon route work between agents?",
"What is the plan-build-test-review-comply loop?",
"Why is Zeus the only entrypoint?"
]
}
]
}