Singular Lite
Autonomous multi-agent orchestration engine for software repos — L0/L1/L2 agents, leases, gates, audits, git-worktree isolation.
About Singular Lite
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.
Discussion
Sign in to join the discussion.
Loading comments…
Tagged
Alternatives to Singular Lite
Tools in the same space, ranked by how they are performing in the directory.
Orbit
Multi-repo Git workspaces for any coding agent — real worktrees, no index, no server - orbcli/orbit
/Developer ToolsAgentMachinist
An Agentic Build & CI System.
/Developer ToolsConcord Mcp
Live messaging for coding agents.
Open source/AI AgentsPodiom
Thin orchestration layer for local LLM agents.
Open source/Developer ToolsLanes
Warm Claude Code sessions coordinating through one append-only file — parallel agent lanes on a shared repo - adam-s/lanes
/AI AgentsZsvirt
Core IaaS engine and cloud infrastructure foundation of ZSvirt - ZSvirt/zsvirt
Open source/Developer Tools