feat(plugins): add memory slot plugin

This commit is contained in:
Peter Steinberger
2026-01-18 02:12:01 +00:00
parent 005b831023
commit 9fd9f4c896
15 changed files with 244 additions and 14 deletions

View File

@@ -324,6 +324,11 @@ export const ClawdbotSchema = z
paths: z.array(z.string()).optional(),
})
.optional(),
slots: z
.object({
memory: z.string().optional(),
})
.optional(),
entries: z
.record(
z.string(),