webarena/browser_env
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
..
__init__.py improve README, re-organize helper functions 2023-08-15 17:56:55 -04:00
actions.py Fix mypy type-checking errors 2025-09-02 14:39:10 +00:00
async_envs.py remove beartype for efficency purpose 2023-09-12 22:26:23 -04:00
auto_login.py add options to renew cookie for selected sites 2023-10-20 19:30:24 -04:00
constants.py release commit 2023-07-25 00:30:29 -10:00
env_config.py Fix env_config.py and add IMDS comment 2025-09-02 13:04:16 +00:00
envs.py recover necessary beartype 2023-09-16 01:08:30 -04:00
helper_functions.py Update helper_functions.py 2024-04-15 01:39:16 -04:00
processors.py fix the regex in cleaning axtree 2023-12-05 21:43:42 -05:00
py.typed release commit 2023-07-25 00:30:29 -10:00
trajectory.py improve README, re-organize helper functions 2023-08-15 17:56:55 -04:00
utils.py remove beartype for efficency purpose 2023-09-12 22:26:23 -04:00