managed wagies (claudes) with mcp
docs | ||
README.md |
wagies
"Docker + AI" - your favorite grifter
What is this?
Systems like Claude Code are great, but they're not autonomous. The aim is to give instances of Claude or whatever LLM you want control over a docker container so they can work towards completing a task. Tasks can be given from GitHub issues, from the user, or from the orchestrator.
Instances send their changes to a PR, the PR gets reviewed, and then it can get merged. Instances SHOULD NOT have force push access or the ability to write to the main branch.
TODO
- Explore persistent contexts to load when a code review is sent