Skip to content

Commit 2a53138

Browse files
authored
Merge pull request #609 from dgageot/improve-search
Improve the search example
2 parents dc14fee + eae9bdc commit 2a53138

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

examples/search.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ agents:
55
root:
66
model: anthropic/claude-sonnet-4-5
77
description: Search the web
8-
instruction: examples/bio.yaml
8+
instruction: |
9+
You search the Web for information using Brave and fetch.
10+
Always share your sources.
911
toolsets:
12+
- type: fetch
1013
- type: mcp
11-
ref: docker:duckduckgo
14+
ref: docker:brave
15+
env:
16+
brave.api_key: ${BRAVE_API_KEY}

0 commit comments

Comments
 (0)