Discover and explore top open-source AI tools and projects—updated daily.
valkor-aiAgentic software delivery harness
New!
Top 63.4% on SourcePulse
Loom addresses the challenge of reliably delivering software built by AI coding agents, transforming them from demo creators into repeatable delivery systems. It targets developers and power users leveraging agents like Claude Code, Codex, and OpenCode, providing a structured harness to manage the end-to-end software lifecycle from idea to release, thereby reducing wasted tokens and manual effort.
How It Works
Loom functions as an open-source delivery harness, orchestrating coding agents through a structured loop: planning, building, verification, repair, preview, and handoff. It employs dynamic workflows and persists critical delivery state—including project context, task contracts, backend status, and test results—within the .loom/ directory. This stateful approach allows delivery processes to survive interruptions, agent switches, and session resets, offering a durable alternative to fragile, one-shot prompt chains and mitigating common agent failure modes like goal drift and partial completion.
Quick Start & Requirements
npm install, then install necessary coding agent adapters via npm run plugin:install-codex, npm run plugin:install-claude, npm run plugin:install-opencode, or npm run plugin:install-adapters.$HOME/.loom/bin/loom-cli --version or $HOME/.loom/bin/loom-cli status.@loom build in Codex, /loom build in Claude Code) or the CLI. Use continue commands to resume interrupted workflows.Highlighted Details
Maintenance & Community
No specific details regarding maintainers, community channels (e.g., Discord, Slack), or roadmap are provided in the README.
Licensing & Compatibility
Limitations & Caveats
Production deployment is explicitly stated as not yet supported; current deployment capabilities are limited to local Docker Compose previews, validation, logging, and repair guidance.
1 day ago
Inactive
strongdm
ultraworkers