Add LoopTroop to Open-source Devins#9
Open
liviux wants to merge 1 commit into
Open
Conversation
|
We require contributors to sign our Contributor License Agreement, and we don't have @liviux on file. You can sign our CLA at https://e2b.dev/docs/cla . Once you've signed, post a comment here that says '@cla-bot check' |
There was a problem hiding this comment.
Pull request overview
Adds LoopTroop to the README’s “Open-source Devins” list, keeping the catalog alphabetized and using the existing entry/card structure to document a new local AI coding-agent orchestrator.
Changes:
- Added a new README entry for LoopTroop with category, description bullets, and links.
- Placed LoopTroop alphabetically between Devon and MetaGPT.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| <details> | ||
|
|
||
|  |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adding LoopTroop to the Open-source "Devins" section, in alphabetical order between Devon and MetaGPT.
Why it fits
LoopTroop is a local, open-source orchestrator that does the same job as the other entries in this section: it takes a coding ticket and turns it into a merged PR without hand-holding. The distinct part is how it handles long, unattended runs. An LLM Council drafts and votes on the plan, work is split into atomic "beads" that run in isolated git worktrees, and a "Ralph Loop" retries failed beads with a fresh context window instead of continuing a polluted chat session. Built on OpenCode, MIT licensed.
Followed the existing card format (header, one-liner, details block with image, category, description, links).