Skip to content

What is AIgency?

AIgency is AgentDock Pro's multi-agent orchestration layer — a scheduler that runs many coding-agent sessions toward one objective.

AIgency lets you describe an objective once and have AgentDock break it into tasks, assign each task to a coding agent, and run them — potentially several at a time — until the objective is met.

AgentDock Pro

AIgency is available only in AgentDock Pro, which is built from a separate, private source repository. There is no in-app purchase, license key, or upgrade flow inside the standard AgentDock build — Pro is simply a different download.

It orchestrates ordinary sessions

AIgency is not a separate execution engine. Every task it runs spawns a real AgentDock session through the same session service used by a normal, hand-typed conversation — the same Claude Code, Codex, and Antigravity adapters, the same permission modes, the same conversation view. AIgency's job is purely the scheduling layer on top: deciding what runs, in what order, on which agent, and with how much concurrency.

Runs and tasks

A run holds the objective, constraints, and completion criteria for a piece of work, plus the list of tasks generated to satisfy it. See Creating a run.

A task is one unit of work assigned to one agent. Tasks can depend on each other, forming a dependency graph, and each has a kindstandard, integration, or verification — that affects how and where it executes. See Execution.

What AIgency actually does

  • Creating a run — define an objective and let AgentDock plan the work.
  • Multi-agent orchestration — the concurrent scheduler, concurrency limits, and failure handling.
  • Agent assignment and task routing — which agent runs which task, and why.
  • Execution — task statuses, isolated git worktrees, and shared-workspace fallback.
  • Approvals — permission modes at the run and per-agent level, plus a final human sign-off.
  • Retries — automatic retry and capacity-aware backoff.
  • Run history — the activity timeline, defects, reports, and reusable templates.

Note

AIgency is a mature, extensively tested part of AgentDock Pro — not an experimental preview. The pages in this section describe real, shipped behavior.