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.
- package/README.md +56 -16
- package/bin/clawvault.js +0 -2
- package/bin/command-registration.test.js +15 -2
- package/bin/help-contract.test.js +16 -0
- package/bin/register-core-commands.js +88 -0
- package/bin/register-core-commands.test.js +80 -0
- package/bin/register-maintenance-commands.js +84 -7
- package/bin/register-query-commands.js +45 -28
- package/bin/register-query-commands.test.js +15 -0
- package/bin/test-helpers/cli-command-fixtures.js +1 -0
- package/dist/chunk-2PKBIKDH.js +130 -0
- package/dist/{chunk-U67V476Y.js → chunk-2ZDO52B4.js} +18 -1
- package/dist/{chunk-ZZA73MFY.js → chunk-33DOSHTA.js} +176 -36
- package/dist/chunk-35JCYSRR.js +158 -0
- package/dist/{chunk-AZYOKJYC.js → chunk-4PY655YM.js} +13 -1
- package/dist/{chunk-2JQ3O2YL.js → chunk-5EFSWZO6.js} +3 -3
- package/dist/{chunk-Y3TIJEBP.js → chunk-7SWP5FKU.js} +34 -613
- package/dist/{chunk-4VQTUVH7.js → chunk-7YZWHM36.js} +52 -26
- package/dist/{chunk-URXDAUVH.js → chunk-AXSJIFOJ.js} +174 -1
- package/dist/{chunk-4ITRXIVT.js → chunk-BLQXXX7Q.js} +6 -6
- package/dist/chunk-CSHO3PJB.js +684 -0
- package/dist/chunk-D5U3Q4N5.js +872 -0
- package/dist/chunk-DCF4KMFD.js +158 -0
- package/dist/{chunk-S5OJEGFG.js → chunk-DOIUYIXV.js} +2 -2
- package/dist/{chunk-YXQCA6B7.js → chunk-DVOUSOR3.js} +112 -7
- package/dist/{chunk-YDWHS4LJ.js → chunk-ECGJYWNA.js} +205 -33
- package/dist/{chunk-QMHPQYUV.js → chunk-EL6UBSX5.js} +7 -6
- package/dist/chunk-FZ5I2NF7.js +352 -0
- package/dist/{chunk-WJVWINEM.js → chunk-GFCHWMGD.js} +55 -6
- package/dist/{chunk-GNJL4YGR.js → chunk-GJO3CFUN.js} +30 -6
- package/dist/chunk-H3JZIB5O.js +322 -0
- package/dist/chunk-HEHO7SMV.js +51 -0
- package/dist/{chunk-UCQAOZHW.js → chunk-HGDDW24U.js} +3 -3
- package/dist/chunk-J3YUXVID.js +907 -0
- package/dist/{chunk-Y6VJKXGL.js → chunk-KCYWJDDW.js} +1 -1
- package/dist/{chunk-P5EPF6MB.js → chunk-MW5C6ZQA.js} +110 -13
- package/dist/chunk-NSXYM6EZ.js +255 -0
- package/dist/{chunk-YNIPYN4F.js → chunk-OFOCU2V4.js} +6 -5
- package/dist/{chunk-42MXU7A6.js → chunk-P62WHA27.js} +58 -47
- package/dist/chunk-PTWPPVC7.js +972 -0
- package/dist/{chunk-FAKNOB7Y.js → chunk-QFWERBDP.js} +2 -2
- package/dist/chunk-QYQAGBTM.js +2097 -0
- package/dist/chunk-RL2L6I6K.js +223 -0
- package/dist/{chunk-IIOU45CK.js → chunk-S7N7HI5E.js} +2 -2
- package/dist/{chunk-ECRZL5XR.js → chunk-T7E764W3.js} +23 -7
- package/dist/{chunk-MNPUYCHQ.js → chunk-TWMI3SNN.js} +6 -5
- package/dist/{chunk-2RAZ4ZFE.js → chunk-VBILES4B.js} +1 -1
- package/dist/{chunk-PI4WMLMG.js → chunk-VXAGOLDP.js} +1 -1
- package/dist/{chunk-SS4B7P7V.js → chunk-YIDV4VV2.js} +1 -1
- package/dist/chunk-YTRZNA64.js +37 -0
- package/dist/chunk-ZKWPCBYT.js +600 -0
- package/dist/cli/index.js +28 -21
- package/dist/commands/archive.js +3 -3
- package/dist/commands/backlog.js +1 -1
- package/dist/commands/benchmark.d.ts +12 -0
- package/dist/commands/benchmark.js +12 -0
- package/dist/commands/blocked.js +1 -1
- package/dist/commands/canvas.js +2 -2
- package/dist/commands/checkpoint.js +1 -1
- package/dist/commands/compat.js +1 -1
- package/dist/commands/context.js +8 -7
- package/dist/commands/doctor.d.ts +8 -3
- package/dist/commands/doctor.js +8 -22
- package/dist/commands/embed.js +6 -5
- package/dist/commands/entities.d.ts +8 -1
- package/dist/commands/entities.js +46 -3
- package/dist/commands/graph.js +4 -4
- package/dist/commands/inbox.d.ts +23 -0
- package/dist/commands/inbox.js +11 -0
- package/dist/commands/inject.d.ts +1 -1
- package/dist/commands/inject.js +5 -5
- package/dist/commands/kanban.js +1 -1
- package/dist/commands/link.js +5 -5
- package/dist/commands/maintain.d.ts +32 -0
- package/dist/commands/maintain.js +13 -0
- package/dist/commands/migrate-observations.js +3 -3
- package/dist/commands/observe.js +11 -10
- package/dist/commands/project.js +2 -2
- package/dist/commands/rebuild-embeddings.js +48 -17
- package/dist/commands/rebuild.js +9 -8
- package/dist/commands/recall.d.ts +14 -0
- package/dist/commands/recall.js +15 -0
- package/dist/commands/recover.js +1 -1
- package/dist/commands/reflect.js +6 -6
- package/dist/commands/repair-session.js +1 -1
- package/dist/commands/replay.js +10 -9
- package/dist/commands/session-recap.js +1 -1
- package/dist/commands/setup.js +4 -3
- package/dist/commands/shell-init.js +1 -1
- package/dist/commands/sleep.d.ts +1 -1
- package/dist/commands/sleep.js +20 -18
- package/dist/commands/status.js +40 -26
- package/dist/commands/sync-bd.js +3 -3
- package/dist/commands/tailscale.js +3 -3
- package/dist/commands/task.js +1 -1
- package/dist/commands/template.js +1 -1
- package/dist/commands/wake.d.ts +1 -1
- package/dist/commands/wake.js +10 -9
- package/dist/index.d.ts +233 -16
- package/dist/index.js +325 -111
- package/dist/{inject-DYUrDqQO.d.ts → inject-DEb_jpLi.d.ts} +3 -1
- package/dist/lib/auto-linker.js +2 -2
- package/dist/lib/canvas-layout.js +1 -1
- package/dist/lib/config.js +2 -2
- package/dist/lib/entity-index.js +1 -1
- package/dist/lib/project-utils.js +2 -2
- package/dist/lib/session-repair.js +1 -1
- package/dist/lib/session-utils.js +1 -1
- package/dist/lib/tailscale.js +1 -1
- package/dist/lib/task-utils.js +1 -1
- package/dist/lib/template-engine.js +1 -1
- package/dist/lib/webdav.js +1 -1
- package/dist/onnxruntime_binding-5QEF3SUC.node +0 -0
- package/dist/onnxruntime_binding-BKPKNEGC.node +0 -0
- package/dist/onnxruntime_binding-FMOXGIUT.node +0 -0
- package/dist/onnxruntime_binding-OI2KMXC5.node +0 -0
- package/dist/onnxruntime_binding-UX44MLAZ.node +0 -0
- package/dist/onnxruntime_binding-Y2W7N7WY.node +0 -0
- package/dist/openclaw-plugin--gqA2BZw.d.ts +267 -0
- package/dist/openclaw-plugin.d.ts +4 -0
- package/dist/openclaw-plugin.js +20 -0
- package/dist/transformers.node-A2ZRORSQ.js +46775 -0
- package/dist/types-CbL-wIKi.d.ts +36 -0
- package/dist/{types-BbWJoC1c.d.ts → types-DslKvCaj.d.ts} +51 -1
- package/hooks/clawvault/HOOK.md +25 -8
- package/hooks/clawvault/handler.js +215 -78
- package/hooks/clawvault/handler.test.js +109 -43
- package/hooks/clawvault/integrity.js +112 -0
- package/hooks/clawvault/integrity.test.js +32 -0
- package/hooks/clawvault/openclaw.plugin.json +133 -15
- package/openclaw.plugin.json +161 -194
- package/package.json +8 -5
- package/bin/register-workgraph-commands.js +0 -451
- package/dist/chunk-5PJ4STIC.js +0 -465
- package/dist/chunk-ERNE2FZ5.js +0 -189
- package/dist/chunk-HR4KN6S2.js +0 -152
- package/dist/chunk-IJBFGPCS.js +0 -33
- package/dist/chunk-K7PNYS45.js +0 -93
- package/dist/chunk-NTOPJI7W.js +0 -207
- package/dist/chunk-PG56HX5T.js +0 -154
- package/dist/chunk-QPDDIHXE.js +0 -501
- package/dist/chunk-WIOLLGAD.js +0 -190
- package/dist/chunk-WMGIIABP.js +0 -15
- package/dist/ledger-B7g7jhqG.d.ts +0 -44
- package/dist/plugin/index.d.ts +0 -352
- package/dist/plugin/index.js +0 -4264
- package/dist/registry-BR4326o0.d.ts +0 -30
- package/dist/store-CA-6sKCJ.d.ts +0 -34
- package/dist/thread-B9LhXNU0.d.ts +0 -41
- package/dist/workgraph/index.d.ts +0 -5
- package/dist/workgraph/index.js +0 -23
- package/dist/workgraph/ledger.d.ts +0 -2
- package/dist/workgraph/ledger.js +0 -25
- package/dist/workgraph/registry.d.ts +0 -2
- package/dist/workgraph/registry.js +0 -19
- package/dist/workgraph/store.d.ts +0 -2
- package/dist/workgraph/store.js +0 -25
- package/dist/workgraph/thread.d.ts +0 -2
- package/dist/workgraph/thread.js +0 -25
- package/dist/workgraph/types.d.ts +0 -54
- package/dist/workgraph/types.js +0 -7
package/dist/lib/config.js
CHANGED
package/dist/lib/entity-index.js
CHANGED
|
@@ -6,11 +6,11 @@ import {
|
|
|
6
6
|
listProjects,
|
|
7
7
|
readProject,
|
|
8
8
|
updateProject
|
|
9
|
-
} from "../chunk-
|
|
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-
|
|
13
|
+
import "../chunk-2ZDO52B4.js";
|
|
14
14
|
export {
|
|
15
15
|
archiveProject,
|
|
16
16
|
createProject,
|
package/dist/lib/tailscale.js
CHANGED
package/dist/lib/task-utils.js
CHANGED
package/dist/lib/webdav.js
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -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,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
|
+
};
|