{
  "protocolVersion": "0.3.0",
  "name": "Ritik Yadav Profile Agent",
  "description": "Answers questions about the experience, measured results, skills and availability of Ritik Yadav, a program management, strategy and business operations professional in Bangalore, Karnataka.",
  "version": "1.0.0",
  "url": "https://ritik.co.in/api/a2a",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "Ritik Yadav",
    "url": "https://ritik.co.in"
  },
  "documentationUrl": "https://ritik.co.in/index.md",
  "supportedInterfaces": [
    {
      "url": "https://ritik.co.in/api/a2a",
      "transport": "JSONRPC"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "get-profile",
      "name": "Get profile",
      "description": "Retrieve the full professional profile of Ritik Yadav as markdown.",
      "tags": [
        "profile",
        "resume",
        "cv"
      ],
      "examples": [
        "Give me Ritik Yadav's full profile"
      ]
    },
    {
      "id": "ask",
      "name": "Ask about Ritik",
      "description": "Answer a natural-language question about Ritik Yadav: experience, results, skills, availability, contact.",
      "tags": [
        "hiring",
        "experience",
        "strategy",
        "ai-automation"
      ],
      "examples": [
        "What did he deliver at Flow Realty?",
        "Is he a fit for a program manager role?"
      ]
    },
    {
      "id": "list-projects",
      "name": "List projects",
      "description": "List the products Ritik Yadav has built, with links.",
      "tags": [
        "projects",
        "products"
      ],
      "examples": [
        "What has he built?"
      ]
    }
  ]
}