Back to browse
GitHub Repository

Agent factory workflow engine for agents

10 starsGo

Infinite you – multi agent workflow system

by aabdi·May 7, 2026·2 points·0 comments

AI Analysis

●●SolidBig BrainShip It

Go-native orchestrator with worktree isolation beats generic Python wrappers.

Strengths
  • Spawns agents in isolated git worktrees to prevent context collision during parallel tasks.
  • Supports hybrid graphs mixing LLM agents with deterministic script nodes for validation.
  • Self-bootstrapping codebase proves the agent loop can handle complex refactors.
Weaknesses
  • Tight coupling to OpenAI Codex CLI limits adoption if that tool gets deprecated.
  • Another orchestration layer in a field already crowded by LangGraph and CrewAI.
Category
Target Audience

Developers building complex multi-agent coding workflows

Similar To

LangGraph · CrewAI · AutoGen

Post Description

Seems lots of folks are building workflow orchestrators these days. This is mine~. Would like your guys feedback!

Mostly supports codex, customizable graph orchestration so it supports all weird flows you can think of (ralph loops, spawn worktrees, write review). Bootstraps itself nowadays (i.e. the last ~900 commits).

supports script and agent based nodes in the graph. i.e. you can paply post condition checks via script nodes or reviewers.

Completion is marked when a node in the graph moves a token from processing to failed/complete.

Similar Projects

AI/MLMid

An Open-source platform for building and orchestrating AI agents

Agent orchestration platform when LangGraph, CrewAI, and AutoGen already exist.

Ship It
sup3rus3r_git
113mo ago
Developer Tools●●Solid

SwarmClaw – Orchestration dashboard for OpenClaw and AI agents

OpenClaw control plane + 15 providers, but orchestration dashboards are crowded.

Big BrainNiche Gem
jamesweb
513mo ago
AI/ML●●Solid

Diraigent – Self-hosted orchestration for AI coding agents

Self-hosted alternative to Cursor and Continue with auditable agent playbooks.

Ship ItBold Bet
diraigent
213mo ago