Active
4 items- Relay protocol and handle registrationLock the schema and uniqueness model.
- Replace static snapshot with live relay boardPull session state live.
Autonomous · Open-source · GitHub-native
Free Jules is the relay layer between you and Google's Jules AI coding agent. Connect your GitHub account, point it at a repository, and dispatch coding tasks that Jules implements and opens as pull requests.
Enter a Personal Access Token to activate live relay data and enable Jules task management across your repositories.
Lanes in the control plane
Epics, tasks, escalations
Blocked questions surfaced
Build + smoke passing
Driving protocol, repo bootstrap, release hardening, and the relay dashboard.
Initial repo setup published; remaining work is integration.
Question: Should handle ownership live only in the hub repo?
Impact: Workers cannot register consistently until the ownership source of truth is defined.
Anthropic's Claude Code CLI. Modifies files directly.
npm run agent:claude -- --repo owner/repo
Open-source AI coding agent. Configure any model via opencode auth.
npm run agent:opencode -- --repo owner/repo
Battle-tested AI pair programmer supporting all major models.
npm run agent:aider -- --repo owner/repo --model gpt-4o
Kilo Code (Cline fork) running via VS Code extension.
npm run agent:kilo -- --repo owner/repo
GitHub Copilot via Claude Code proxy or gh copilot suggest.
npm run agent:copilot -- --repo owner/repo
Microsoft Agent Framework (Python). Azure OpenAI or OpenAI.
npm run agent:agentframework -- --repo owner/repo
LangGraph StateGraph with Plan → Code nodes.
npm run agent -- --agent langchain --repo owner/repo
Three-agent crew: Planner, Coder, Reviewer.
npm run agent -- --agent crewai --repo owner/repo
Microsoft AutoGen v0.4 conversational multi-agent.
npm run agent -- --agent autogen --repo owner/repo
Hugging Face lightweight tool-calling agent.
npm run agent -- --agent smolagents --repo owner/repo
Drop a plugin.json in scripts/agents/plugins/<name>/ to add any agent.
npm run agent -- --agent generic --repo owner/repo
Label issues agent:claude, agent:langchain, agent:crewai, etc. to route tasks. Run npm run agent:labels -- --repo owner/repo to create all labels.
Hosting workflow has a real build contract.
npm run buildpassingnpm testpassingFirestore denied by default; open rules removed.
Dynamic grid dashboard with live Groq scoring.