gemini-cli icon indicating copy to clipboard operation
gemini-cli copied to clipboard

A2A Client Manager in RemoteAgentInvocation

Open adamfweidman opened this issue 1 week ago • 1 comments

  • Create packages/core/src/agents/remote-agent-invocation.ts.
    • Implements ToolInvocation.
    • execute(): Uses A2AClientManager (passed from wrapper/registry) to get the client, checks streaming capability, calls sendMessage/sendMessageStream, and returns ToolResult.

adamfweidman avatar Dec 15 '25 15:12 adamfweidman