You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,16 @@
2
2
3
3
## **Basic Configurations**
4
4
5
-
These examples are fairly basic and show you the YAML syntax for writing an agent.
6
-
Some of these agents use [Built-in Tools](https://github.com/docker/cagent?tab=readme-ov-file#tool-configuration) like filesystem (which grants filesystem access) or memory (which allows the agent to store its findings for later use).
5
+
These examples are fairly basic and show you the YAML syntax for writing agents.
6
+
7
+
Some of these agents use [built-in tools](../docs/USAGE.md#tool-configuration)
8
+
like `filesystem`, which grants filesystem access, or `memory`, to allow the agent to store its findings for later use.
7
9
8
10
| Name | Description/Purpose | Filesystem | Shell | Todo | Think | Memory | MCP Servers | Sub-agents |
|[blog.yaml](blog.yaml)| Technical blog writing workflow |||| ✓ ||[duckduckgo-mcp-server](https://hub.docker.com/mcp/server/duckduckgo/overview)| ✓ |
51
+
|[blog.yaml](blog.yaml)| Technical blog writing workflow |||| ✓ ||[duckduckgo](https://hub.docker.com/mcp/server/duckduckgo/overview)| ✓ |
50
52
|[dev-team.yaml](dev-team.yaml)| Development team coordinator | ✓ | ✓ | ✓ | ✓ | ✓ || ✓ |
51
53
|[multi-code.yaml](multi-code.yaml)| Technical lead and project coordination | ✓ | ✓ | ✓ | ✓ | ✓ || ✓ |
52
54
|[writer.yaml](writer.yaml)| Story writing workflow supervisor |||| ✓ ||| ✓ |
53
-
|[finance.yaml](finance.yaml)| Financial research and analysis |||| ✓ ||[duckduckgo-mcp-server](https://hub.docker.com/mcp/server/duckduckgo/overview)| ✓ |
55
+
|[finance.yaml](finance.yaml)| Financial research and analysis |||| ✓ ||[duckduckgo](https://hub.docker.com/mcp/server/duckduckgo/overview)| ✓ |
54
56
|[shared-todo.yaml](shared-todo.yaml)| Shared todo item manager ||| ✓ |||| ✓ |
0 commit comments