corral-agent
Generated by
scripts/gen-cli-docs.shfrom corral-agent’s own-houtput and its main.go doc comment. Do not hand-edit — runscripts/gen-cli-docs.shand commit the result.
corral-agent — reference LLM-driven audit-role worker (local Ollama by default)
Usage: corral-agent connect to the brain and work the queue corral-agent --version print the build version and exit corral-agent -h print this help and exit
Env: CORRAL_BRAIN brain URL (default http://127.0.0.1:9019/mcp/) AGENT_ROLE role(s) to serve (default generalist): a single role (mutant-generator | test-writer | test-critic | ...), a comma-separated list to claim any ready task in that set, or "generalist"/"any"/"*"/empty to claim ANY ready task AGENT_NAME display name in the swarm UI (default same as AGENT_ROLE, e.g. "researcher+designer" or "generalist") AGENT_WORKSPACE working directory for edits (default $TMPDIR/corral-demo-ws) MODEL_BACKEND ollama (default) | openai (Gemini/OpenRouter/local, any OpenAI-compatible endpoint) AGENT_MODEL model name passed to the backend (default qwen2.5-coder:7b) CLOBBER set "1" to ignore coordination conflicts and edit anyway (demo of what NOT coordinating looks like)