{
  "name": "Soumendra Kumar Sahoo",
  "description": "Personal website and technical blog of Soumendra Kumar Sahoo: articles on AI observability, plus talks and resume. Content is served as static pages; a machine-readable index is available at https://www.soumendrak.com/llms.txt.",
  "version": "1.0.0",
  "supportedInterfaces": [
    {
      "url": "https://www.soumendrak.com/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Soumendra Kumar Sahoo",
    "url": "https://www.soumendrak.com/"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/html", "text/markdown"],
  "skills": [
    {
      "id": "blog-articles",
      "name": "Technical blog articles",
      "description": "Read technical articles on Python, AI observability, LLMs, machine translation, and Odia language technology at https://www.soumendrak.com/blog/.",
      "tags": ["blog", "python", "ai", "nlp"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/html", "text/markdown"]
    },
    {
      "id": "llms-txt-index",
      "name": "Machine-readable site index",
      "description": "Fetch the llms.txt index at https://www.soumendrak.com/llms.txt for an agent-friendly map of the site's content.",
      "tags": ["llms.txt", "discovery"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown"]
    },
    {
      "id": "professional-profile",
      "name": "Professional profile",
      "description": "Read Soumendra's professional background, talks, and resume at https://www.soumendrak.com/resume/ and https://www.soumendrak.com/talks/.",
      "tags": ["resume", "talks", "about"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/html"]
    }
  ]
}
