CLI reference
Basic commands
Section titled “Basic commands”One-shot task:
faraday "Summarize the files in this workspace."Interactive mode:
faradayExplicit config path:
faraday --config /path/to/faraday.yaml "Your task here"Verify tools and credentials:
faraday --check-toolsBatch from prompt file:
faraday --batch-file ./prompts.txtUseful flags
Section titled “Useful flags”Common flags:
--config--model--max-steps--debug--check-tools--app-mode--sandbox-backend--workspace-source-root--workspace-container-path--previous-context--artifacts-dir--no-artifacts--collect-artifacts-dir--batch-file--batch-query--batch-continue-on-error--use-docker--docker-image
Deprecated:
--trajectory-pathis no longer needed. Trajectory output is written automatically torun_artifacts/trajectory.jsoninside the per-run directory. Useoutputs.rootinfaraday.yamlto control the root.
Run faraday --help for full details.
Environment variables
Section titled “Environment variables”Common runtime variables:
FARADAY_CONFIG- model/provider credentials (for example
OPENAI_API_KEY)
Keep secrets in environment variables, not in faraday.yaml.
For the full list, see Environment variables.