()
| 163 | * Get user agents from the cache as AgentDefinition[] |
| 164 | */ |
| 165 | const getUserAgentDefinitions = (): AgentDefinition[] => { |
| 166 | return Object.values(userAgentsCache) as AgentDefinition[] |
| 167 | } |
| 168 | |
| 169 | // ============================================================================ |
| 170 | // Bundled agents loading (generated at build time by prebuild-agents.ts) |
no outgoing calls
no test coverage detected