(id: AgentId, scope: AgentDefinitionScope)
| 37 | * same-name agents at different scopes (e.g., project/exec vs built-in/exec). |
| 38 | */ |
| 39 | export function agentVisitKey(id: AgentId, scope: AgentDefinitionScope): string { |
| 40 | return `${id}:${scope}`; |
| 41 | } |
| 42 | |
| 43 | /** |
| 44 | * When the caller already knows which scope supplied an agent definition, skip any higher-priority |
no outgoing calls
no test coverage detected