{
  "name": "Recipe Agent",
  "description": "An A2A agent that helps users with recipes and cooking.",
  "version": "1.0.0",
  "capabilities": { "streaming": true },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    { "id": "find-recipe", "name": "Find a recipe", "description": "Finds recipes by ingredient." }
  ],
  "supportedInterfaces": [
    { "url": "https://recipes.example/a2a/v1", "protocolBinding": "JSONRPC", "protocolVersion": "1.0" }
  ]
}
