CodeMachine — оркестрация ИИ-агентов для разработки

★ 2.5K

CodeMachine is an open-source tool that orchestrates AI coding agents into repeatable, long-running workflows. Reach for it when the same steps of working with an agent (ask → reproduce → analyze → plan → implement → test) have to be rebuilt by hand every time: CodeMachine lets you describe that process once and run it as a repeatable workflow, instead of guiding the agent step by step from memory each session. It installs via npm. Its focus is orchestrating agents into reproducible multi-step development processes, not a single agent or a task board: the value is turning "the workflow in your head" into a reusable automated pipeline that drives the agent. In job it sits alongside Ralph-style loops and orchestrators, with the emphasis on explicit repeatable workflows. It suits people who run the same process with agents and want to formalize it.