Skip to content

run

run

Run a node (agent/team) with prompts.

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

    # Team
    llmling run myteam "Process this"

    # Sequential team
    llmling run mysequence "Process this"
llmling agent run [OPTIONS] NODE_NAME [PROMPTS]...

node_name

"REQUIRED"

prompts

--config, -c

Override config path

--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.