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
refactor: comprehensive type safety and mypy compliance pass
- Standardized imports: Moved many method-level imports to the top-level across service.py, orchestrator.py, and monitor.py.
- Mypy resolution: Fixed numerous typing errors, including missing return types, Any annotations, and cast operations.
- Watchdog integration: Refined monitor.py to gracefully handle watchdog imports and type callbacks.
- Logic refinements: Updated evaluation scripts and added explicit assertions for VoyageAI clients.
0 commit comments