GobbyAI/gobby
A local-first daemon to unify your AI coding tools. Session tracking and handoffs across Claude Code, Gemini CLI, and Codex. An MCP proxy that discovers tools without flooding context. Task management with dependencies, validation, and TDD expansion. Agent spawning and worktree orchestration. Persistent memory, extensible workflows, and hooks.
Built on an MCP proxy architecture with progressive tool discovery to eliminate context bloat, Gobby captures cross-session state (goals, git status, recent actions) to enable seamless handoffs across Claude Code, Gemini, and other agents without prompt injection—while enforcing behavior through declarative rule evaluation rather than LLM compliance. The core task system uses git-native storage (.gobby/tasks.jsonl), TDD-ordered subtasks, and automatic commit linking; worktree orchestration isolates parallel agent execution; and AST-based code indexing (via Tree-sitter) retrieves symbols by reference instead of file scanning.
Available on PyPI.
Stars
9
Forks
2
Language
Python
License
—
Category
Last pushed
Mar 11, 2026
Monthly downloads
883
Commits (30d)
0
Dependencies
45
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/GobbyAI/gobby"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related agents
kill136/claude-code-open
Open source AI coding platform with Web IDE, multi-agent system, 37+ tools, MCP protocol. MIT licensed.
context-machine-lab/sleepless-agent
🤖 24/7 AI agent that maximizes Claude Code Pro usage via Slack. Auto-processes tasks, manages...
m0n0x41d/quint-code
Structured reasoning framework for Claude Code, Gemini, Cursor, and Codex — hypothesis-driven...
chadbyte/clay
Turn Claude Code into a team workspace. Any device, one command.
ShunsukeHayashi/agent-skill-bus
Self-improving task orchestration framework for AI agent systems. DAG-based task queue +...