A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
An open-source, graph-based workflow engine for Gemini/OpenCode/Claude Code/Qwen CLI. Automate ML experiments and scient
Orchestrating AI Agents for Iterative Scientific Research.
📧 Contact: miaoxin.liu@u.nus.edu | 📖 Documentation: Read Online
Born from the complex computational needs of scientific research, AgentCommander addresses a critical bottleneck in machine learning: the exhaustive cost of manual trial-and-error.
I attempted to iterate and optimize machine learning code using various existing tools, but found them lacking in flexibility. Cursor Agent excels at code completion but cannot design long-term evolutionary paths. OpenEvolve/AlphaEvolve offers powerful population-based evolution but focuses on group behavior rather than deep, customized single-agent optimization.
AgentCommander fills this gap. It is built on the belief that repetitive iteration is a task for machines, not humans. By automating the debugging and refinement cycle with a highly customizable graph-based workflow, AgentCommander empowers researchers to focus on high-level creative pursuits and systemic design.

AgentCommander was born from the actual demands of scientific research.
Refined through rigorous practical application, it is a graph-based workflow engine designed to orchestrate AI Agents for complex, iterative tasks. Built to leverage the diverse ecosystem of LLM CLIs (Gemini, Qwen, Claude, OpenCode, etc.), it enables Machine Learning engineers to construct highly customizable, infinite-loop workflows.

Unlike "black-box" agents, AgentCommander prioritizes Human-Centric Evolution. You define the search space and evaluation logic; the agent handles the exhaustive execution loop.
Inside the workflow, the AI acts as an autonomous researcher, capable of:
strategy.py and iteratively fixing errors based on execution logs.history.json, allowing the agent to refine its strategy and evolve across generations.AgentCommander provides a high-level control plane for researchers to steer the evolution:


The Auto-Setup Wizard makes it easy to integrate AgentCommander into your existing workflow without rewriting your code.

npm install -g @google/gemini-cli@latest (or qwen, claude, opencode-ai)git clone https://github.com/mx-Liu123/AgentCommander.git
cd AgentCommander
pip install -r requirements.txt
bash run_ui.sh
http://localhost:8080, go to the Experiment Setup tab, and scaffold your first project.Licensed under the Apache License 2.0.
Native macOS app to monitor Claude AI usage limits and watch your coding sessions live
Pocket Flow: Codebase to Tutorial
A Comprehensive Benchmark to Evaluate LLMs as Agents (ICLR'24)
💻 A curated list of papers and resources for multi-modal Graphical User Interface (GUI) agents.