{
  "name": "yotron-agent",
  "displayName": "優創智能 YOTRON AI Agent",
  "version": "1.0.0",
  "description": "Official A2A Agent for YOTRON (優創智能股份有限公司). Provides enterprise AI implementation consulting, SEO/GEO knowledge retrieval, and business lead intake.",
  "provider": {
    "organization": "優創智能股份有限公司",
    "url": "https://yotron-ai.com"
  },
  "providerName": "優創智能股份有限公司 (YOTRON)",
  "supportedInterfaces": [
    {
      "url": "https://yotron-ai.com/api/lead",
      "transport": "HTTP-POST",
      "protocol": "A2A/1.0"
    }
  ],
  "transportProtocols": [
    "HTTP-POST"
  ],
  "inputModes": [
    "text"
  ],
  "outputModes": [
    "text"
  ],
  "hasSecurity": true,
  "security": [
    {
      "type": "http",
      "scheme": "bearer"
    }
  ],
  "capabilities": {
    "pushNotifications": false,
    "streaming": false,
    "extensions": [
      {
        "id": "ap2",
        "version": "1.0.0"
      }
    ]
  },
  "skills": [
    {
      "id": "consultation-inquiry",
      "name": "企業 AI 導入諮詢與需求洽詢",
      "description": "Submit enterprise AI consultation requests and business requirements to YOTRON."
    },
    {
      "id": "service-catalog",
      "name": "服務型錄與報價方案查詢",
      "description": "Query official service plans, pricing tiers, and execution deliverables."
    },
    {
      "id": "knowledge-retrieval",
      "name": "AI 知識庫與術語檢索",
      "description": "Search YOTRON enterprise AI knowledge base, implementation cases, and glossary."
    },
    {
      "id": "sitemap-navigation",
      "name": "全站導覽與站點地圖",
      "description": "Explore all indexed URLs and content structure in Markdown format."
    }
  ]
}
