Merge pull request #1149 from radek-paclt/feature/memory-plugin-v2

feat(memory): add lifecycle hooks and vector memory plugin
This commit is contained in:
Peter Steinberger
2026-01-18 07:10:06 +00:00
committed by GitHub
11 changed files with 2073 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ export const createTestRegistry = (overrides: Partial<PluginRegistry> = {}): Plu
plugins: [],
tools: [],
hooks: [],
typedHooks: [],
channels: [],
providers: [],
gatewayHandlers: {},