AgentForge

agentforge run

Execute an agent from the command line.

Usage

agentforge run --task "Find the latest sales numbers"
agentforge run --task "Process order #123" --agent order-processor

Options

FlagDescription
--task, -tThe task to execute
--agent, -aAgent name (if multiple agents)
--run-idResume a specific run
--verbose, -vVerbose output
--streamStream output in real-time

Examples

# Basic run
agentforge run -t "Summarize the quarterly report"

# Stream output
agentforge run -t "Write a blog post" --stream

# Resume a run
agentforge run -t "Process data" --run-id run_abc123

Next Steps

  • trace — view run traces
  • dev — development mode