Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -624,11 +624,12 @@ Implement persistent memory across sessions:
agents:
researcher:
model: claude
memory:
path: "./research_memory.db"
instruction: |
You are a research assistant with persistent memory.
Remember important findings and reference previous research.
toolsets:
- type: memory
path: ./research_memory.db
```

### Multi-Model Teams
Expand Down
4 changes: 2 additions & 2 deletions examples/gopher.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ agents:
- type: filesystem
- type: shell
- type: todo
- type: memory
path: ./gopher.db
- type: mcp
ref: docker:context7
- type: mcp
ref: docker:ast-grep
config:
path: .
memory:
path: golang_tests_memory.db