Commands
runagent run
Run a deployed agent
Synopsis
Description
Execute a deployed agent with input data and receive the response.
Options
Option | Description | Default |
---|---|---|
--input , -i | JSON input data | Required |
--input-file , -f | Read input from file | - |
--output , -o | Output file path | stdout |
--stream | Enable streaming output | false |
Examples
Basic Usage
Streaming
Input Format
The input must be valid JSON:
See Also
runagent deploy
- Deploy an agent firstrunagent status
- Check agent status