{
  "name": "Hemanth HM Agent",
  "version": "1.0.0",
  "description": "Autonomous AI agent representing Hemanth HM's research, technical publications, and open-source systems.",
  "url": "https://h3manth.com",
  "supportedInterfaces": [
    {
      "url": "https://h3manth.com/a2a",
      "transport": "HTTP-JSON",
      "protocol": "A2A/1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "search-content",
      "name": "Search Content",
      "description": "Search Hemanth HM's blog posts, research papers, and technical standards."
    },
    {
      "id": "tc39-proposals",
      "name": "TC39 Proposals",
      "description": "Query ECMAScript and TC39 proposals, stages, and classifications."
    },
    {
      "id": "markdown-content",
      "name": "Markdown Content",
      "description": "Retrieve markdown representations of any page on h3manth.com."
    }
  ]
}
