Skip to content

Commit 427af5f

Browse files
committed
add summary bar
1 parent 363d33f commit 427af5f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

content/manuals/ai/cagent/_index.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ params:
88
keywords: [ai, agent, cagent]
99
---
1010

11+
{{< summary-bar feature_name="cagent" >}}
12+
1113
cagent lets you build, orchestrate, and share AI agents. Use it to define AI
1214
agents 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
224238
Agent configurations can be packaged and shared via Docker Hub.
@@ -230,7 +244,7 @@ To push an agent:
230244
cagent 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
236250
cagent pull <namespace>/<reponame>

data/summary.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ Buildx no default:
5959
requires: Docker Buildx [0.10.4](/manuals/build/release-notes.md#0104) and later
6060
Cache backend API:
6161
availability: Experimental
62+
cagent:
63+
availability: Experimental
6264
Company:
6365
subscription: [Business]
6466
for: Administrators

0 commit comments

Comments
 (0)