clawvault 3.2.1 → 3.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (161) hide show
  1. package/README.md +56 -16
  2. package/bin/clawvault.js +0 -2
  3. package/bin/command-registration.test.js +15 -2
  4. package/bin/help-contract.test.js +16 -0
  5. package/bin/register-core-commands.js +88 -0
  6. package/bin/register-core-commands.test.js +80 -0
  7. package/bin/register-maintenance-commands.js +84 -7
  8. package/bin/register-query-commands.js +45 -28
  9. package/bin/register-query-commands.test.js +15 -0
  10. package/bin/test-helpers/cli-command-fixtures.js +1 -0
  11. package/dist/chunk-2PKBIKDH.js +130 -0
  12. package/dist/{chunk-U67V476Y.js → chunk-2ZDO52B4.js} +18 -1
  13. package/dist/{chunk-ZZA73MFY.js → chunk-33DOSHTA.js} +176 -36
  14. package/dist/chunk-35JCYSRR.js +158 -0
  15. package/dist/{chunk-AZYOKJYC.js → chunk-4PY655YM.js} +13 -1
  16. package/dist/{chunk-2JQ3O2YL.js → chunk-5EFSWZO6.js} +3 -3
  17. package/dist/{chunk-Y3TIJEBP.js → chunk-7SWP5FKU.js} +34 -613
  18. package/dist/{chunk-4VQTUVH7.js → chunk-7YZWHM36.js} +52 -26
  19. package/dist/{chunk-URXDAUVH.js → chunk-AXSJIFOJ.js} +174 -1
  20. package/dist/{chunk-4ITRXIVT.js → chunk-BLQXXX7Q.js} +6 -6
  21. package/dist/chunk-CSHO3PJB.js +684 -0
  22. package/dist/chunk-D5U3Q4N5.js +872 -0
  23. package/dist/chunk-DCF4KMFD.js +158 -0
  24. package/dist/{chunk-S5OJEGFG.js → chunk-DOIUYIXV.js} +2 -2
  25. package/dist/{chunk-YXQCA6B7.js → chunk-DVOUSOR3.js} +112 -7
  26. package/dist/{chunk-YDWHS4LJ.js → chunk-ECGJYWNA.js} +205 -33
  27. package/dist/{chunk-QMHPQYUV.js → chunk-EL6UBSX5.js} +7 -6
  28. package/dist/chunk-FZ5I2NF7.js +352 -0
  29. package/dist/{chunk-WJVWINEM.js → chunk-GFCHWMGD.js} +55 -6
  30. package/dist/{chunk-GNJL4YGR.js → chunk-GJO3CFUN.js} +30 -6
  31. package/dist/chunk-H3JZIB5O.js +322 -0
  32. package/dist/chunk-HEHO7SMV.js +51 -0
  33. package/dist/{chunk-UCQAOZHW.js → chunk-HGDDW24U.js} +3 -3
  34. package/dist/chunk-J3YUXVID.js +907 -0
  35. package/dist/{chunk-Y6VJKXGL.js → chunk-KCYWJDDW.js} +1 -1
  36. package/dist/{chunk-P5EPF6MB.js → chunk-MW5C6ZQA.js} +110 -13
  37. package/dist/chunk-NSXYM6EZ.js +255 -0
  38. package/dist/{chunk-YNIPYN4F.js → chunk-OFOCU2V4.js} +6 -5
  39. package/dist/{chunk-42MXU7A6.js → chunk-P62WHA27.js} +58 -47
  40. package/dist/chunk-PTWPPVC7.js +972 -0
  41. package/dist/{chunk-FAKNOB7Y.js → chunk-QFWERBDP.js} +2 -2
  42. package/dist/chunk-QYQAGBTM.js +2097 -0
  43. package/dist/chunk-RL2L6I6K.js +223 -0
  44. package/dist/{chunk-IIOU45CK.js → chunk-S7N7HI5E.js} +2 -2
  45. package/dist/{chunk-ECRZL5XR.js → chunk-T7E764W3.js} +23 -7
  46. package/dist/{chunk-MNPUYCHQ.js → chunk-TWMI3SNN.js} +6 -5
  47. package/dist/{chunk-2RAZ4ZFE.js → chunk-VBILES4B.js} +1 -1
  48. package/dist/{chunk-PI4WMLMG.js → chunk-VXAGOLDP.js} +1 -1
  49. package/dist/{chunk-SS4B7P7V.js → chunk-YIDV4VV2.js} +1 -1
  50. package/dist/chunk-YTRZNA64.js +37 -0
  51. package/dist/chunk-ZKWPCBYT.js +600 -0
  52. package/dist/cli/index.js +28 -21
  53. package/dist/commands/archive.js +3 -3
  54. package/dist/commands/backlog.js +1 -1
  55. package/dist/commands/benchmark.d.ts +12 -0
  56. package/dist/commands/benchmark.js +12 -0
  57. package/dist/commands/blocked.js +1 -1
  58. package/dist/commands/canvas.js +2 -2
  59. package/dist/commands/checkpoint.js +1 -1
  60. package/dist/commands/compat.js +1 -1
  61. package/dist/commands/context.js +8 -7
  62. package/dist/commands/doctor.d.ts +8 -3
  63. package/dist/commands/doctor.js +8 -22
  64. package/dist/commands/embed.js +6 -5
  65. package/dist/commands/entities.d.ts +8 -1
  66. package/dist/commands/entities.js +46 -3
  67. package/dist/commands/graph.js +4 -4
  68. package/dist/commands/inbox.d.ts +23 -0
  69. package/dist/commands/inbox.js +11 -0
  70. package/dist/commands/inject.d.ts +1 -1
  71. package/dist/commands/inject.js +5 -5
  72. package/dist/commands/kanban.js +1 -1
  73. package/dist/commands/link.js +5 -5
  74. package/dist/commands/maintain.d.ts +32 -0
  75. package/dist/commands/maintain.js +13 -0
  76. package/dist/commands/migrate-observations.js +3 -3
  77. package/dist/commands/observe.js +11 -10
  78. package/dist/commands/project.js +2 -2
  79. package/dist/commands/rebuild-embeddings.js +48 -17
  80. package/dist/commands/rebuild.js +9 -8
  81. package/dist/commands/recall.d.ts +14 -0
  82. package/dist/commands/recall.js +15 -0
  83. package/dist/commands/recover.js +1 -1
  84. package/dist/commands/reflect.js +6 -6
  85. package/dist/commands/repair-session.js +1 -1
  86. package/dist/commands/replay.js +10 -9
  87. package/dist/commands/session-recap.js +1 -1
  88. package/dist/commands/setup.js +4 -3
  89. package/dist/commands/shell-init.js +1 -1
  90. package/dist/commands/sleep.d.ts +1 -1
  91. package/dist/commands/sleep.js +20 -18
  92. package/dist/commands/status.js +40 -26
  93. package/dist/commands/sync-bd.js +3 -3
  94. package/dist/commands/tailscale.js +3 -3
  95. package/dist/commands/task.js +1 -1
  96. package/dist/commands/template.js +1 -1
  97. package/dist/commands/wake.d.ts +1 -1
  98. package/dist/commands/wake.js +10 -9
  99. package/dist/index.d.ts +233 -16
  100. package/dist/index.js +325 -111
  101. package/dist/{inject-DYUrDqQO.d.ts → inject-DEb_jpLi.d.ts} +3 -1
  102. package/dist/lib/auto-linker.js +2 -2
  103. package/dist/lib/canvas-layout.js +1 -1
  104. package/dist/lib/config.js +2 -2
  105. package/dist/lib/entity-index.js +1 -1
  106. package/dist/lib/project-utils.js +2 -2
  107. package/dist/lib/session-repair.js +1 -1
  108. package/dist/lib/session-utils.js +1 -1
  109. package/dist/lib/tailscale.js +1 -1
  110. package/dist/lib/task-utils.js +1 -1
  111. package/dist/lib/template-engine.js +1 -1
  112. package/dist/lib/webdav.js +1 -1
  113. package/dist/onnxruntime_binding-5QEF3SUC.node +0 -0
  114. package/dist/onnxruntime_binding-BKPKNEGC.node +0 -0
  115. package/dist/onnxruntime_binding-FMOXGIUT.node +0 -0
  116. package/dist/onnxruntime_binding-OI2KMXC5.node +0 -0
  117. package/dist/onnxruntime_binding-UX44MLAZ.node +0 -0
  118. package/dist/onnxruntime_binding-Y2W7N7WY.node +0 -0
  119. package/dist/openclaw-plugin--gqA2BZw.d.ts +267 -0
  120. package/dist/openclaw-plugin.d.ts +4 -0
  121. package/dist/openclaw-plugin.js +20 -0
  122. package/dist/transformers.node-A2ZRORSQ.js +46775 -0
  123. package/dist/types-CbL-wIKi.d.ts +36 -0
  124. package/dist/{types-BbWJoC1c.d.ts → types-DslKvCaj.d.ts} +51 -1
  125. package/hooks/clawvault/HOOK.md +25 -8
  126. package/hooks/clawvault/handler.js +215 -78
  127. package/hooks/clawvault/handler.test.js +109 -43
  128. package/hooks/clawvault/integrity.js +112 -0
  129. package/hooks/clawvault/integrity.test.js +32 -0
  130. package/hooks/clawvault/openclaw.plugin.json +133 -15
  131. package/openclaw.plugin.json +161 -194
  132. package/package.json +8 -5
  133. package/bin/register-workgraph-commands.js +0 -451
  134. package/dist/chunk-5PJ4STIC.js +0 -465
  135. package/dist/chunk-ERNE2FZ5.js +0 -189
  136. package/dist/chunk-HR4KN6S2.js +0 -152
  137. package/dist/chunk-IJBFGPCS.js +0 -33
  138. package/dist/chunk-K7PNYS45.js +0 -93
  139. package/dist/chunk-NTOPJI7W.js +0 -207
  140. package/dist/chunk-PG56HX5T.js +0 -154
  141. package/dist/chunk-QPDDIHXE.js +0 -501
  142. package/dist/chunk-WIOLLGAD.js +0 -190
  143. package/dist/chunk-WMGIIABP.js +0 -15
  144. package/dist/ledger-B7g7jhqG.d.ts +0 -44
  145. package/dist/plugin/index.d.ts +0 -352
  146. package/dist/plugin/index.js +0 -4264
  147. package/dist/registry-BR4326o0.d.ts +0 -30
  148. package/dist/store-CA-6sKCJ.d.ts +0 -34
  149. package/dist/thread-B9LhXNU0.d.ts +0 -41
  150. package/dist/workgraph/index.d.ts +0 -5
  151. package/dist/workgraph/index.js +0 -23
  152. package/dist/workgraph/ledger.d.ts +0 -2
  153. package/dist/workgraph/ledger.js +0 -25
  154. package/dist/workgraph/registry.d.ts +0 -2
  155. package/dist/workgraph/registry.js +0 -19
  156. package/dist/workgraph/store.d.ts +0 -2
  157. package/dist/workgraph/store.js +0 -25
  158. package/dist/workgraph/thread.d.ts +0 -2
  159. package/dist/workgraph/thread.js +0 -25
  160. package/dist/workgraph/types.d.ts +0 -54
  161. package/dist/workgraph/types.js +0 -7
@@ -3,8 +3,8 @@ import {
3
3
  getVaultPath,
4
4
  resolveAgentVaultPath,
5
5
  resolveVaultPath
6
- } from "../chunk-GNJL4YGR.js";
7
- import "../chunk-U67V476Y.js";
6
+ } from "../chunk-GJO3CFUN.js";
7
+ import "../chunk-2ZDO52B4.js";
8
8
  export {
9
9
  findNearestVaultPath,
10
10
  getVaultPath,
@@ -2,7 +2,7 @@ import {
2
2
  buildEntityIndex,
3
3
  getSortedAliases
4
4
  } from "../chunk-J7ZWCI2C.js";
5
- import "../chunk-U67V476Y.js";
5
+ import "../chunk-2ZDO52B4.js";
6
6
  export {
7
7
  buildEntityIndex,
8
8
  getSortedAliases
@@ -6,11 +6,11 @@ import {
6
6
  listProjects,
7
7
  readProject,
8
8
  updateProject
9
- } from "../chunk-AZYOKJYC.js";
9
+ } from "../chunk-4PY655YM.js";
10
10
  import "../chunk-QWQ3TIKS.js";
11
11
  import "../chunk-MFAWT5O5.js";
12
12
  import "../chunk-7766SIJP.js";
13
- import "../chunk-U67V476Y.js";
13
+ import "../chunk-2ZDO52B4.js";
14
14
  export {
15
15
  archiveProject,
16
16
  createProject,
@@ -6,7 +6,7 @@ import {
6
6
  parseTranscript,
7
7
  repairSession
8
8
  } from "../chunk-L53L5FCL.js";
9
- import "../chunk-U67V476Y.js";
9
+ import "../chunk-2ZDO52B4.js";
10
10
  export {
11
11
  analyzeSession,
12
12
  computeParentRelinks,
@@ -11,7 +11,7 @@ import {
11
11
  listSessions,
12
12
  loadSessionsStore
13
13
  } from "../chunk-HRLWZGMA.js";
14
- import "../chunk-U67V476Y.js";
14
+ import "../chunk-2ZDO52B4.js";
15
15
  export {
16
16
  backupSession,
17
17
  findMainSession,
@@ -23,7 +23,7 @@ import {
23
23
  syncWithPeer
24
24
  } from "../chunk-TIGW564L.js";
25
25
  import "../chunk-IVRIKYFE.js";
26
- import "../chunk-U67V476Y.js";
26
+ import "../chunk-2ZDO52B4.js";
27
27
  export {
28
28
  CLAWVAULT_SERVE_PATH,
29
29
  DEFAULT_SERVE_PORT,
@@ -26,7 +26,7 @@ import {
26
26
  } from "../chunk-QWQ3TIKS.js";
27
27
  import "../chunk-MFAWT5O5.js";
28
28
  import "../chunk-7766SIJP.js";
29
- import "../chunk-U67V476Y.js";
29
+ import "../chunk-2ZDO52B4.js";
30
30
  export {
31
31
  completeTask,
32
32
  createBacklogItem,
@@ -2,7 +2,7 @@ import {
2
2
  buildTemplateVariables,
3
3
  renderTemplate
4
4
  } from "../chunk-7766SIJP.js";
5
- import "../chunk-U67V476Y.js";
5
+ import "../chunk-2ZDO52B4.js";
6
6
  export {
7
7
  buildTemplateVariables,
8
8
  renderTemplate
@@ -15,7 +15,7 @@ import {
15
15
  isPathSafe,
16
16
  resolveWebDAVPath
17
17
  } from "../chunk-IVRIKYFE.js";
18
- import "../chunk-U67V476Y.js";
18
+ import "../chunk-2ZDO52B4.js";
19
19
  export {
20
20
  WEBDAV_PREFIX,
21
21
  checkAuth,
@@ -0,0 +1,267 @@
1
+ import { D as Document, a as SearchOptions, b as SearchResult } from './types-DslKvCaj.js';
2
+ import { PluginConfig } from './lib/config.js';
3
+ import { b as RecallOptions } from './types-CbL-wIKi.js';
4
+
5
+ type CapturedMemoryType = 'fact' | 'preference' | 'decision' | 'lesson' | 'entity' | 'episode' | 'relationship';
6
+ interface CaptureMessage {
7
+ role: string;
8
+ content: string;
9
+ timestamp?: string;
10
+ }
11
+ interface CaptureCandidate {
12
+ content: string;
13
+ type: CapturedMemoryType;
14
+ confidence: number;
15
+ title?: string;
16
+ tags?: string[];
17
+ entities?: string[];
18
+ source: 'memory_note' | 'heuristic';
19
+ metadata?: Record<string, unknown>;
20
+ }
21
+ interface CaptureOptions {
22
+ vaultPath?: string;
23
+ agentId?: string;
24
+ pluginConfig?: PluginConfig;
25
+ minConfidence?: number;
26
+ dedupThreshold?: number;
27
+ maxPerTurn?: number;
28
+ sourceSessionId?: string;
29
+ }
30
+ interface CaptureRejection {
31
+ candidate: CaptureCandidate;
32
+ reason: string;
33
+ }
34
+ interface CaptureStoreResult {
35
+ stored: number;
36
+ rejected: number;
37
+ storedDocuments: string[];
38
+ acceptedCandidates: CaptureCandidate[];
39
+ rejectedCandidates: CaptureRejection[];
40
+ }
41
+
42
+ interface MemorySlotInitOptions {
43
+ vaultPath?: string;
44
+ agentId?: string;
45
+ pluginConfig?: PluginConfig;
46
+ }
47
+ interface MemoryStoreMetadata {
48
+ title?: string;
49
+ category?: string;
50
+ type?: CapturedMemoryType;
51
+ tags?: string[];
52
+ frontmatter?: Record<string, unknown>;
53
+ }
54
+ interface MemorySlotRecallOptions extends Omit<RecallOptions, 'vaultPath' | 'pluginConfig' | 'agentId'> {
55
+ vaultPath?: string;
56
+ pluginConfig?: PluginConfig;
57
+ agentId?: string;
58
+ }
59
+ interface MemorySlotSearchOptions extends SearchOptions {
60
+ vaultPath?: string;
61
+ pluginConfig?: PluginConfig;
62
+ agentId?: string;
63
+ }
64
+ interface MemorySlotStoreOptions extends MemoryStoreMetadata {
65
+ vaultPath?: string;
66
+ pluginConfig?: PluginConfig;
67
+ agentId?: string;
68
+ }
69
+ interface MemorySlot {
70
+ recall(query: string, options?: MemorySlotRecallOptions): Promise<string>;
71
+ capture(messages: unknown[], options?: CaptureOptions): Promise<CaptureStoreResult>;
72
+ store(content: string, metadata?: MemorySlotStoreOptions): Promise<Document>;
73
+ search(query: string, options?: MemorySlotSearchOptions): Promise<SearchResult[]>;
74
+ }
75
+ declare function createMemorySlot(defaults?: MemorySlotInitOptions): MemorySlot;
76
+ declare function createMemorySlotPlugin(defaults?: MemorySlotInitOptions): {
77
+ plugins: {
78
+ slots: {
79
+ memory: MemorySlot;
80
+ };
81
+ };
82
+ };
83
+ declare function registerMemorySlot(registry: Record<string, any>, defaults?: MemorySlotInitOptions): void;
84
+
85
+ type ClawVaultContextProfile = "default" | "planning" | "incident" | "handoff" | "auto";
86
+ interface ClawVaultPluginConfig {
87
+ vaultPath?: string;
88
+ agentVaults?: Record<string, string>;
89
+ allowClawvaultExec?: boolean;
90
+ clawvaultBinaryPath?: string;
91
+ clawvaultBinarySha256?: string;
92
+ allowEnvAccess?: boolean;
93
+ enableStartupRecovery?: boolean;
94
+ enableSessionContextInjection?: boolean;
95
+ enableAutoCheckpoint?: boolean;
96
+ enableObserveOnNew?: boolean;
97
+ enableHeartbeatObservation?: boolean;
98
+ enableCompactionObservation?: boolean;
99
+ enableWeeklyReflection?: boolean;
100
+ enableFactExtraction?: boolean;
101
+ autoCheckpoint?: boolean;
102
+ observeOnHeartbeat?: boolean;
103
+ weeklyReflection?: boolean;
104
+ contextProfile?: ClawVaultContextProfile;
105
+ maxContextResults?: number;
106
+ enableBeforePromptRecall?: boolean;
107
+ enforceCommunicationProtocol?: boolean;
108
+ enableMessageSendingFilter?: boolean;
109
+ minQuestionRecallScore?: number;
110
+ }
111
+
112
+ type MemorySource = "memory" | "sessions";
113
+ type MemorySearchResult = {
114
+ path: string;
115
+ startLine: number;
116
+ endLine: number;
117
+ score: number;
118
+ snippet: string;
119
+ source: MemorySource;
120
+ citation?: string;
121
+ };
122
+ type MemoryEmbeddingProbeResult = {
123
+ ok: boolean;
124
+ error?: string;
125
+ };
126
+ type MemorySyncProgressUpdate = {
127
+ completed: number;
128
+ total: number;
129
+ label?: string;
130
+ };
131
+ type MemoryProviderStatus = {
132
+ backend: "builtin" | "qmd";
133
+ provider: string;
134
+ model?: string;
135
+ requestedProvider?: string;
136
+ files?: number;
137
+ chunks?: number;
138
+ dirty?: boolean;
139
+ workspaceDir?: string;
140
+ dbPath?: string;
141
+ extraPaths?: string[];
142
+ sources?: MemorySource[];
143
+ sourceCounts?: Array<{
144
+ source: MemorySource;
145
+ files: number;
146
+ chunks: number;
147
+ }>;
148
+ cache?: {
149
+ enabled: boolean;
150
+ entries?: number;
151
+ maxEntries?: number;
152
+ };
153
+ fts?: {
154
+ enabled: boolean;
155
+ available: boolean;
156
+ error?: string;
157
+ };
158
+ fallback?: {
159
+ from: string;
160
+ reason?: string;
161
+ };
162
+ vector?: {
163
+ enabled: boolean;
164
+ available?: boolean;
165
+ extensionPath?: string;
166
+ loadError?: string;
167
+ dims?: number;
168
+ };
169
+ batch?: {
170
+ enabled: boolean;
171
+ failures: number;
172
+ limit: number;
173
+ wait: boolean;
174
+ concurrency: number;
175
+ pollIntervalMs: number;
176
+ timeoutMs: number;
177
+ lastError?: string;
178
+ lastProvider?: string;
179
+ };
180
+ custom?: Record<string, unknown>;
181
+ };
182
+ interface MemorySearchManager {
183
+ search(query: string, opts?: {
184
+ maxResults?: number;
185
+ minScore?: number;
186
+ sessionKey?: string;
187
+ }): Promise<MemorySearchResult[]>;
188
+ readFile(params: {
189
+ relPath: string;
190
+ from?: number;
191
+ lines?: number;
192
+ }): Promise<{
193
+ text: string;
194
+ path: string;
195
+ }>;
196
+ status(): MemoryProviderStatus;
197
+ sync?(params?: {
198
+ reason?: string;
199
+ force?: boolean;
200
+ progress?: (update: MemorySyncProgressUpdate) => void;
201
+ }): Promise<void>;
202
+ probeEmbeddingAvailability(): Promise<MemoryEmbeddingProbeResult>;
203
+ probeVectorAvailability(): Promise<boolean>;
204
+ close?(): Promise<void>;
205
+ }
206
+
207
+ interface ClawVaultMemoryManagerOptions {
208
+ pluginConfig: ClawVaultPluginConfig;
209
+ workspaceDir?: string;
210
+ defaultAgentId?: string;
211
+ logger?: {
212
+ debug?: (message: string) => void;
213
+ warn: (message: string) => void;
214
+ };
215
+ }
216
+ declare class ClawVaultMemoryManager implements MemorySearchManager {
217
+ private readonly options;
218
+ constructor(options: ClawVaultMemoryManagerOptions);
219
+ search(query: string, opts?: {
220
+ maxResults?: number;
221
+ minScore?: number;
222
+ sessionKey?: string;
223
+ }): Promise<MemorySearchResult[]>;
224
+ readFile(params: {
225
+ relPath: string;
226
+ from?: number;
227
+ lines?: number;
228
+ }): Promise<{
229
+ text: string;
230
+ path: string;
231
+ }>;
232
+ status(): MemoryProviderStatus;
233
+ sync(params?: {
234
+ reason?: string;
235
+ force?: boolean;
236
+ progress?: (update: {
237
+ completed: number;
238
+ total: number;
239
+ label?: string;
240
+ }) => void;
241
+ }): Promise<void>;
242
+ probeEmbeddingAvailability(): Promise<MemoryEmbeddingProbeResult>;
243
+ probeVectorAvailability(): Promise<boolean>;
244
+ close(): Promise<void>;
245
+ }
246
+
247
+ declare const clawvaultPlugin: {
248
+ id: string;
249
+ name: string;
250
+ kind: "memory";
251
+ description: string;
252
+ register(apiOrRuntime?: unknown): Promise<{
253
+ plugins: {
254
+ slots: {
255
+ memory: MemorySlot;
256
+ };
257
+ };
258
+ } | {
259
+ plugins: {
260
+ slots: {
261
+ memory: ClawVaultMemoryManager;
262
+ };
263
+ };
264
+ }>;
265
+ };
266
+
267
+ export { type CaptureOptions as C, type MemorySlot as M, type CaptureStoreResult as a, type CaptureCandidate as b, type CaptureMessage as c, type CaptureRejection as d, type CapturedMemoryType as e, type MemorySlotInitOptions as f, type MemorySlotRecallOptions as g, type MemorySlotSearchOptions as h, type MemorySlotStoreOptions as i, type MemoryStoreMetadata as j, createMemorySlot as k, createMemorySlotPlugin as l, clawvaultPlugin as m, registerMemorySlot as r };
@@ -0,0 +1,4 @@
1
+ export { l as createMemorySlotPlugin, m as default } from './openclaw-plugin--gqA2BZw.js';
2
+ import './types-DslKvCaj.js';
3
+ import './lib/config.js';
4
+ import './types-CbL-wIKi.js';
@@ -0,0 +1,20 @@
1
+ import {
2
+ createMemorySlotPlugin,
3
+ openclaw_plugin_default
4
+ } from "./chunk-QYQAGBTM.js";
5
+ import "./chunk-RL2L6I6K.js";
6
+ import "./chunk-NSXYM6EZ.js";
7
+ import "./chunk-35JCYSRR.js";
8
+ import "./chunk-BSJ6RIT7.js";
9
+ import "./chunk-ECGJYWNA.js";
10
+ import "./chunk-2CDEETQN.js";
11
+ import "./chunk-FZ5I2NF7.js";
12
+ import "./chunk-PTWPPVC7.js";
13
+ import "./chunk-H3JZIB5O.js";
14
+ import "./chunk-GJO3CFUN.js";
15
+ import "./chunk-33DOSHTA.js";
16
+ import "./chunk-2ZDO52B4.js";
17
+ export {
18
+ createMemorySlotPlugin,
19
+ openclaw_plugin_default as default
20
+ };