veirox agent
Run and control agent chat sessions
Synopsis
veirox agent <subcommand> [args] [flags]
Description
Run and control agent chat sessions
Subcommands
| Command | Description |
|---|---|
veirox agent cancel <session-id> | Cancel an in-flight chat session |
veirox agent run <prompt> | Trigger a chat session with a prompt |
veirox agent cancel <session-id>
Cancel an in-flight chat session
veirox agent cancel <uuid>
veirox agent run <prompt>
Trigger a chat session with a prompt
| Flag | Type | Default | Description |
|---|---|---|---|
--follow | bool | false | stream events after the session starts |
--plain | bool | false | emit ndjson instead of the Charm UI when following |
--show-thinking | bool | false | render assistant thinking blocks |
veirox agent run 'tail prod-api logs for errors' --follow
Exit codes
| Code | Meaning |
|---|---|
0 | Success. |
1 | Generic error (network, API 5xx). |
2 | Validation error (bad flag, missing required arg). |
3 | Unauthenticated โ run veirox login or set VEIROX_API_KEY. |
4 | Not found (resource does not exist in this project). |
5 | Permission denied (your role / API key lacks the scope). |
See also
- ๐ Concept: Sessions
- ๐ Reference: veirox session
- ๐ Reference: veirox logs