webarena/llms
openhands 60a6ca1a5d Fix mypy type-checking errors
- Remove unused type ignore comments from multiple files
- Fix TypedDict type mismatch in browser_env/actions.py by ensuring arguments are converted to strings
- Install missing type stubs (types-requests, types-tqdm)

All core packages (browser_env, agent, evaluation_harness, llms, tests) now pass mypy checks.

Co-authored-by: openhands <openhands@all-hands.dev>
2025-09-02 14:39:10 +00:00
..
providers Fix mypy type-checking errors 2025-09-02 14:39:10 +00:00
__init__.py support generation retry when the parsing of the action failed 2023-09-22 17:29:49 -04:00
lm_config.py support generation retry when the parsing of the action failed 2023-09-22 17:29:49 -04:00
tokenizers.py Fix mypy type-checking errors 2025-09-02 14:39:10 +00:00
utils.py fix type errors 2023-10-21 00:20:30 -04:00