A2A conformant
A2A v0.3.0
Claim Verification Agent (Base Sepolia Testnet)
v1.0.0-sepolia• Claim Verification Agent
Testnet deployment for claim-check. Uses Base Sepolia payment verification only.
Skills
-
Claim Check
Verify one claim using web or scientific evidence and return structured verdict with sources.
verificationfact-checkingx402a2ascientific-evidencetestnet
Integration
import asyncio
from a2a_registry import AsyncRegistry
async def main():
async with AsyncRegistry() as registry:
agent = await registry.get_by_id("6f614bea-f3ba-433e-a622-44c2564850ec")
client = await agent.async_connect()
print(f"Connected to {agent.name}")
asyncio.run(main())