Initial Commit
This commit is contained in:
commit
ceb4594934
2 changed files with 15 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# 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
|
||||
|
||||
## Architecture
|
||||

|
BIN
docs/general-diagram.png
Normal file
BIN
docs/general-diagram.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 74 KiB |
Loading…
Add table
Reference in a new issue