AI agent orchestration platform β pipeline-based task runner for Claude, Codex, and Gemini CLI agents with a visual dashboard and MCP server - harun-yardimci/agentflow
No reviews yetBe the first to leave a review for AgentFlow
Maker
π
Like a lot of you, I went all-in on CLI coding agents β Claude, Codex, Gemini. They're incredible one at a time. But the moment I wanted them to work together β one agent scaffolds, another writes tests, a third reviews β I was back to babysitting terminals, copy-pasting output between tasks, and praying two agents didn't stomp on the same files.
So I built the orchestration layer I wished existed.
AgentFlow turns your CLI agents into pipelines. You define tasks, wire up dependencies, and let them run.
What's inside:
π Mix any agents β Claude, Codex, and Gemini in a single pipeline, each task picks its own
πΏ Git worktree isolation β every task runs in its own worktree, so parallel agents never collide
π Output chaining β a task's output flows automatically into the ones that depend on it
β Auto or manual gates β let trusted steps run, pause the risky ones for approval
βΈοΈ Interactive mode β agents can pause to ask a question or request tool approval mid-run
π Routines β recurring scheduled pipelines for the work you run again and again
π MCP server + Telegram/Slack notifications baked in
It's for anyone who's tired of running agents one prompt at a time and wants to actually compose them.
I'd genuinely love your feedback β what would you orchestrate first? And if you hit a rough edge, tell me here; I'm reading every comment today. π