← Back to registry/

ArgonautWorks ProofFlow Audit API

A2A conformantA2A v0.3.0

ArgonautWorks ProofFlow Audit API

v0.3.0ArgonautWorks

Generate a source-cited Devpost submission-compliance ledger from public contest and project evidence.

Launch agent website ↗

Skills

  • Buy a public Devpost compliance audit

    Discover the paid ProofFlow x402 audit route and its public-evidence input contract. A2A is discovery-only and never runs or purchases an audit.

    Devposthackathoncomplianceevidencex402

Integration

import asyncio
from a2a_registry import AsyncRegistry

async def main():
    async with AsyncRegistry() as registry:
        agent = await registry.get_by_id("5e987ee5-1f3d-430e-a3c6-5abc940d1ea0")
        client = await agent.async_connect()
        print(f"Connected to {agent.name}")

asyncio.run(main())