()
| 70 | // ==================== Public API (preserves existing function signatures) ==================== |
| 71 | |
| 72 | export function initAssistantManager(): AssistantInitResult { |
| 73 | return getManager().init() |
| 74 | } |
| 75 | |
| 76 | export function getAllAssistants(): AssistantSummary[] { |
| 77 | return getManager().getAllAssistants() |
nothing calls this directly
no test coverage detected