feat(memory-wiki): add prompt supplement integration

This commit is contained in:
Vincent Koc
2026-04-05 21:40:56 +01:00
parent 00372508b5
commit c11e7a7420
15 changed files with 154 additions and 16 deletions

View File

@@ -33,6 +33,7 @@ export function createTestPluginApi(api: TestPluginApiInput): OpenClawPluginApi
registerCommand() {},
registerContextEngine() {},
registerMemoryPromptSection() {},
registerMemoryPromptSupplement() {},
registerMemoryFlushPlan() {},
registerMemoryRuntime() {},
registerMemoryEmbeddingProvider() {},