{
  "name": "LargitData Site Agent",
  "version": "0.1.0",
  "description": "Discovery surface for LargitData products (InfoMiner sentiment analysis, RAGi enterprise RAG, QubicX on-premise AI, OCR, ASR, social-media API, ecommerce data API) and the blog knowledge base.",
  "url": "https://www.largitdata.com",
  "provider": {
    "organization": "LargitData (\u5927\u6578\u8edf\u9ad4\u80a1\u4efd\u6709\u9650\u516c\u53f8)",
    "url": "https://www.largitdata.com"
  },
  "documentationUrl": "https://www.largitdata.com/developers/",
  "supportedInterfaces": [
    {
      "url": "https://www.largitdata.com/api/v1/",
      "transport": "http",
      "description": "Public Content API: read-only JSON access to the product catalog, knowledge-base page index and blog. No authentication required.",
      "specification": "https://www.largitdata.com/openapi.json"
    },
    {
      "url": "https://www.largitdata.com/.well-known/api-catalog",
      "transport": "http",
      "description": "RFC 9727 API catalog pointing at the public content API and the commercial data API product docs."
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/html",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "site-overview",
      "name": "Site overview",
      "description": "Return the LargitData site index in llms.txt format.",
      "tags": [
        "reference",
        "overview"
      ],
      "examples": [
        "What does LargitData offer?"
      ]
    },
    {
      "id": "content-api",
      "name": "Query the public content API",
      "description": "Fetch the LargitData product catalog, knowledge-base page index or blog posts as JSON from https://www.largitdata.com/api/v1/.",
      "tags": [
        "api",
        "json",
        "retrieval"
      ],
      "examples": [
        "List every LargitData product as JSON",
        "Find the knowledge page about RAG"
      ]
    },
    {
      "id": "product-navigation",
      "name": "Open a product page",
      "description": "Route a user to one of the LargitData product pages: InfoMiner, RAGi, QubicX, social-media API, ecommerce data API, OCR, ASR, or AI Content Analysis.",
      "tags": [
        "navigation"
      ],
      "examples": [
        "Show me the InfoMiner page"
      ]
    }
  ]
}