()
| 1524 | } |
| 1525 | |
| 1526 | export function getInvokedSkills(): Map<string, InvokedSkillInfo> { |
| 1527 | return STATE.invokedSkills |
| 1528 | } |
| 1529 | |
| 1530 | export function getInvokedSkillsForAgent( |
| 1531 | agentId: string | undefined | null, |
nothing calls this directly
no outgoing calls
no test coverage detected