Agent Prompt

Advance an agent session by one turn

Usage

Terminal
dxflow agent prompt <IDENTITY> <MESSAGE> [OPTIONS]

Alias: dxflow agent ask.

Options

FlagShorthandDescriptionTypeDefault
--model-mOverride the agent model for this turnstring``

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"