From 4b65e1bd9f638b09e83ce81a663e510a0dd49b8a Mon Sep 17 00:00:00 2001 From: liviux Date: Sun, 21 Jun 2026 15:20:06 +0300 Subject: [PATCH] Add LoopTroop to Open-source Devins --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 4c1d3b6..191fa12 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,27 @@ Coding, general purpose +## [LoopTroop](https://github.com/looptroop-ai/LoopTroop) +Local GUI orchestrator for AI coding agents + +
+ +![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) + +
+ ## [MetaGPT](https://github.com/geekan/MetaGPT) Agent framework returning Design, Tasks, or Repo