Conductor (microsoft) — Summary
Microsoft's Conductor is a production-grade Python CLI tool (conductor run workflow.yaml) for defining and executing multi-agent workflows using YAML configuration files against GitHub Copilot SDK and Anthropic Claude APIs. It is architecturally unrelated to the CDD-methodology "conductor" variants in this batch: it is a workflow orchestration engine where agents, routing logic, and tool configurations are described in YAML, executed deterministically via Jinja2 expression evaluation (no LLM in the routing loop), and monitored through a real-time web dashboard. Key features include parallel execution (static groups and dynamic for-each fan-out), sub-workflow composition, script steps with exit-code routing, human-in-the-loop gates in-browser, and reasoning.effort configuration translated to each provider's native API. At v0.1.17, with 156 stars, 15 contributors, and an MIT license, it is maintained by a Microsoft team (Melty Labs adjacent) and ships as both a standalone CLI tool and a dual-purpose Claude Code / GitHub Copilot CLI skill that teaches the YAML schema. Compared to the CDD conductor variants, this is closest to the "MCP-anchored toolserver" archetype but implemented as a Python runtime rather than an MCP server — the defining difference from all other conductors in this batch.