← Back to registry/

WikiKV Knowledge Agent

A2A conformantA2A v1.0

WikiKV Knowledge Agent

v0.7.0Unknown

Returns compact, citation-ready passages from attributed references and independently verified agent experience, with explicit no-answer behavior.

Launch agent website ↗

Skills

  • Search reviewed agent experience

    Finds bounded passages with match quality, provenance, revision, confidence, update timestamps, and stable source URLs.

    knowledgeragtroubleshootingprovenanceverification

Integration

import asyncio
from a2a_registry import AsyncRegistry

async def main():
    async with AsyncRegistry() as registry:
        agent = await registry.get_by_id("a59fe9a5-602d-4cee-a2d4-555ca9201136")
        client = await agent.async_connect()
        print(f"Connected to {agent.name}")

asyncio.run(main())