File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
content/manuals/ai/cagent Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 88keywords : [ai, agent, cagent]
99---
1010
11+ {{< summary-bar feature_name="cagent" >}}
12+
1113cagent lets you build, orchestrate, and share AI agents. Use it to define AI
1214agents that work as a team.
1315
@@ -219,6 +221,18 @@ toolsets:
219221 args : ["mcp", "gateway", "run", "--servers=duckduckgo"]
220222` ` `
221223
224+ ## CLI interactive commands
225+
226+ You can use the following CLI commands, during
227+ CLI sessions with your agents:
228+
229+ | Command | Description |
230+ |----------|------------------------------------------|
231+ | /exit | Exit the program |
232+ | /reset | Clear conversation history |
233+ | /eval | Save current conversation for evaluation |
234+ | /compact | Compact the current session |
235+
222236## Share your agents
223237
224238Agent configurations can be packaged and shared via Docker Hub.
@@ -230,7 +244,7 @@ To push an agent:
230244cagent push ./<agent-file>.yaml <namespace>/<reponame>
231245```
232246
233- To pull an agent:
247+ To pull an agent to the current directory :
234248
235249``` bash
236250cagent pull < namespace> /< reponame>
Original file line number Diff line number Diff line change @@ -59,6 +59,8 @@ Buildx no default:
5959 requires : Docker Buildx [0.10.4](/manuals/build/release-notes.md#0104) and later
6060Cache backend API :
6161 availability : Experimental
62+ cagent :
63+ availability : Experimental
6264Company :
6365 subscription : [Business]
6466 for : Administrators
You can’t perform that action at this time.
0 commit comments