untrivial-ai/agent-orchestrator

Agent IDE that enables you to manage fleets of coding agents. It comes with an agentic orchestrator that plans tasks, spawns agents, and autonomously...

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 53 minutes ago
Added to GitGenius on September 1st, 2026
Created on February 13th, 2026
Open Issues & Pull Requests: 773 (+0)
GitHub issues: Enabled
Number of forks: 1,546
Total Stargazers: 11,032 (+2)
Total Subscribers: 38 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 398
New in 7 days: 121
Closed in 7 days: 161
Avg open age: 18 days
Stale 30+ days: 64
Stale 90+ days: 0

Recent activity

Opened in 7 days: 103
Closed in 7 days: 129
Comments in 7 days: 141
Events in 7 days: 686

Top labels

  • bug (612)
  • comp/daemon (347)
  • enhancement (303)
  • comp/desktop (258)
  • P2 (200)
  • P1 (184)
  • needs-triage (43)
  • cloud (24)

Detailed Description

Agent Orchestrator is an agent IDE that enables you to manage fleets of coding agents.

The tool addresses the challenge of coordinating multiple AI coding agents on complex tasks. It provides an agentic orchestrator that breaks down work into subtasks, spawns parallel agents to handle them, and autonomously manages the integration challenges that arise—including CI failures, merge conflicts, and code review feedback. The orchestrator plans task execution and coordinates agents working across separate git worktrees to avoid conflicts.

Teams working on large codebases or seeking to parallelize coding work across multiple agents should consider this tool. It suits projects where you want to delegate substantial portions of development to autonomous agents while maintaining oversight through an IDE interface. The tool is built in Go and integrates with Claude Code and similar agent frameworks.

The project shows active development with regular commits addressing core functionality and bug fixes. Work spans orchestration logic, agent spawning mechanisms, and integration with external systems. The codebase receives ongoing refinement to the task planning and conflict resolution systems that form the tool's foundation.