@@ -11,7 +11,7 @@ keywords: [ai, agent, cagent]
1111{{< summary-bar feature_name="cagent" >}}
1212
1313[ 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.
14+ AI agents. You can 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.
@@ -22,7 +22,7 @@ Each agent:
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,
25- they do not share knowledge.
25+ they don't share knowledge.
2626
2727## Key features
2828
@@ -96,7 +96,7 @@ command:
9696``` console
9797$ cagent new
9898
99- For any feedback, please visit: https://docker.qualtrics.com/jfe/form/SV_cNsCIg92nQemlfw
99+ For any feedback, visit: https://docker.qualtrics.com/jfe/form/SV_cNsCIg92nQemlfw
100100
101101Welcome to cagent! (Ctrl+C to exit)
102102
@@ -108,7 +108,7 @@ What should your agent/agent team do? (describe its purpose):
108108 short, clear, and focused on how this team delivers value to users and the business.
109109```
110110
111- Alternatively, you can write your configuration file by hand . For example:
111+ Alternatively, you can write your configuration file manually . For example:
112112
113113``` yaml {title="agentic-team.yaml"}
114114agents :
@@ -151,7 +151,7 @@ models:
151151## Built-in tools
152152
153153cagent includes a set of built-in tools that enhance your agents' capabilities.
154- You do not need to configure any external MCP tools to use them.
154+ You don't need to configure any external MCP tools to use them.
155155
156156` ` ` yaml
157157agents :
@@ -202,7 +202,7 @@ agents:
202202### Task transfer tool
203203
204204The task transfer tool is an internal tool that allows an agent to delegate a task
205- to sub-agents. To prevent an agent from delegating work, make sure it does not have
205+ to sub-agents. To prevent an agent from delegating work, make sure it doesn't have
206206sub-agents defined in its configuration.
207207
208208### Using tools via the Docker MCP Gateway
0 commit comments