# Singular Lite

> Autonomous multi-agent orchestration engine for software repos — L0/L1/L2 agents, leases, gates, audits, git-worktree isolation.

- **Website:** https://github.com/alex-reysa/singular-lite
- **Pricing:** unknown
- **Categories:** AI Agents, Developer Tools
- **Tags:** ai-agents, developer-tools, productivity
- **Platforms:** macOS, CLI
- **Last verified:** 2026-09-10
- **Canonical page:** https://linkrena.com/tools/singular-lite

## About

Autonomous multi-agent orchestration for software repos. One engine, many consumers.

L0 origin The single scheduler. Runs the reconcile cycle: import → recover → integrate → dispatch → snapshot. Holds the origin lock only during control work.

L1 area planners One planner per DAG node (area). Reads the node's context, plans a batch of L2 tasks, and stages them as proposals for L0 to import.

L2 workers Execute a single task in an isolated git worktree on a per-task branch. Produce a state packet (owned files, changes, evidence). An auditor reviews the packet; the decider routes the outcome.

Import — pull staged L1 task proposals into the DAG under the origin lock.

Recover — reclaim stale leases whose workers have exited or timed out.

Integrate — merge completed worker branches into the target branch under the git-op lock.

Every in-flight task holds a lease (a JSON file in .singular-state/leases/ ) that records ownership, retry count, and expiry. When a worker finishes it writes a state packet ( state-packet.v0.schema.json ) enumerating owned files, changed files, commands, tests, and evidence. The auditor validates the packet; the reaper attributes outcomes on later cycles.

## Related tools

- [Orbit](https://linkrena.com/tools/orbit): Multi-repo Git workspaces for any coding agent — real worktrees, no index, no server - orbcli/orbit
- [AgentMachinist](https://linkrena.com/tools/agentmachinist): An Agentic Build & CI System.
- [Concord Mcp](https://linkrena.com/tools/concord-mcp): Live messaging for coding agents.
- [Podiom](https://linkrena.com/tools/podiom): Thin orchestration layer for local LLM agents.
- [Lanes](https://linkrena.com/tools/lanes): Warm Claude Code sessions coordinating through one append-only file — parallel agent lanes on a shared repo - adam-s/lanes
- [Zsvirt](https://linkrena.com/tools/zsvirt): Core IaaS engine and cloud infrastructure foundation of ZSvirt - ZSvirt/zsvirt
