Agent Prompt
Advance an agent session by one turn
Usage
Terminal
dxflow agent prompt <IDENTITY> <MESSAGE> [OPTIONS]
Alias: dxflow agent ask.
Options
| Flag | Shorthand | Description | Type | Default |
|---|---|---|---|---|
--model | -m | Override the agent model for this turn | string | `` |
IDENTITY is the session; MESSAGE is the natural-language instruction. Each prompt advances the session one turn: the agent writes a short message and may call tools, whose results stream back and are appended to the session history.
Example
Terminal
dxflow agent ask edb4311ad2f1 "compose an ubuntu desktop with fastqc"
dxflow agent ask edb4311ad2f1 "start"
dxflow agent ask edb4311ad2f1 "show me logs"