awesome-agent-harness - curated harness list
Curated list of agent harnesses, orchestrators, and coding-agent runtimes. Useful index for evaluating multi-agent infrastructure projects.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Recent discussion
From the wider webAgent-Analytics/awesome-multi-agent-orchestrators
github.com · Apr 29, 2026
njulj/Awesome-Agent-Based-Low-Level-Vision
github.com · Apr 29, 2026
peter123023/awesome-claude-api
github.com · Apr 29, 2026
rbbydotdev/awesome-just-bash
github.com · Apr 29, 2026
YouMind-OpenLab/awesome-gemini-3-prompts
github.com · Apr 29, 2026
Featured in
Related entries
Broccoli - cloud sandbox harness for Linear
Open-source harness that pulls coding tasks from Linear, runs them in isolated cloud sandboxes, and opens PRs for human review. Built to manage many concurrent agent jobs without local worktree juggling.
Dispatch - background workers for Claude Code
Claude Code skill that offloads subtasks to background AI workers, freeing the main session's context window. Designed to expand effective context by parallelizing dispatched work.
awesome-autoresearch - autonomous research agent loops
Curated list of self-improvement loops, research agents, and autoresearch systems following Karpathy's framing. Useful index when designing multi-step agent harnesses.
wanman - worktree-isolated multi-agent runtime for Claude Code and Codex
Multi-agent runtime that spawns each Claude Code or Codex agent in its own git worktree and home directory. JSON-RPC subprocess control, task pooling, artifact storage. Solves the share-a-directory failure mode that breaks most multi-agent harnesses.