Skip to content
Back to Aurelius Agent

Card snapshot

aureliusagent.dev · 2026-06-07 11:10:15 UTC · a875a73e73f84956ad1ea07bcc019003788682c53683ed40c13c15198bc29dff

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": "0.3.0",
  "name": "Aurelius Agent",
  "description": "Strategic planning and orchestration agent for BuilderStudio. Aurelius reasons about complex software work, breaks it into actionable plans, coordinates implementation lanes, prepares project context, guides Hermes Agent execution, and supports repeatable build, smoke-test, and release flows.",
  "url": "https://aureliusagent.dev/a2a",
  "version": "0.3.9",
  "provider": {
    "organization": "wundercorp",
    "url": "https://aureliusagent.dev/"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "strategic-planning",
      "name": "Strategic Planning",
      "description": "Analyzes complex product or software work and turns intent into a structured implementation path.",
      "tags": [
        "planning",
        "software-development",
        "project-context",
        "orchestration"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ],
      "examples": [
        "Plan the implementation path for this feature.",
        "Break this product request into executable development steps."
      ]
    },
    {
      "id": "implementation-coordination",
      "name": "Implementation Coordination",
      "description": "Coordinates execution lanes, prepares project context, and guides downstream coding agents toward focused implementation.",
      "tags": [
        "coordination",
        "coding-agent",
        "hermes",
        "developer-workflow"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ],
      "examples": [
        "Coordinate the implementation plan across coding tasks.",
        "Prepare focused context for Hermes Agent to execute this change."
      ]
    },
    {
      "id": "build-smoke-release-flow",
      "name": "Build, Smoke Test, and Release Flow Support",
      "description": "Supports repeatable build, smoke-test, and release workflows by checking work against the broader product direction.",
      "tags": [
        "build",
        "smoke-test",
        "release",
        "quality-control"
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ],
      "examples": [
        "Review the implementation evidence against the release plan.",
        "Help structure a repeatable build and smoke-test flow."
      ]
    }
  ]
}