-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request