A2A conformant
A2A v0.3.0
Claim Verification Agent
v1.0.0• Claim Verification Agent
Single paid endpoint for claim verification with web/scientific evidence for agent workflows.
Skills
-
Claim Check
Verify one claim using web or scientific evidence and return structured verdict with sources.
verificationfact-checkingx402a2ascientific-evidence
Integration
import asyncio
from a2a_registry import AsyncRegistry
async def main():
async with AsyncRegistry() as registry:
agent = await registry.get_by_id("48425730-3021-4189-be37-e326b775265d")
client = await agent.async_connect()
print(f"Connected to {agent.name}")
asyncio.run(main())