Const
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'}); Copy
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.
Pre-configured test agent client using A2A protocol. Identical functionality to testAgent but uses A2A instead of MCP.