LoopTroop is an open-source AI coding agent harness and orchestration framework maintained by the looptroop-ai organization on GitHub. Built with TypeScript, it is designed to manage autonomous coding loops, plugin execution, and multi-step agent workflows across local development environments. In daily operations, LoopTroop runs in terminal environments to orchestrate task execution cycles. It integrates with development toolchains, execution plugins (such as OpenCode plugins), and underlying LLM APIs to plan tasks, invoke shell commands, inspect diffs, and iterate on code changes until automated checks or tests pass. Unlike monolithic CLI coding assistants, LoopTroop functions primarily as an orchestration harness. It focuses on modular plugin extensions, continuous feedback loops via testing suites (such as Vitest), and multi-platform distribution across standard package managers, including Windows Scoop and npm. LoopTroop is distributed as open-source software on GitHub. It operates on a bring-your-own-key model for model inference providers, incurring no software licensing fees.
Tags: agent harness, cli, codebase, coding agent, developer tools, OpenSource