ElectricJack/agent-queue
Task queue and orchestrator for AI coding agents. Manage Claude Code agents from Discord — auto-recovers from rate limits, runs overnight, queues work across projects.
What's novel
Task queue and orchestrator for AI coding agents. Manage Claude Code agents from Discord — auto-recovers from rate limits, runs overnight, queues work across projects.
Code Analysis
1 files read · 5 roundsA Discord-integrated task orchestrator that keeps Claude Code agents continuously working across projects, automatically handling rate limits and queuing tasks for execution when throttles reset.
Strengths
Well-architected with clear separation of concerns (adapters, providers, discord integration), thoughtful async design for concurrent agent management, SQLite persistence for crash recovery, and comprehensive Discord command system. The project solves a real problem for subsidized LLM plans by maximizing token utilization through intelligent queuing.
Weaknesses
Limited visibility into actual implementation details due to file access issues - couldn't verify error handling depth or test coverage. Some complexity in the Discord commands module (243KB) suggests potential code bloat or lack of modularization. Test files exist but coverage quality unclear without reading them.
Score Breakdown
Signal breakdown
Innovation
Craft
Traction
Scope
Evidence
Commits
509
Contributors
1
Files
273
Active weeks
5
Repository
Language
Python
Stars
3
Forks
0
License
—