Privacy and advertising choices

Git-Stars uses essential storage for site operation. Optional analytics and ad-measurement scripts stay disabled unless you accept them; partners such as Google may then use cookies or similar identifiers where required. Privacy Policy

LogoGit-Stars
Top StarsTrendingAI AgentsDaily PicksViral ReposInsights
LogoGit-Stars

Discover top GitHub projects with real rankings and AI insights

GitHub
Built withLogo of Git-StarsGit-Stars
Rankings
  • Top Stars
  • Trending
  • AI Agents
  • Daily Picks
  • Explore
Resources
  • Insights
  • Editorial Policy
About
  • About
  • Contact
Legal
  • Privacy Policy
  • Terms of Service
© 2026 Git-Stars. All Rights Reserved.
AI Agent Analysis
LO

huangruiteng/loopx

Long-horizon agent control plane for durable, governed work across Codex, Claude Code, and other harnesses.

stars
4.8k
Language
Python
GitHub
Source and compliance noteLast synced: Aug 16, 2026

Git-Stars is independent and not affiliated with GitHub or this project. Analysis may be AI-assisted and based on public repository metadata plus short README-derived summaries. We do not mirror full README files, docs, issues, or social comments.

Original GitHub sourceMethodologyEditorial Policy

Overview

LoopX is a lightweight, agent-agnostic state kernel and local control plane for long-running AI agent work. It provides durable goals, quota-aware auto-wake, executable todos, evidence logs, and verifiable handoffs, enabling teams to manage, review, and restart multi-turn agent workflows across Codex, Claude Code, Cursor, or custom runtimes without replacing the agent runtime itself.

Installation

Install via pip: `pip install loopx` (requires Python 3.11+). For quick start, see the official docs at https://huangruiteng.github.io/loopx/docs/.

Problem solved

Traditional agent frameworks focus on single-session tasks and rely on chat memory or timers, which are insufficient for long-running, multi-agent, multi-day objectives. LoopX solves the problem of maintaining stable control state (objectives, gates, todos, evidence, quota) across turns, tools, and agents, ensuring work remains reviewable, restartable, and handoff-friendly without requiring a central leader or autonomous production control.

What you can build

Developers can build systems for multi-day engineering, research, benchmark, or experiment objectives; issue and PR loops that preserve scope and evidence; recurring heartbeat or monitor workflows; and peer-agent teams with ownership, leases, and handoff. The ceiling includes orchestrating complex, long-horizon tasks with human-in-the-loop gates, quota-based scheduling, and verifiable evidence trails, as demonstrated by 200+ hour public contribution arcs. It is not designed for fully autonomous production control, but rather for bounded, reviewable agent slices.

Community sentiment

Positive

No community feedback yet.

Concerns

No concerns documented yet.

Bottom line

LoopX is ideal for developers and teams running long-lived, multi-agent AI workflows that require durable state, human oversight, and verifiable handoffs. It should be avoided by those seeking fully autonomous, unattended production automation. The key trade-off is between enhanced control and reviewability versus the overhead of managing a separate state layer and the need for human judgment at critical gates.

Analyzed by Git-Stars - 8/6/2026