LoopX: Long-Horizon Agent Control Plane for Governed AI Workflows

This repository profile is provided by osrepos.com, an open source repository discovery platform.

LoopX: Long-Horizon Agent Control Plane for Governed AI Workflows

Summary

LoopX is an open, provider-neutral, and stateful control plane designed for long-horizon AI agents. It enables durable, governed work across various agent harnesses, including Codex App and Claude Code. LoopX provides essential capabilities for managing complex, long-running tasks, ensuring objectives, gates, and handoffs remain stable and reviewable.

Repository Information

Analyzed by OSRepos on August 25, 2026

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.

Introduction

LoopX is an open, provider-neutral, and stateful control plane designed for long-horizon AI agents. It enables durable, governed work across various agent harnesses, including Codex App, Claude Code, and other custom setups. Instead of replacing existing agent runtimes, LoopX operates on top of them, providing essential capabilities for managing complex, long-running tasks.

It offers long-horizon state management, semantic decision-making, robust governance, recovery mechanisms, and seamless human-agent collaboration. LoopX ensures that objectives, gates, todos, evidence, quota, and handoffs remain stable and reviewable, making multi-day engineering, research, and operational workflows restartable and easier to manage across multiple turns, tools, and agents.

Installation

Getting started with LoopX is straightforward. Ensure you have Python 3.11+ installed and an active Python environment with console scripts on your PATH.

  1. Install LoopX from PyPI:

    python3 -m pip install --upgrade loopx
    
  2. Install workflow skills:

    loopx workflow-skills --install
    
  3. Run a diagnostic check:

    loopx doctor
    

    This command verifies your setup.

  4. Connect to your project:
    Navigate to your project root and connect LoopX.

    cd /path/to/your-project
    loopx connect
    

    If your project hasn't been initialized, use the guided path:

    loopx start-goal --guided --project . --goal-text "Your long-running objective"
    

    Remember to keep .loopx/, .codex/goals/, and .local/ ignored in your version control. For more detailed instructions, including pipx and native Windows installation, refer to the official documentation.

Examples

LoopX excels in managing real-world, long-running agent projects, providing clear evidence and traceability for complex workflows. Here are some notable examples:

  • Open-Source Issue Fix (200+ hours): This public contribution arc demonstrates PR delivery and the evolution of reusable fix knowledge. LoopX's creator uses this path as an OpenViking contributor, showcasing how the Issue-Fix capability maintains repository context, revision-stamped fix knowledge, and reviewer preferences across extended periods.
  • Auto ML Experiment (200+ hours): A redacted, owner-run showcase where LoopX managed a multi-day experiment arc. It kept hypotheses, matched evidence, invalid lineages, running replicates, and promotion/stop gates visible in a single graph, preserving decision lineage over hundreds of hours.
  • Auto Research (Reproducible KNN Demo): This built-in demo illustrates how proposer, executor, and evaluator/promoter agents iterate in parallel. LoopX ensures that todos, quota, evidence, and targeted wake activities remain visible, providing a clear view of the multi-agent workflow.

These examples highlight LoopX's ability to sustain and govern agent activities over extended durations, far beyond single-turn interactions.

Why Use LoopX

Traditional agent sessions often struggle with long-running work where objectives change, human decisions are needed, evidence becomes stale, or tasks are handed off between agents. LoopX addresses these challenges by providing a durable control plane that keeps the entire workflow manageable and transparent.

LoopX keeps the durable control state in one compact layer, offering five core promises:

  • What is the objective? It clearly tracks the active goal, explicit scope, and current authority, ensuring everyone understands the overarching aim.
  • What happens next? It provides ordered user and agent todos, managing ownership, claims, and leases for clear progression.
  • What needs human judgment? LoopX presents concrete user gates, replacing vague "waiting for owner" messages with actionable questions for human intervention.
  • What evidence changed? It maintains a compact run history, including validation, blockers, and accepted writeback, for full traceability and recovery.
  • May the loop continue? It governs continuation through quota, capabilities, safe fallbacks, scheduler hints, and explicit stop conditions, preventing uncontrolled execution.

LoopX is not another agent framework, but a lightweight state kernel that ensures long-running engineering, research, discovery, and operations loops can continue across runs, remaining reviewable, restartable, and auditable.

Links

Related repositories

Similar repositories that may be relevant next.

ai-outfitter/actions: Automate AI Agents with GitHub Actions

ai-outfitter/actions: Automate AI Agents with GitHub Actions

September 7, 2026

ai-outfitter/actions is a GitHub Action that allows you to run Outfitter profiles headless within your CI/CD workflows. This enables the creation of scheduled or event-driven AI agents for tasks like code reviews, task completion, and auditing. It integrates seamlessly with GitHub's event system, transforming your workflows into powerful agentic automation tools.

GitHub ActionsAI AgentsAutomation
Best of Agent Harnesses: A Curated List for AI Agent Development

Best of Agent Harnesses: A Curated List for AI Agent Development

September 7, 2026

RyanAlberts' Best of Agent Harnesses is a comprehensive, curated, and ranked list of over 100 AI agent harnesses and orchestration frameworks. It provides valuable insights for building reliable agentic systems, offering both human-readable guides and machine-readable formats for agents themselves. The repository is rescored weekly to ensure up-to-date recommendations.

AI AgentsAgent HarnessesLLM Frameworks
Ralph Orchestrator, An Advanced Framework for Autonomous AI Agent Orchestration

Ralph Orchestrator, An Advanced Framework for Autonomous AI Agent Orchestration

September 6, 2026

Ralph Orchestrator is a robust, Rust-based framework designed for autonomous AI agent orchestration. It implements the innovative "Ralph Wiggum technique," a methodology focused on continuous iteration to ensure AI agents complete complex tasks effectively. This powerful tool supports multiple AI backends and offers features like a "hat system" for specialized personas and human-in-the-loop interaction via Telegram.

AIAI AgentsOrchestration
SandBase CLI: Connect Your AI Agent to 2,000+ Models and APIs

SandBase CLI: Connect Your AI Agent to 2,000+ Models and APIs

September 4, 2026

SandBase CLI is an open-source command-line interface and local MCP server that supercharges AI agents. It connects 25 popular AI clients, such as Claude Code, Cursor, and ChatGPT, to over 2,000 AI models and APIs, simplifying complex integrations. This powerful tool streamlines AI agent development by offering a unified gateway, removing the hassle of API key management and configuration.

AI AgentsCLILLM

Source repository

Open the original repository on GitHub.

7 counted GitHub visits

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️