Overview
Hot Reloading
Code changes apply instantly without restart
Full Integration
Access all platform tools and connectors locally
Breakpoints
Standard debugger support (pdb, IDE debuggers)
Live Logs
Real-time logging with configurable verbosity
Quick Start
1. Install CLI
2. Authenticate
3. Start Debug Server
4. Connect Your Agent
Development Modes
Interactive Mode
Run single prompts and see results:Watch Mode
Auto-reload on file changes:Server Mode
Run a local API server:Debugging Techniques
Print Debugging
Python Debugger (pdb)
IDE Debugging
VS Code
PyCharm
- Right-click
agent.py→ Debug - Breakpoints work automatically
- Inspect variables in debugger panel
Local Tool Testing
Test tool calls without hitting production:Mock Responses
Record & Replay
Environment Configuration
Local Environment Variables
Override Configuration
Testing
Unit Tests
Integration Tests
Troubleshooting
Common Issues
Connection refused
Connection refused
Ensure you’re authenticated:
Tools not available
Tools not available
Check agent has tools configured:
Slow responses
Slow responses
Enable local caching:

