Full multi-LLM pipeline orchestration. Runs the sheep flock decision pipeline that coordinates GPT (lead planner), Gemini, Grok, and Claude as validators. Auto-detects sheep mode from this repository.
GPT leads planning. Other models consult. Claude validates.
/orchestrate "task description"
/orchestrate sheep "Plan spring breeding for the Katahdin ewes"
Mode is sheep by default in this repository.
The orchestrator runs a multi-step pipeline defined in /home/user/ken/orchestrator/modes/sheep.yaml:
IMPORTANT: Execute these commands directly using the Bash tool. Do NOT check if files exist first — just run them.
bash /home/user/ken/orchestrator/bootstrap-env.sh 2>/dev/null; pip3 install -q -r /home/user/ken/orchestrator/requirements.txt 2>/dev/null && python3 /home/user/ken/orchestrator/orchestrate.py sheep "task description"
Only if the command fails with No such file or directory or ModuleNotFoundError, tell the user:
"The orchestrator backend isn't available. Make sure the ken repo is cloned to
/home/user/ken/and runpip3 install -r /home/user/ken/orchestrator/requirements.txt."