From 5c5e6e46583910da6bcc09df9829c9c1344d3711 Mon Sep 17 00:00:00 2001 From: David Gageot Date: Thu, 18 Sep 2025 15:36:19 +0200 Subject: [PATCH] Fix examples with memory Signed-off-by: David Gageot --- docs/USAGE.md | 5 +++-- examples/gopher.yaml | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/USAGE.md b/docs/USAGE.md index 6df4a4506..4b157db4c 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -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 diff --git a/examples/gopher.yaml b/examples/gopher.yaml index 221fe1692..7490dc24a 100755 --- a/examples/gopher.yaml +++ b/examples/gopher.yaml @@ -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