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