gemini-cli
gemini-cli copied to clipboard
A2A Client Manager in RemoteAgentInvocation
- Create
packages/core/src/agents/remote-agent-invocation.ts.- Implements
ToolInvocation. execute(): UsesA2AClientManager(passed from wrapper/registry) to get the client, checksstreamingcapability, callssendMessage/sendMessageStream, and returnsToolResult.
- Implements