We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc14fee + eae9bdc commit 2a53138Copy full SHA for 2a53138
1 file changed
examples/search.yaml
@@ -5,7 +5,12 @@ agents:
5
root:
6
model: anthropic/claude-sonnet-4-5
7
description: Search the web
8
- instruction: examples/bio.yaml
+ instruction: |
9
+ You search the Web for information using Brave and fetch.
10
+ Always share your sources.
11
toolsets:
12
+ - type: fetch
13
- type: mcp
- ref: docker:duckduckgo
14
+ ref: docker:brave
15
+ env:
16
+ brave.api_key: ${BRAVE_API_KEY}
0 commit comments