berabuddies/agentflow
A Python framework for orchestrating multiple AI agents (Codex, Claude, Kimi) in dependency graphs with parallel execution and remote SSH/EC2/ECS execution.

AgentFlow enables orchestrating thousands of AI agents as a graph program. It provides a Python API where nodes represent codex, claude, or kimi agents connected by dependency edges, with support for parallel fanout patterns where a single node spawns multiple concurrent agent copies. The framework includes merge patterns for aggregating results and can execute pipelines locally or remotely via SSH, EC2, or ECS, supporting workflows with plan stages, parallel workers, batch merges, reviews, and synthesis.
Frequently asked
- What is berabuddies/agentflow?
- A Python framework for orchestrating multiple AI agents (Codex, Claude, Kimi) in dependency graphs with parallel execution and remote SSH/EC2/ECS execution.
- Is agentflow open source?
- Yes — berabuddies/agentflow is open source, released under the MIT license.
- What language is agentflow written in?
- berabuddies/agentflow is primarily written in Python.
- How popular is agentflow?
- berabuddies/agentflow has 1.3k stars on GitHub.
- Where can I find agentflow?
- berabuddies/agentflow is on GitHub at https://github.com/berabuddies/agentflow.