{
  "$schema": "https://a2a-protocol.org/latest/schema.json",
  "name": "labangram-agent",
  "displayName": "Labangram Official Agent",
  "version": "1.0.0",
  "description": "Labangram 官方 AI Agent — 提供商業攝影作品檢索、服務報價與預約諮詢。",
  "provider": {
    "organization": "Labangram Studio",
    "url": "https://labangram.kamera-ichi.com"
  },
  "providerName": "Labangram Studio",
  "url": "https://labangram.kamera-ichi.com/.well-known/agent-card.json",
  "supportedInterfaces": [
    {
      "url": "https://labangram.kamera-ichi.com/api/mcp",
      "transport": "streamable-http",
      "protocol": "MCP/2024-11-05"
    },
    {
      "url": "https://labangram.kamera-ichi.com/api/a2a",
      "transport": "HTTP-POST",
      "protocol": "A2A/1.0"
    }
  ],
  "transportProtocols": [
    "streamable-http",
    "HTTP-POST"
  ],
  "inputModes": [
    "text",
    "application/json"
  ],
  "outputModes": [
    "text",
    "application/json"
  ],
  "hasSecurity": false,
  "capabilities": {
    "pushNotifications": false,
    "streaming": true
  },
  "skills": [
    {
      "id": "search-portfolio",
      "name": "Search Portfolio",
      "description": "搜尋商業攝影作品集（人像、商品、活動、街拍）。"
    },
    {
      "id": "pricing-guide",
      "name": "Pricing Guide",
      "description": "查閱攝影服務方案與收費標準。"
    },
    {
      "id": "booking-inquiry",
      "name": "Booking Inquiry",
      "description": "整理拍攝或數位專案需求並導向人工聯絡。"
    }
  ]
}
