> agent-orchestrator
Seedling
planted May 3, 2026tended May 3, 2026
#project#agents#claude-code#daemon#orchestration
agent-orchestrator
A daemon that lets me spawn purpose-built Claude agents from harness templates and watch them work in real time. The agents live in their own directories with their own CLAUDE.md, get evaluated and audited automatically, and can resume across multi-turn sessions.
What it does
- Defines agents as a CLAUDE.md template + tools + eval harness β a tight context bubble per task.
- Spawns and supervises them as long-running processes, not one-shot subagent calls.
- Streams live state to a TUI dashboard at ~500ms refresh so you can see what each agent is doing right now.
- Auto-evaluates outputs and audits behavior against the agent's spec.
- Supports session resume so an agent can pick back up across context boundaries.
Status
- Built and working as of 2026-03-20.
- Public mirror: LucianoLupo/agent-orchestrator-public (main repo private).
- Companion TUI dashboard at
~/projects/claude-monitor.
Agents I've shipped on it
- frontend-auditor β UI review agent, eval score 7.5
- cli-tui-generator β boilerplate generator for terminal UIs, eval score 8.5
- claude-monitor-research β research agent that produced design docs for the monitor itself
Why I built it
Claude Code's built-in subagent tool is great for one-shot delegation but doesn't fit "always-on worker" scenarios β long-running monitors, multi-day refactors, agents that need to keep state. Spawning agents as supervised processes with their own context windows is the missing primitive.
Connection points
- The harness pattern (CLAUDE.md per agent + tools + eval gate) is exactly what the harness-engineering research argues is the actual unit of leverage in agent work β this daemon is that synthesis turned into a runtime.
- claude-autoresearch runs as one of the agent types this orchestrator supervises.
Origin: Karpathy autoresearch + harness-engineering research from my Obsidian vault, distilled into a real always-alive daemon.
>> referenced by (9)
About Me
...mous research loops. Verified across multiple milestones; production-ready. - [[agent-orchestrator]] β Always-alive daemon for spawning and monitoring autonomous Claude agents fr...
Agent Harness Engineering β Synthesis
...manual triggers? Connection points - The harness pattern is the foundation [[agent-orchestrator]] is built on β every agent it spawns is a CLAUDE.md harness template plus a tool...
AI Agents
...ugin for Claude Code that runs autonomous, milestone-verified research loops. - [[agent-orchestrator]] β Always-alive daemon for spawning supervised Claude agents from CLAUDE.md harn...
Autonomous Agent Arena
...eful agent work. Connection points - The brain pattern shares lineage with [[agent-orchestrator]]'s harness model. - Inference notes from this rig informed parts of the [[Produc...
claude-autoresearch
...milestone-based verification and packaged as a Claude Code plugin. - Pairs with [[agent-orchestrator]] (the daemon that spawns these loops) and [[research-orchestrator]] (the multi-C...
Infinite Brainstorm
...ship. Connection points - The agent-native pattern is the same one driving [[agent-orchestrator]] (CLAUDE.md harness templates as the agent's API surface) and [[research-orchest...
research-orchestrator
...utoresearch]] β the milestone-driven autonomous version of this same pattern. - [[agent-orchestrator]] β the runtime that supervises long-running multi-agent workflows. - [[Productio...
SatsPilot
...β on-chain execution) shares a lineage with the agent skills I keep building β [[agent-orchestrator]], [[Rug Scanner]] β where the human sends intent and the system handles executio...
x402 Competitive Landscape β Live Services Analysis
...Mesh pattern" β granular agent skills on a registry β is the same shape as the [[agent-orchestrator]] template model. Agents prefer narrow surfaces.