Polly

Multi-agent coding orchestrator. Polly breaks your task into sub-tasks and delegates each one to a different AI agent, with cross-vendor code review built in.

omni polly
omni          # also launches Polly (it's the default)

How it works

Polly is a supervisor that never writes code itself. It decomposes your goal into sub-tasks and delegates each one to a sub-agent running on its own harness and git worktree. One agent implements, a different agent reviews. Each implementer opens its own PR. Polly never merges. The human decides.

Sub-agentHarnessRole
claude_codeclaude-nativeClaude Code
codexcodex-nativeCodex
pipiPi (headless, any gateway model)

Skills

When to use

Source on GitHub