Skip to content

Commit 951bb84

Browse files
committed
update
1 parent 427af5f commit 951bb84

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

content/manuals/ai/cagent/_index.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ keywords: [ai, agent, cagent]
1010

1111
{{< summary-bar feature_name="cagent" >}}
1212

13-
cagent lets you build, orchestrate, and share AI agents. Use it to define AI
14-
agents that work as a team.
13+
[cagent](https://github.com/docker/cagent) lets you build, orchestrate, and share
14+
AI agents. Use it to define AI agents that work as a team.
1515

1616
cagent relies on the concept of a _root agent_ that acts as a team lead and
1717
delegates tasks to the sub-agents you define.
1818
Each agent:
1919
- uses the model of your choice, with the parameters of your choice.
2020
- has access to the [built-in tools](#built-in-tools) and MCP servers
21-
configured in the [Docker MCP gateway](/manuals/ai/mcp-gateway.md).
21+
configured in the [Docker MCP gateway](/manuals/ai/mcp-gateway/_index.md).
2222
- works in its own context. They do not share knowledge.
2323

2424
The root agent is your main contact point. Each agent has its own context,
@@ -255,5 +255,6 @@ it with the `cagent run <filename>` command.
255255

256256
## Related pages
257257

258-
For more information about cagent, see the
259-
[GitHub repository](https://github.com/docker/cagent).
258+
- For more information about cagent, see the
259+
[GitHub repository](https://github.com/docker/cagent).
260+
- [Docker MCP Gateway](/manuals/ai/mcp-gateway/_index.md)

0 commit comments

Comments
 (0)