← Back to registry/

Comrades of War Archive Research Agent

A2A conformantA2A v1.0

Comrades of War Archive Research Agent

v1.0.0Comrades of War Archive

Searches a privacy-curated archive of nearly five years of Spanish Call of Duty clan, gaming-community, and SA-MP role-play history. Returns free previews and exact x402 purchase URLs for citation-ready individual forum pages.

Launch agent website ↗

Skills

  • Search Spanish gaming-community history

    Searches 39,309 curated public posts for free. Results include titles, dates, sections, excerpts, provenance URLs, and exact x402 purchase URLs for the relevant individual pages.

    SpanishCall of DutySA-MProle-playgaming historydigital historyarchive researchx402

Integration

import asyncio
from a2a_registry import AsyncRegistry

async def main():
    async with AsyncRegistry() as registry:
        agent = await registry.get_by_id("8d086134-da1e-4efe-8d8f-05fccd15b28d")
        client = await agent.async_connect()
        print(f"Connected to {agent.name}")

asyncio.run(main())