Agent Pipeline
A local-first multi-agent coding pipeline I am still building: six model stages that plan, test, implement, review, and judge a task, running by default entirely against local Ollama models on my own hardware. It does not reliably finish real tasks yet, and the most useful file in the repo is the debrief explaining why.
- Six pipeline stages run fully local by default against ollama:gpt-oss:20b; frontier CLIs are opt-in, not the default path
- A backlog loop driver drains tasks one at a time and installs as a Linux cron job for unattended runs
- Pre-flight plan linting blocks unconvergeable plans before any code is written instead of looping to exhaustion
- Still work in progress: mechanically robust, not yet reliable end to end on local models