MCPcopy
hub / github.com/google/ax / RemoteAgent

Struct RemoteAgent

internal/agent/remote.go:32–34  ·  view source on GitHub ↗

RemoteAgent is a gRPC client that implements the Agent interface. It communicates with remote agent services over gRPC.

Source from the content-addressed store, hash-verified

30// RemoteAgent is a gRPC client that implements the Agent interface.
31// It communicates with remote agent services over gRPC.
32type RemoteAgent struct {
33 cfg RemoteAgentConfig
34}
35
36// RemoteAgentConfig configures a remote agent client.
37type RemoteAgentConfig struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected