MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / AllAgents

Function AllAgents

internal/entities/apps.go:84–86  ·  view source on GitHub ↗

AllAgents returns the full agent registry.

()

Source from the content-addressed store, hash-verified

82
83// AllAgents returns the full agent registry.
84func AllAgents() []AgentInfo {
85 return agentRegistry
86}
87
88// IsAgentInstalled checks if an agent's CLI binary is on PATH.
89func IsAgentInstalled(info AgentInfo) bool {

Callers 1

promptSelectAppFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected