{
  "protocolVersion": "0.3.0",
  "name": "Spencer Hedges Portfolio Agent",
  "version": "1.0.0",
  "description": "Read-only agent that answers questions about Spencer Hedges — student developer and 4× hackathon winner — using public portfolio data (bio, projects, awards, contact).",
  "url": "https://spencerhedges.com/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    { "url": "https://spencerhedges.com/a2a", "transport": "JSONRPC" }
  ],
  "provider": {
    "organization": "Spencer Hedges",
    "url": "https://spencerhedges.com"
  },
  "documentationUrl": "https://spencerhedges.com/llms.txt",
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "capabilities": [
    {
      "id": "query",
      "name": "Answer questions",
      "description": "Synchronously answer natural-language questions about Spencer Hedges from public portfolio data."
    }
  ],
  "skills": [
    {
      "id": "about-spencer",
      "name": "About Spencer",
      "description": "Return a short, accurate bio of Spencer Hedges.",
      "tags": ["bio", "about"],
      "examples": ["Who is Spencer Hedges?"]
    },
    {
      "id": "list-projects",
      "name": "List projects",
      "description": "List Spencer Hedges’ notable projects with links, awards, and summaries.",
      "tags": ["projects", "portfolio"],
      "examples": ["What has Spencer built?"]
    },
    {
      "id": "get-contact",
      "name": "Get contact",
      "description": "Return Spencer Hedges’ contact email and public profile links.",
      "tags": ["contact"],
      "examples": ["How do I contact Spencer?"]
    }
  ]
}
