@adcp/client API Reference - v3.3.3
    Preparing search index...

    Variable testAgentA2AConst

    testAgentA2A: AgentClient = ...

    Pre-configured test agent client using A2A protocol. Identical functionality to testAgent but uses A2A instead of MCP.

    import { testAgentA2A } from '@adcp/client/testing';

    const result = await testAgentA2A.getProducts({
    brief: 'Sustainable fashion brands',
    promoted_offering: 'Eco-friendly clothing'
    });

    This agent is rate-limited and intended for testing/examples only. The auth token is public and may be rotated without notice. DO NOT use in production applications.