We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 75e347d + 5c5e6e4 commit 5dcff53Copy full SHA for 5dcff53
2 files changed
docs/USAGE.md
@@ -624,11 +624,12 @@ Implement persistent memory across sessions:
624
agents:
625
researcher:
626
model: claude
627
- memory:
628
- path: "./research_memory.db"
629
instruction: |
630
You are a research assistant with persistent memory.
631
Remember important findings and reference previous research.
+ toolsets:
+ - type: memory
632
+ path: ./research_memory.db
633
```
634
635
### Multi-Model Teams
examples/gopher.yaml
@@ -67,11 +67,11 @@ agents:
67
- type: filesystem
68
- type: shell
69
- type: todo
70
71
+ path: ./gopher.db
72
- type: mcp
73
ref: docker:context7
74
75
ref: docker:ast-grep
76
config:
77
path: .
- path: golang_tests_memory.db
0 commit comments