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

Function ValidAgentIDs

internal/skills/registry/registry.go:354–356  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

352
353// ValidAgentIDs returns a comma-separated list of valid agent IDs.
354func ValidAgentIDs() string {
355 return strings.Join(AgentIDs(), ", ")
356}
357
358// AgentIDs returns the IDs of all known agents as a slice.
359func AgentIDs() []string {

Callers 1

FindByIDFunction · 0.85

Calls 2

AgentIDsFunction · 0.85
JoinMethod · 0.80

Tested by

no test coverage detected