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

Function getBundledAgentsAsLocalInfo

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

Source from the content-addressed store, hash-verified

175}
176
177const getBundledAgentsAsLocalInfo = (): LocalAgentInfo[] => {
178 return bundledAgentsModule.getBundledAgentsAsLocalInfo?.() ?? []
179}
180
181// ============================================================================
182// Directory finding

Callers 1

loadLocalAgentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected