tarunms7/forge-orchestrator
Describe what you want. Forge plans it, runs parallel AI agents, orchestrates them, reviews every line, handles merge-conflicts and opens the final PR thats ready to be merged. And it learns from mistakes!
string } Response: { id: string, created: number } ``` The planner generates these contracts. Agents are given these specs and must follow them. When code is generated, the review gate enforces them. The result: the frontend client works with the backend on the first try. --- ## Multi-repo workspaces Forge understands that real features span repos. It can: - **Clone** secondary repos from your GitHub org - **Coordinate** agents across repos using shared contracts - **Merge** each repo independently and open PRs in parallel Multi-repo is configured in `.forge/workspace.toml`: ```toml [repos] api = { path = "./api" } web = { path = "./web", remote = "https://github.com/myorg/frontend" } ``` If you don't specify `remote`, Forge assumes the repo is already
Stars
39
Forks
2
Language
Python
License
—
Category
Last pushed
Mar 28, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/tarunms7/forge-orchestrator"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Agent-Field/SWE-AF
Autonomous software engineering fleet of AI agents for production-grade PRs on AgentField: plan,...
The-AI-Alliance/gofannon
A web app for rapidly prototyping AI agents and the lightweight web UIs that wrap them—build...
Ido-Levi/Hephaestus
Semi-Structured Agentic Framework. Workflows build themselves as agents discover what needs to...
pan94u/forge
Ship software with AI that knows your codebase, your standards, and gets better every sprint.
DeadWaveWave/waveforge
A highly structured software development workflow designed for seamless collaboration between...