multiplexer active

The Factory

Maker: akashgit License: MIT Stars: 61 First released: 2026-04-11 Language: Python
Autonomous

About

The Factory (repo: remote-factory) treats software design itself as something agents can improve: it expresses development workflows as Pydantic DAG graphs whose nodes are agents, functions, gates, forks, and joins, then executes those graphs in two ways — a headless executor that walks the graph deterministically, or an interactive 'CEO' agent that follows SKILL.md playbooks while directing eight specialist subprocesses (Researcher, Strategist, Builder, Health Checker, Code Reviewer, Adversarial Tester, Archivist, Failure Analyst). The distinguishing layer is its Outer Loop: MAP-Elites-style evolution mutates the workflow DAGs themselves — nodes, edges, prompts — and evaluates candidates against benchmarks such as SWE-bench, TerminalBench, and its own FeatureBench, selecting workflows by measured test pass rates; a meta mode applies the same improvement loop to the factory's own codebase via ACE (Autonomous Context Engineering). Distribution is as a Claude Code plugin (uv tool install plus /plugin install) or via uv CLI with a Codex runner option. Researchers and practitioners experimenting with self-improving agent pipelines are the target audience.