Skip to content

Commit 5c5e6e4

Browse files
committed
Fix examples with memory
Signed-off-by: David Gageot <david.gageot@docker.com>
1 parent 75e347d commit 5c5e6e4

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

docs/USAGE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -624,11 +624,12 @@ Implement persistent memory across sessions:
624624
agents:
625625
researcher:
626626
model: claude
627-
memory:
628-
path: "./research_memory.db"
629627
instruction: |
630628
You are a research assistant with persistent memory.
631629
Remember important findings and reference previous research.
630+
toolsets:
631+
- type: memory
632+
path: ./research_memory.db
632633
```
633634

634635
### Multi-Model Teams

examples/gopher.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ agents:
6767
- type: filesystem
6868
- type: shell
6969
- type: todo
70+
- type: memory
71+
path: ./gopher.db
7072
- type: mcp
7173
ref: docker:context7
7274
- type: mcp
7375
ref: docker:ast-grep
7476
config:
7577
path: .
76-
memory:
77-
path: golang_tests_memory.db

0 commit comments

Comments
 (0)