From 7ce2f0e99eb0b8e06a089dcbdde06344bebfe845 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Fri, 27 Mar 2026 15:40:37 +0000 Subject: [PATCH] Add orchestration tools: Conductor, Superset, and Sidecar Add three new multi-agent orchestration tools to the Agent Infrastructure section: - Conductor: macOS app for orchestrating Claude Code and Codex agents - Superset: Code editor for running swarms of AI coding agents in parallel - Sidecar: Terminal UI companion for CLI-based coding agents Co-Authored-By: Claude Opus 4.5 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f0051a5..1576ed5 100644 --- a/README.md +++ b/README.md @@ -299,6 +299,9 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ### Multi-Agent Orchestration +- [Conductor](https://conductor.build/) — macOS app for orchestrating multiple Claude Code and Codex agents working simultaneously in isolated git worktrees. Features a central dashboard for monitoring, code review, and merging. +- [Superset](https://superset.sh/) — Code editor for AI agents that orchestrates swarms of Claude Code, Codex, and other CLI-based agents in parallel. Uses isolated git worktrees with universal IDE integration. +- [Sidecar](https://github.com/marcus/sidecar) — Terminal UI companion for CLI-based coding agents (Claude Code, Cursor, Gemini) with unified conversation history, git integration, task management, and workspace control. - [Roundtable MCP Server](https://github.com/askbudi/roundtable) — Zero-configuration MCP server that unifies multiple AI coding assistants through intelligent auto-discovery and standardized interface. - [Agentic Sprint](https://github.com/damienlaine/agentic-sprint) — Spec-driven, self-iterative multi-agent framework for Claude Code with coordinated specialized agents (Python, Next.js, CI/CD, QA, UI Testing). - [Stoneforge](https://stoneforge.ai) — Open-source orchestration for AI coding agents. Run multiple agents in parallel with automatic dispatch, merge, and recovery.