Skip to content

Agent Orchestration

Autogit integrates with GitHub Projects V2 to coordinate AI agent assignments across issues and PRs.

Autogit generates a GitHub Actions workflow that syncs agent:* labels to a custom field in your GitHub Project. This enables:

  • Automatic agent assignment tracking
  • Project board views filtered by agent
  • Workflow automation based on agent status
  1. Press Shift+G to open the workflow generator
  2. Autogit creates .github/workflows/agent-label-sync.yml
  3. Commit and push the workflow file

Use labels prefixed with agent: to indicate worktree assignments:

agent:backend
agent:frontend
agent:api

When these labels are added to issues or PRs, the workflow automatically syncs them to your project’s agent field. Each label typically corresponds to a git worktree where an AI agent is working.

Your GitHub Project needs:

  • A single-select or text field for agent assignment
  • The generated workflow configured with your project ID