(model: string)
| 52 | } |
| 53 | |
| 54 | export 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. |
no outgoing calls
no test coverage detected