GitHub Integration
Setup
1. Connect via Manager OAuth
Go to the Manager dashboard and connect your GitHub account:2. Configure repository access
What Agents Can Do
- Read repository files and history
- Create branches for each task
- Commit and push changes
- Open pull requests
- Comment on existing PRs
- Trigger CI/CD checks
Example: Automated PR
- Clone repo into an isolated worktree
- Analyze
worker.py - Generate the fix
- Run tests
- Open PR:
feat/fix-memory-leak-worker