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
fix(types): resolve all 63 mypy strict mode errors across 19 files
- Fixed callable -> Callable[..., Any] in core/registry.py
- Added type arguments to all generic types (dict, list, Callable)
- Fixed Liskov violation: BasePlanner returns AssessmentPlan not list[dict]
- Made AgentContext ai_client/repository optional to match actual usage
- Fixed RulePlanner kwarg passing bug (repository passed as ai_client)
- Fixed knowledge_graph graph.py return types (int cast)
- Added proper type annotations to CLI commands.py
- Fixed TUI App typing with Generic type parameter
- Cleaned up all agent list/dict type annotations
- Removed continue-on-error from CI mypy job
0 commit comments