Add retry logic and better timeout handling for Letta API
- Add automatic retry with exponential backoff (2 retries) for ReadTimeout
- Catch ReadTimeout specifically to distinguish from other errors
- Continue bridge processing on agent errors instead of crashing
- Show cleaner error messages with error type name
- Add retry attempt logging for debugging
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>