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.

Athena-Public: Your Local-First Agentic PKM for Smarter AI Decisions

Athena-Public: Your Local-First Agentic PKM for Smarter AI Decisions

August 25, 2026

Athena-Public is a powerful local-first agentic Personal Knowledge Management (PKM) system designed to enhance your decision-making. It provides persistent memory, structured reasoning, and governed AI agents that operate across various Large Language Models. This unique approach allows you to own your data and context, while renting the intelligence from any LLM.

AI AgentsLocal-FirstPKM
CLI Agent Orchestrator: Multi-Agent Orchestration for AI Coding CLIs

CLI Agent Orchestrator: Multi-Agent Orchestration for AI Coding CLIs

August 24, 2026

The CLI Agent Orchestrator (CAO) is a powerful tool designed to coordinate multiple AI coding CLIs, enabling a supervisor to delegate tasks to specialist agents in parallel or sequence. It achieves this by running a local `cao-server` and launching provider CLIs within isolated tmux terminal sessions. This setup allows for efficient management and orchestration of various AI coding assistants.

AI AgentsAgent OrchestrationMulti-Agent Systems
Micstec Skills: A Comprehensive Collection for AI Coding Agents

Micstec Skills: A Comprehensive Collection for AI Coding Agents

August 21, 2026

Micstec Skills is a centralized GitHub repository offering a vast collection of skills, plugins, and extensions for various AI coding agents. It supports platforms like Claude Code, Gemini CLI, Copilot, and Cursor, providing a unified approach to managing AI agent capabilities. Developers can easily discover, install, and enhance their AI-powered development workflows across multiple environments.

PythonAI AgentsClaude Code
microsoft/skills: Empowering AI Coding Agents with Domain-Specific Knowledge

microsoft/skills: Empowering AI Coding Agents with Domain-Specific Knowledge

August 19, 2026

The microsoft/skills repository provides a comprehensive collection of skills, custom agents, and configurations designed to enhance AI coding agents. It offers domain-specific knowledge for working with Azure SDKs and Microsoft AI Foundry, enabling more effective and context-driven development. Developers can leverage these resources to ground agents like GitHub Copilot with specialized expertise.

AI AgentsAzure SDKGitHub Copilot

Source repository

Open the original repository on GitHub.

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 ❤️