Running mypy on the project reveals type checking issues that need to be addressed to ensure type safety and code quality.
- Run:
cd ak-py && uv run mypy src/agentkernel
- Fix the listed issues
- Repeat the same for example codes
- Add mypy check to makeFile's lint and lint check commands (They'll run automatically when raising PRs).