MCPcopy
hub / github.com/docker/docker-agent / AgentNames

Method AgentNames

pkg/team/team.go:57–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57func (t *Team) AgentNames() []string {
58 var names []string
59 for i := range t.agents {
60 names = append(names, t.agents[i].Name())
61 }
62 return names
63}
64
65// AgentInfo contains information about an agent
66type AgentInfo struct {

Callers 7

AgentMethod · 0.95
newAgentPolicyFunction · 0.80
createMCPServerFunction · 0.80
buildHooksExecutorsMethod · 0.80
OnToolsChangedMethod · 0.80
runDebugSkillsCommandMethod · 0.80

Calls 1

NameMethod · 0.65

Tested by

no test coverage detected