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.
LO

huangruiteng/loopx

AI Agent

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

4.8k Stars415 Forks26 Open Issues4.8k WatchersPythonApache-2.0
AI AgentAutomationUI Framework
Review Readiness

This repository page has enough original analysis, source evidence, and comparison context to be treated as an indexable Git-Stars review.

100

review score

Indexable review
Decision Snapshot

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.

Deployment reality

The available setup signal starts with: Requirements: Python 3.11+, curl, tar, and a macOS or Linux shell. Git is only needed for contributor clone/canary workflows. The Python package has no runtime dependencies.. Treat this as a starting point, then ask Codex or Claude to inspect the README, environment variables, runtime version, and deployment target before production use.

Commercial use

The recorded license is Apache-2.0. This is a useful commercial-use signal, but teams should still verify license text, dependencies, model/API terms, and trademark constraints.

Capability ceiling

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.

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
Editorial Evaluation

huangruiteng/loopx is tracked as a Python project in the AI Agent, Automation, UI Framework area. This evaluation combines public GitHub metadata, category signals, short source summaries, and Git-Stars editorial rules rather than copying project documentation.

Momentum check: the repository has 4.8k total stars, with +0 today, +1.2k this week, and +0 this month. These growth windows help distinguish durable adoption from short-lived visibility spikes.

Maintenance check: current activity is Active; the latest push was 7 days ago, and the open issue queue is 26, about 0.54% of total stars. Treat this as an adoption signal, not a substitute for engineering due diligence.

Adoption check: 415 forks and 4.8k watchers suggest how often the project is reused or followed. License signal: Apache-2.0. Always verify license compatibility before commercial or internal use.

Practical fit: this project is most relevant when you need Python teams evaluating ecosystem-native tooling. Be cautious when you need a legal review, security audit, or production SLA.

Source check: Git-Stars currently has 2 explicit source reference(s) for this report and a recent growth signal of 2.7k. Follow the original GitHub repository for final install, security, and release information.

Evidence Checklist

Analysis

Ready

Original problem, capability, and verdict guidance are available.

Sources

Ready

Repository metadata and README/source references are attached.

License

Ready

Apache-2.0 is recorded for review.

Maintenance

Ready

Recent activity is visible in repository metadata.

Alternatives

Ready

Enough nearby projects exist for comparison.

Best For
  • Python teams evaluating ecosystem-native tooling
  • use cases where recent maintenance matters
Avoid When
  • you need a legal review, security audit, or production SLA
Adoption Signals

Momentum

4.8k Stars

Reuse

415 Forks

Attention

4.8k Watchers

Maintenance

active

License

Apache-2.0

Open issues

26

Overview

LoopX is a local control plane for long-running AI agent work, providing a state kernel that keeps objectives, gates, todos, evidence, quota, and handoffs stable while agents like Codex, Claude Code, or Cursor execute bounded turns. It is agent-agnostic and does not replace the agent runtime, but makes long-running work reviewable, restartable, and easier to hand off across turns, tools, and agents.

Key Features

- Keeps durable control state: objective + gates + todos + scope + evidence + quota - Agent-agnostic: works with Codex, Claude Code, Cursor, or your own runtime - Supports human judgment gates, safe fallback bounded agent slices, and evidence writeback with handoff and next todo - Provides an agent-native Kanban model with validated operators (claim, gate, monitor, writeback) and peer-agent support with leases and typed continuation

Tool Positioning

AI Agent

Agent frameworks, autonomous workflows, and tool-use systems

Automation

Workflow automation, integration glue, and orchestration

UI Framework

Frontend frameworks, design systems, and interface libraries

Quick Start
Requirements: Python 3.11+, curl, tar, and a macOS or Linux shell. Git is only needed for contributor clone/canary workflows. The Python package has no runtime dependencies.
View on GitHub Project Homepage
Project Activity

73

Health Score

Active

Commit Activity

May 31, 2026

Created

Aug 15, 2026

Last push

Source Trail

GitHub repository metadata

metadata

GitHub README

readme_summary

Star History

+64

Today's growth

+1.2k

7-day growth

+2.7k

30-day growth

Aug 6, 2026Aug 16, 2026
Community Health
415

Forks

26

Open

4.8k

Watchers

Owner
LO

huangruiteng

GitHub profile
Topics & Language
Pythonagent-control-planeagent-harnessagent-opsai-agentscodexlong-horizonlong-running-agentsloop-engineeringloopxworkflow-automation
Ecosystem & Usage
GitHub Repository Project Website
Alternatives & Comparison

codecrafters-io/build-your-own-x

Master programming by recreating your favorite technologies from scratch.

540k

sindresorhus/awesome

😎 Awesome lists about all kinds of interesting topics

496k

freeCodeCamp/freeCodeCamp

freeCodeCamp.org's open-source codebase and curriculum. Learn math, programming, and computer science for free.

454k

EbookFoundation/free-programming-books

:books: Freely available programming books

394k

nilbuild/developer-roadmap

Interactive roadmaps, guides and other educational content to help developers grow in their careers.

365k
License
Apache-2.0
CreatedMay 31, 2026
Last pushAug 15, 2026
Last syncedAug 16, 2026
Repository Standards

✓

License

✓

Forked

✓ Active

Maintained

AI AnalysisAnalyzed by Git-Stars

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.

Capabilities

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.

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.

Full AI Analysis