Back to browse
GitHub Repository

Open source multi-agent harness for orchestrating AI workers. Supports Claude Code, OpenAI Codex, Cursor Agent, and local models.

39 starsGo

I built an open source multi-agent harness in Go

by AndreBaltazar·Apr 8, 2026·6 points·0 comments

AI Analysis

●●SolidBig BrainShip It

CEO agent that hires and fires workers is clever, but multi-agent orchestration is extremely crowded.

Strengths
  • CEO agent with autonomous hiring and firing creates genuine agent hierarchy
  • Multi-backend support avoids vendor lock-in to single AI provider
  • MCP integration and WebSocket architecture shows thoughtful technical choices
Weaknesses
  • Multi-agent orchestration space saturated with CrewAI, AutoGen, LangGraph
  • Very early with 1 star, unproven at scale compared to established frameworks
Category
Target Audience

Developers building AI agent workflows who want multi-backend flexibility

Similar To

CrewAI · AutoGen · LangGraph

Post Description

Hey HN. I built an AI agent harness over the past few months and I'm open sourcing it today.

Some context on why. I've been building with Claude Code daily using this harness. It orchestrates multiple AI agents as a team, with a dashboard, chat, kanban board, the works. I used it to build a full SaaS product (MyUpMonitor, https://myupmonitor.com) in about 24 hours of focused coding.

Then yesterday Anthropic announced Mythos and decided to keep it behind closed doors. Meanwhile I'm paying for Claude and I can't access their best model. I don't think that is nice at all...

So I'm open sourcing the harness with support for both Claude Code and OpenAI Codex. The whole point is that you shouldn't be dependent on one company's API to run your AI workflow.

What this harness does: - Spawns and manages multiple AI agents in parallel - Each agent gets a persona, role, and communication channels - CEO agent that can hire/fire workers on its own - Web dashboard with chat, kanban board, and live terminal output - Supports Claude Code, OpenAI Codex, Cursor Agent, opencode, and local models - MCP server per worker for tool access - Written in Go. Two binaries. SQLite. No heavy deps.

Would love feedback from anyone working on multi-agent setups or just what you think in general. Thank you!

Similar Projects

Developer Tools●●●Banger

Agetor - An open-source Harness Orchestrator

Git worktree isolation plus MCP approval interception beats terminal tab hell.

Big BrainSolve My Problem
drakochack
421mo ago