agent run and workflow run share the same input and execution-mode model.
Interactive mode
Run without parameters and the CLI fetches the available inputs and prompts you for each one:Inline mode
Pass parameters directly askey=value pairs:
Execution modes
Agents default to async (they schedule and return a run id); workflows default to sync (they wait for the result). Use the flags above to override either default.

