refactor: move plugin setup and memory capabilities to registries

This commit is contained in:
Peter Steinberger
2026-04-05 14:43:29 +01:00
parent 695c9c887b
commit 629baf5fa7
76 changed files with 1300 additions and 298 deletions

View File

@@ -206,6 +206,7 @@ describe("setActivePluginRegistry", () => {
videoGenerationProviderIds: [],
webFetchProviderIds: [],
webSearchProviderIds: [],
memoryEmbeddingProviderIds: [],
gatewayMethods: [],
cliCommands: [],
services: [],
@@ -235,6 +236,7 @@ describe("setActivePluginRegistry", () => {
videoGenerationProviderIds: [],
webFetchProviderIds: [],
webSearchProviderIds: [],
memoryEmbeddingProviderIds: [],
gatewayMethods: [],
cliCommands: [],
services: [],