Deebo: Your AI Agent’s Debugging Copilot
Deebo is an agentic debugging copilot for your AI coding agent that speeds up time-to-resolution by 10x. If your main coding agent is like a single-threaded process, Deebo introduces multi-threadedness to your development workflow.
feedback, questions/support? check out Deebo Guide below, or dm me on x @sriramenn
If you think your team can benefit from Deebo, we’d love to hear from you. We’re partnering with teams who use AI agents to write production code and want to maximize their productivity. Reach out for a live walkthrough, custom setup support, or to explore early access to enterprise features.
Quick Install
npx deebo-setup@latest
Manual Configuration
For manual setup, create a configuration file at your coding agent’s specified location with the following content:
{
"servers": {
"deebo": {
"command": "node",
"args": [
"--experimental-specifier-resolution=node",
"--experimental-modules",
"--max-old-space-size=4096",
"/Users/[your-name]/.deebo/build/index.js"
],
"env": {
"NODE_ENV": "development",
"USE_MEMORY_BANK": "true",
"MOTHER_HOST": "openrouter",
"MOTHER_MODEL": "anthropic/claude-3.5-sonnet",
"SCENARIO_HOST": "openrouter",
"SCENARIO_MODEL": "deepseek/deepseek-chat",
"OPENROUTER_API_KEY": "your-openrouter-api-key"
}
}
}
}
Deebo works with any OpenAI-compatible SDK, Anthropic, Gemini, and OpenRouter.
Deebo Guide
Deebo helps your AI agent debug real software errors by launching automated investigations. Here’s how to use it effectively.
1. Start a Debugging Session
When you hit a tough bug, ask your agent to delegate the task to Deebo.
What to include in your request:
- 🔧 The error (message, stack trace, or behavior)
- 📁 The absolute path to your Git repository
- 💡 Any helpful context, such as:
- What you’ve already tried
- Relevant files or code snippets
- How to reproduce the issue
- The language or environment
Example instruction to your agent:
“This error is happening in
/path/to/repo
, possibly related to auth logic. I already checked the session token parser. Can you delegate this to Deebo?”
Your agent will start a Deebo session and give you a session ID (e.g. session-1745...
). Save it.
2. Check Investigation Progress
After ~30 seconds, ask your agent to check the status of the Deebo session using that session ID.
You’ll get a session pulse, which shows:
- Whether the investigation is in progress or completed
- What the system is currently exploring
- Summaries of findings, if any
3. Add Observations (Optional)
If you notice something important — or think Deebo is heading the wrong way — you can guide the investigation.
Ask your agent to pass a short observation to Deebo.
Example:
“Let Deebo know that the file size warnings might be a red herring — the issue is probably with the CI env vars.”
This may shift the direction of the investigation.
4. Cancel a Session (Optional)
If you fixed the issue or no longer need the investigation, tell your agent to cancel the Deebo session.
Want More?
We’re piloting enterprise features that unlock unprecedented productivity gains for your team. Reach out if interested!
Watch the full work session with Cline + Deebo here (3 mins, sped up)
License
Apache License 2.0 — see LICENSE for details.
Deebo Debugging Agent
Project Details
- snagasuri/deebo-prototype
- deebo-prototype
- Apache License 2.0
- Last Updated: 5/1/2025
Recomended MCP Servers
Attempt to build an MCP server
🐍 ☁️ An MCP server for listing and trading tokens on KaiaFun and interacting with the Kaia blockchain
Brain-Computer Interface (BCI) implementation with Model Context Protocol (MCP) for advanced neural signal processing and AI integration
The Logfire MCP Server is here! :tada:
SingleStore MCP server implemented in TS
A universal multi-cloud data MCP Server supporting over 30 types of data source connections, providing secure, cross-source data...
a mcp server
Serverless PayPal MCP integration on Cloudflare Workers. Handles API requests, auth, and secure payments with low latency via...