feat(plugins): add speech provider registration

This commit is contained in:
Peter Steinberger
2026-03-16 18:49:55 -07:00
parent ad05cd9ab2
commit 662031a88e
35 changed files with 658 additions and 286 deletions

View File

@@ -26,6 +26,7 @@ export const createTestRegistry = (channels: TestChannelRegistration[] = []): Pl
enabled: true,
})),
providers: [],
speechProviders: [],
webSearchProviders: [],
gatewayHandlers: {},
httpRoutes: [],