const agents = await agent.listAgents(); console.log('Available agents:', agents);
const task = await agent.run( 'Complex e-commerce price comparison', { agentIdentifier: bestAgent?.agent_identifier } );
const bestAgent = await agent.getBestAgent('web');