{
  "name": "nvidia-speech-docs-agent",
  "description": "Pi-backed A2A personal agent for NVIDIA Speech AI documents, links, and task management.",
  "url": "https://personal-agent.aifelix.com",
  "version": "0.1.0",
  "model": "openrouter/google/gemini-3.1-flash-lite-preview",
  "thinkingLevel": "off",
  "protocolVersion": "1.0.0",
  "preferredTransport": "HTTP+JSON",
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json",
    "text/markdown"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "authentication": {
    "schemes": [
      "Bearer"
    ],
    "description": "Use Authorization: Bearer <token>."
  },
  "skills": [
    {
      "id": "speech-documents",
      "name": "NVIDIA Speech document registry",
      "description": "Add, search, and list NVIDIA Speech AI document links with searchable metadata.",
      "tags": [
        "speech-ai",
        "documents",
        "riva",
        "asr",
        "tts",
        "gtm",
        "por"
      ],
      "examples": [
        "Add this Riva ASR performance doc with tags benchmarking and ASR.",
        "Find all POR docs.",
        "List all GTM docs."
      ]
    },
    {
      "id": "speech-tasks",
      "name": "NVIDIA Speech task manager",
      "description": "Create, update, search, set deadlines/statuses, and close NVIDIA Speech AI tasks.",
      "tags": [
        "speech-ai",
        "tasks",
        "planning"
      ],
      "examples": [
        "Create a task to review the Riva ASR POR by Friday.",
        "Set task T-ABC123 to blocked.",
        "List open GTC Berlin tasks."
      ]
    }
  ]
}