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

Function getBundledAgents

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

Source from the content-addressed store, hash-verified

171// ============================================================================
172
173const getBundledAgents = (): Record<string, AgentDefinition> => {
174 return bundledAgentsModule.bundledAgents ?? {}
175}
176
177const getBundledAgentsAsLocalInfo = (): LocalAgentInfo[] => {
178 return bundledAgentsModule.getBundledAgentsAsLocalInfo?.() ?? []

Callers 2

loadLocalAgentsFunction · 0.85
loadAgentDefinitionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected