From 3445e21d8d3c043a92aacbab19322f3f7fdd7e93 Mon Sep 17 00:00:00 2001 From: Liviu Stefanescu Date: Sat, 20 Jun 2026 21:05:38 +0300 Subject: [PATCH] Add LoopTroop to Multi-Agent Orchestration --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 72a8d34..223a3cd 100644 --- a/README.md +++ b/README.md @@ -331,6 +331,7 @@ Platforms for running multiple AI coding agents in parallel with workspace isola - [Bernstein](https://github.com/chernistry/bernstein) — Deterministic multi-agent orchestrator that spawns parallel coding agents (Claude Code, Codex CLI, Gemini CLI) from a single goal, verifies with tests, and auto-commits. Zero LLM tokens on coordination. - [GreatCTO](https://github.com/avelikiy/great_cto) — Multi-agent SDLC orchestrator running above Claude Code, Cursor, Codex, Aider, and Continue. 34 specialist agents (architect → reviewers → devops), 25 archetype overlays (fintech, healthcare, agent-product, voice-AI), and 10 compliance packs (PCI/HIPAA/EU AI Act/TCPA) auto-wired by repo detection. Two human gates per feature. - [Kagan](https://github.com/kagan-sh/kagan) — Open-source AI orchestration board with a VS Code extension for planning, running, and reviewing coding agent tasks. +- [LoopTroop](https://github.com/looptroop-ai/LoopTroop) — Local GUI orchestrator for long-running, high-correctness AI software delivery. LLM councils plan it, Ralph loops perfect it, OpenCode worktrees ship it. - [MartinLoop](https://martinloop.com/) — Open-source control plane for AI coding agents. Adds hard budget stops, verifier gates, and inspectable audit records so autonomous loops stop cleanly. - [Forge](https://github.com/LucasDuys/forge) — Autonomous spec-driven development loop for Claude Code. Three-command pipeline (brainstorm, plan, execute) that turns ideas into shipped code with context survival, backpropagation, and Claude-on-Claude code review. - [SwarmClaw](https://github.com/swarmclawai/swarmclaw) - Self-hosted AI runtime that orchestrates Claude Code, Codex, Gemini CLI, OpenCode, Copilot CLI, Cursor Agent, Goose, Qwen Code, and Droid with heartbeats, schedules, delegation, runtime skills, and an org chart view. Ships as a desktop app (Electron) and CLI. MIT licensed, TypeScript.