{
  "protocolVersion": "0.3.0",
  "name": "Rokuse Knowledge Agent",
  "description": "六瀬合同会社（Rokuse LLC）のブログ記事とサービス情報をもとに、コミュニティ運営・音声コンテンツ制作に関する質問へ回答するエージェント。",
  "provider": {
    "organization": "六瀬合同会社 (Rokuse LLC)",
    "url": "https://rokuse.com"
  },
  "version": "1.0.0",
  "url": "https://rokuse.com/a2a",
  "preferredTransport": "JSONRPC",
  "documentationUrl": "https://rokuse.com/llms-full.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "blog-knowledge-qa",
      "name": "ブログナレッジQA",
      "description": "コミュニティ運営・音声コンテンツ制作に関する質問に対し、関連ブログ記事の抜粋と参照URLを返します。返却内容を呼び出し側エージェントが要約・整形して利用することを想定しています。",
      "tags": ["knowledge", "community", "podcast", "rag"],
      "inputModes": ["text/plain"],
      "outputModes": ["text/plain", "application/json"],
      "examples": [
        "ファンコミュニティと顧客コミュニティの違いを教えて",
        "ポッドキャストをコミュニティのエンゲージメントに活用する方法は？",
        "六瀬合同会社の事業内容を要約して"
      ]
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://rokuse.com/api/knowledge.json",
      "transport": "HTTP+JSON"
    },
    {
      "url": "https://rokuse.com/llms-full.txt",
      "transport": "HTTP+TEXT"
    }
  ]
}
