@@ -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
1616cagent relies on the concept of a _ root agent_ that acts as a team lead and
1717delegates tasks to the sub-agents you define.
1818Each 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
2424The 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