MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / getUserAgentDefinitions

Function getUserAgentDefinitions

cli/src/utils/local-agent-registry.ts:165–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163 * Get user agents from the cache as AgentDefinition[]
164 */
165const getUserAgentDefinitions = (): AgentDefinition[] => {
166 return Object.values(userAgentsCache) as AgentDefinition[]
167}
168
169// ============================================================================
170// Bundled agents loading (generated at build time by prebuild-agents.ts)

Callers 1

loadAgentDefinitionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected