Simple Go binary that: - Polls git.clavitor.ai every 60 seconds from forge - Dispatches 1 task per minute max (rate limited) - Priority order: CRITICAL > HIGH > NORMAL > LOW - Writes task files to .agent-tasks/<agent>/issue-#.md - Built-in web UI at http://forge:8098 - Full verbose logging to .agent-dispatcher.log - No external deps (no Prometheus, etc.) Files: - forge/dispatcher/main.go (the dispatcher) - forge/dispatcher/README.md (instructions) - forge/dispatcher/go.mod Monitoring: - Web dashboard: http://localhost:8098 (auto-refresh) - Live logs: tail -f .agent-dispatcher.log - Task files: ls .agent-tasks/<agent>/ |
||
|---|---|---|
| .. | ||
| dispatcher | ||