You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve error handling with better messages and logging
Enhanced error handling across multiple modules to provide more
user-friendly error messages and better debugging information:
- tools.py: Added context-aware error messages for timeouts, network
issues, and permission errors. Includes exception type information
in logs while keeping user messages clear and actionable.
- agent_creator.py: Replaced print statements with proper logging
module usage. Added better error context and debugging information
for JSON parsing failures.
- utils.py: Improved WebSocket error handling with specific checks
for connection and timeout issues, providing more informative
warning messages.
All changes maintain backward compatibility while significantly
improving the developer and user experience when errors occur.
0 commit comments