()
| 77 | * Get the current dynamic team context (for inspection/debugging) |
| 78 | */ |
| 79 | export function getDynamicTeamContext(): typeof dynamicTeamContext { |
| 80 | return dynamicTeamContext |
| 81 | } |
| 82 | |
| 83 | /** |
| 84 | * Returns the agent ID if this session is running as a teammate in a swarm, |
no outgoing calls
no test coverage detected