feat: add adapter factory + registry pattern for queue, storage, memory

Co-Authored-By: Claude Opus 4.6 <[email protected]>
This commit is contained in:
2026-04-02 20:44:10 -05:00
co-authored by Claude Opus 4.6
parent 41961a6980
commit 9d22ef4cc9
6 changed files with 57 additions and 0 deletions
+1
View File
@@ -20,3 +20,4 @@ export type {
Insight as AdapterInsight,
InsightSearchResult,
} from './types.js';
export { createMemoryAdapter, registerMemoryAdapter } from './factory.js';