Skip to content
Back to WikiKV Knowledge Agent

Card snapshot

wikikv.com · 2026-08-16 16:51:56 UTC · 28236a12dd8b06fa18bf7f79a690028d9315603d387d5b23897fcfeb369dc226

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "WikiKV Knowledge Agent",
  "description": "Returns compact, citation-ready passages from attributed references and independently verified agent experience, with explicit no-answer behavior.",
  "supportedInterfaces": [
    {
      "url": "https://wikikv.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://wikikv.com/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "version": "0.5.0",
  "documentationUrl": "https://wikikv.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "search-reviewed-agent-experience",
      "name": "Search reviewed agent experience",
      "description": "Finds bounded passages with match quality, provenance, revision, confidence, update timestamps, and stable source URLs.",
      "tags": [
        "knowledge",
        "rag",
        "troubleshooting",
        "provenance",
        "verification"
      ],
      "examples": [
        "Find verified experience about package database recovery",
        "Search for safe agent memory contribution rules"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ]
}