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

Method Close

internal/agent/agent.go:42–42  ·  view source on GitHub ↗

Close gracefully shuts down the agent and releases resources.

()

Source from the content-addressed store, hash-verified

40
41 // Close gracefully shuts down the agent and releases resources.
42 Close() error
43}
44
45// AgentInfo contains metadata about a registered agent.

Callers 15

ConnectMethod · 0.95
TestMultiFunction · 0.65
GracefulStopMethod · 0.65
TestServer_ForkFunction · 0.65
suspendActorFunction · 0.65
readAndTruncateFunction · 0.65
CloseMethod · 0.65
CloseMethod · 0.65
ConnectMethod · 0.65
runExecFunction · 0.65
runExecServerFunction · 0.65

Implementers 11

mockPlannerinternal/multi_test.go
geminiPlannerAgentinternal/gemini/gemini_planner.go
GeminiAgentinternal/gemini/gemini.go
dummyAgentinternal/controller/controller_test.go
mockAgentFuncinternal/controller/controller_test.go
dummyAgentinternal/server/server_test.go
A2AAgentinternal/experimental/agent/a2a.go
ColabAgentinternal/experimental/agent/colab.go
SubstrateAgentinternal/experimental/agent/ate.go
LocalAgentinternal/agent/local.go
RemoteAgentinternal/agent/remote.go

Calls

no outgoing calls

Tested by 3

TestMultiFunction · 0.52
TestServer_ForkFunction · 0.52