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

Function getFreebuffRootAgentIdForModel

common/src/constants/free-agents.ts:54–56  ·  view source on GitHub ↗
(model: string)

Source from the content-addressed store, hash-verified

52}
53
54export function getFreebuffRootAgentIdForModel(model: string): string {
55 return FREEBUFF_ROOT_AGENT_ID_BY_MODEL[model] ?? 'base2-free'
56}
57
58/**
59 * Agents that are allowed to run in FREE mode.

Callers 2

getAgentIdForModeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected