MCPcopy Index your code
hub / github.com/cli/cli / ValidAgentIDs

Function ValidAgentIDs

internal/skills/registry/registry.go:335–337  ·  view source on GitHub ↗

ValidAgentIDs returns a comma-separated list of valid agent IDs.

()

Source from the content-addressed store, hash-verified

333
334// ValidAgentIDs returns a comma-separated list of valid agent IDs.
335func ValidAgentIDs() string {
336 return strings.Join(AgentIDs(), ", ")
337}
338
339// AgentIDs returns the IDs of all known agents as a slice.
340func AgentIDs() []string {

Callers 1

FindByIDFunction · 0.85

Calls 2

AgentIDsFunction · 0.85
JoinMethod · 0.80

Tested by

no test coverage detected