{
  "name": "flashlit-book-research-agent",
  "description": "Pi-backed A2A gateway for identifying books from text/images and researching Goodreads/book metadata for Flashlit.",
  "url": "https://booksearch.flashlit.ai",
  "version": "0.1.0",
  "model": "qwen36-vllm-local/Qwen/Qwen3.6-35B-A3B-FP8",
  "visionModel": "qwen/qwen3-vl-8b-thinking",
  "thinkingLevel": "off",
  "protocolVersion": "1.0.0",
  "preferredTransport": "HTTP+JSON",
  "defaultInputModes": [
    "text/plain",
    "application/json",
    "image/jpeg",
    "image/png",
    "image/webp"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "authentication": {
    "schemes": [
      "Bearer"
    ],
    "description": "Use a Flashlit/Auth0 access token in Authorization: Bearer <token>."
  },
  "skills": [
    {
      "id": "flashlit-book-research",
      "name": "Book image identification and metadata research",
      "description": "Upload book images, extract visible titles/authors with a vision model, and research matches on Goodreads, OpenLibrary, and Google Books.",
      "tags": [
        "books",
        "flashlit",
        "goodreads",
        "vision",
        "metadata"
      ],
      "examples": [
        "Identify the books in uploaded image img_... and find Goodreads info.",
        "Research The Dispossessed by Ursula K. Le Guin on Goodreads and metadata sources.",
        "From these book-spine candidates, tell me which Goodreads matches are most likely."
      ]
    }
  ]
}