Skip to content

Commit 2cd2d31

Browse files
committed
Update CLI reference docs
1 parent 41f0f52 commit 2cd2d31

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/reference/cli.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@ Generated from the Click command tree.
6868
- runbook evaluate — Evaluate existing runbooks in the source documents directory.
6969
- runbook generate — Generate a new Redis SRE runbook for the specified topic.
7070
- query — Execute an agent query.
71+
72+
Supports conversation threads for multi-turn interactions. Use --thread-id
73+
to continue an existing conversation, or omit it to start a new one.
74+
75+
The agent is automatically selected based on the query:
76+
- Knowledge agent: General Redis questions (no instance)
77+
- Chat agent: Quick questions with a Redis instance
78+
- Triage agent: Full health checks or --triage flag
7179
- worker — Start the background worker.
7280
- mcp — MCP server commands - expose agent capabilities via Model Context Protocol.
7381
- mcp list-tools — List available MCP tools.

0 commit comments

Comments
 (0)