{
  "name": "The Pie Chart Agent",
  "version": "1.0.0",
  "description": "AI Agent for The Pie Chart Bakery",
  "supportedInterfaces": [
    {
      "url": "https://thepiechart.io.vn/",
      "protocolBinding": "https://a2a-protocol.org/bindings/http-json",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": [
    "product-info",
    "contact"
  ],
  "skills": [
    {
      "id": "get-products",
      "name": "Get Products",
      "description": "Retrieve the list of products offered by the bakery."
    }
  ]
}
