run¶
Run a node with prompts using the agentpool run command.
The run command executes a single prompt against a configured agent.
Basic Usage¶
# Simple run
agentpool run assistant "Hello!"
# With streaming output
agentpool run assistant "Tell me a story" --stream
# With explicit config file
agentpool run assistant "Hello!" --config my-agents.yml
For a full list of options, run: