Skip to content

Commit 5dcff53

Browse files
authored
Merge pull request #240 from dgageot/fix-memory
Fix examples with memory
2 parents 75e347d + 5c5e6e4 commit 5dcff53

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)