Skip to content

run

run

Run agent(s) with prompts.

Examples: # Single agent llmling-agent run myagent "Analyze this"

# Parallel execution (default)
llmling-agent run "agent1,agent2,agent3" "Process this"

# Sequential chain
llmling-agent run "agent1,agent2,agent3" -x sequential "Process this"

# Show all messages
llmling-agent run "agent1,agent2" --show-messages "Process this"
llmling agent run [OPTIONS] AGENT_NAME [PROMPTS]...

agent_name

"REQUIRED"

prompts

--config, -c

Override config path

--execution, -x

Default: parallel Execution mode for multiple agents: parallel/sequential

--show-messages

Default: True Flag Show all messages (not just final responses)

--detail, -d

Default: simple Output detail level: simple/detailed/markdown

--metadata

Flag Show message metadata

--costs

Flag Show token usage and costs

--verbose, -v

Flag Enable debug logging

--help

Flag Show this message and exit.