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!

29
/ 100
Experimental

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

No License No Package No Dependents
Maintenance 13 / 25
Adoption 7 / 25
Maturity 3 / 25
Community 6 / 25

How are scores calculated?

Stars

39

Forks

2

Language

Python

License

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.