MCPcopy Create free account
hub / github.com/cli/cli / ValidAgentIDs

Function ValidAgentIDs

internal/skills/registry/registry.go:360–362  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

358
359// ValidAgentIDs returns a comma-separated list of valid agent IDs.
360func ValidAgentIDs() string {
361 return strings.Join(AgentIDs(), ", ")
362}
363
364// AgentIDs returns the IDs of all known agents as a slice.
365func AgentIDs() []string {

Callers 1

FindByIDFunction · 0.85

Calls 2

AgentIDsFunction · 0.85
JoinMethod · 0.80

Tested by

no test coverage detected