MCPcopy Create free account
hub / github.com/docker/docker-agent / Handoffs

Method Handoffs

pkg/agent/agent.go:155–157  ·  view source on GitHub ↗

Handoffs returns the list of handoff agents

()

Source from the content-addressed store, hash-verified

153
154// Handoffs returns the list of handoff agents
155func (a *Agent) Handoffs() []*Agent {
156 return a.handoffs
157}
158
159// ForceHandoff returns the agent that unconditionally receives the
160// conversation when this agent produces a final response, or nil when

Callers 4

handleHandoffMethod · 0.80
AgentConfigInfoMethod · 0.80
addDelegationToolsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected