Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,27 @@ Coding, general purpose

</details>

## [LoopTroop](https://github.com/looptroop-ai/LoopTroop)
Local GUI orchestrator for AI coding agents

<details>

![Image](https://avatars.githubusercontent.com/looptroop-ai?s=200&v=4)
### Category
Coding, general purpose

### Description
- Local, open-source GUI orchestrator that takes a coding ticket all the way to a merged PR.
- An LLM Council drafts and votes on the plan, and work is split into atomic "beads" that run in isolated git worktrees.
- A "Ralph Loop" retries failed beads with a fresh context window to fight context rot. Built on OpenCode, MIT licensed.


### Links
- [GitHub](https://github.com/looptroop-ai/LoopTroop)
- [Website](https://www.looptroop.ovh)

</details>

## [MetaGPT](https://github.com/geekan/MetaGPT)
Agent framework returning Design, Tasks, or Repo

Expand Down