hud-python 0.3.2__tar.gz → 0.3.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of hud-python might be problematic. Click here for more details.

Files changed (284) hide show
  1. {hud_python-0.3.2 → hud_python-0.3.3}/PKG-INFO +3 -3
  2. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/computer/hud.py +4 -4
  3. {hud_python-0.3.2 → hud_python-0.3.3}/hud/utils/tests/test_version.py +1 -1
  4. {hud_python-0.3.2 → hud_python-0.3.3}/hud/version.py +1 -1
  5. {hud_python-0.3.2 → hud_python-0.3.3}/pyproject.toml +3 -3
  6. {hud_python-0.3.2 → hud_python-0.3.3}/.env.example +0 -0
  7. {hud_python-0.3.2 → hud_python-0.3.3}/.github/workflows/ci.yml +0 -0
  8. {hud_python-0.3.2 → hud_python-0.3.3}/.github/workflows/release.yml +0 -0
  9. {hud_python-0.3.2 → hud_python-0.3.3}/.gitignore +0 -0
  10. {hud_python-0.3.2 → hud_python-0.3.3}/LICENSE +0 -0
  11. {hud_python-0.3.2 → hud_python-0.3.3}/MANIFEST.in +0 -0
  12. {hud_python-0.3.2 → hud_python-0.3.3}/README.md +0 -0
  13. {hud_python-0.3.2 → hud_python-0.3.3}/docs/advanced/cla-details.mdx +0 -0
  14. {hud_python-0.3.2 → hud_python-0.3.3}/docs/advanced/environment-control.mdx +0 -0
  15. {hud_python-0.3.2 → hud_python-0.3.3}/docs/advanced/tracing.mdx +0 -0
  16. {hud_python-0.3.2 → hud_python-0.3.3}/docs/advanced/uploading.mdx +0 -0
  17. {hud_python-0.3.2 → hud_python-0.3.3}/docs/api-reference/adapters.mdx +0 -0
  18. {hud_python-0.3.2 → hud_python-0.3.3}/docs/api-reference/env.mdx +0 -0
  19. {hud_python-0.3.2 → hud_python-0.3.3}/docs/api-reference/gym.mdx +0 -0
  20. {hud_python-0.3.2 → hud_python-0.3.3}/docs/api-reference/job.mdx +0 -0
  21. {hud_python-0.3.2 → hud_python-0.3.3}/docs/api-reference/task.mdx +0 -0
  22. {hud_python-0.3.2 → hud_python-0.3.3}/docs/api-reference/taskset.mdx +0 -0
  23. {hud_python-0.3.2 → hud_python-0.3.3}/docs/api-reference/telemetry.mdx +0 -0
  24. {hud_python-0.3.2 → hud_python-0.3.3}/docs/api-reference/trajectory.mdx +0 -0
  25. {hud_python-0.3.2 → hud_python-0.3.3}/docs/concepts/adapter.mdx +0 -0
  26. {hud_python-0.3.2 → hud_python-0.3.3}/docs/concepts/agent.mdx +0 -0
  27. {hud_python-0.3.2 → hud_python-0.3.3}/docs/concepts/environment.mdx +0 -0
  28. {hud_python-0.3.2 → hud_python-0.3.3}/docs/concepts/job.mdx +0 -0
  29. {hud_python-0.3.2 → hud_python-0.3.3}/docs/concepts/task.mdx +0 -0
  30. {hud_python-0.3.2 → hud_python-0.3.3}/docs/concepts/trajectory.mdx +0 -0
  31. {hud_python-0.3.2 → hud_python-0.3.3}/docs/docs.json +0 -0
  32. {hud_python-0.3.2 → hud_python-0.3.3}/docs/environment-creation.mdx +0 -0
  33. {hud_python-0.3.2 → hud_python-0.3.3}/docs/environments/browser.mdx +0 -0
  34. {hud_python-0.3.2 → hud_python-0.3.3}/docs/environments/custom-environments.mdx +0 -0
  35. {hud_python-0.3.2 → hud_python-0.3.3}/docs/environments/custom.mdx +0 -0
  36. {hud_python-0.3.2 → hud_python-0.3.3}/docs/environments/osworld-ubuntu.mdx +0 -0
  37. {hud_python-0.3.2 → hud_python-0.3.3}/docs/environments/qa.mdx +0 -0
  38. {hud_python-0.3.2 → hud_python-0.3.3}/docs/examples/alignment-evaluation.mdx +0 -0
  39. {hud_python-0.3.2 → hud_python-0.3.3}/docs/examples/benchmarking-agents.mdx +0 -0
  40. {hud_python-0.3.2 → hud_python-0.3.3}/docs/examples/custom-os-env.mdx +0 -0
  41. {hud_python-0.3.2 → hud_python-0.3.3}/docs/examples/mcp-agent-tracing.mdx +0 -0
  42. {hud_python-0.3.2 → hud_python-0.3.3}/docs/examples/web-app-testing.mdx +0 -0
  43. {hud_python-0.3.2 → hud_python-0.3.3}/docs/examples/web-mocks.mdx +0 -0
  44. {hud_python-0.3.2 → hud_python-0.3.3}/docs/favicon.png +0 -0
  45. {hud_python-0.3.2 → hud_python-0.3.3}/docs/logo/hud_logo.svg +0 -0
  46. {hud_python-0.3.2 → hud_python-0.3.3}/docs/logo/hud_logo_dark.svg +0 -0
  47. {hud_python-0.3.2 → hud_python-0.3.3}/docs/quickstart.mdx +0 -0
  48. {hud_python-0.3.2 → hud_python-0.3.3}/docs/running-your-agent.mdx +0 -0
  49. {hud_python-0.3.2 → hud_python-0.3.3}/docs/task-creation.mdx +0 -0
  50. {hud_python-0.3.2 → hud_python-0.3.3}/environments/README.md +0 -0
  51. {hud_python-0.3.2 → hud_python-0.3.3}/environments/docker_debug.py +0 -0
  52. {hud_python-0.3.2 → hud_python-0.3.3}/environments/pokemon_controller/Dockerfile +0 -0
  53. {hud_python-0.3.2 → hud_python-0.3.3}/environments/pokemon_controller/pyproject.toml +0 -0
  54. {hud_python-0.3.2 → hud_python-0.3.3}/environments/pokemon_controller/src/hud_controller/__init__.py +0 -0
  55. {hud_python-0.3.2 → hud_python-0.3.3}/environments/pokemon_controller/src/hud_controller/display_adapters.py +0 -0
  56. {hud_python-0.3.2 → hud_python-0.3.3}/environments/pokemon_controller/src/hud_controller/emulator.py +0 -0
  57. {hud_python-0.3.2 → hud_python-0.3.3}/environments/pokemon_controller/src/hud_controller/evaluator.py +0 -0
  58. {hud_python-0.3.2 → hud_python-0.3.3}/environments/pokemon_controller/src/hud_controller/kill.py +0 -0
  59. {hud_python-0.3.2 → hud_python-0.3.3}/environments/pokemon_controller/src/hud_controller/main.py +0 -0
  60. {hud_python-0.3.2 → hud_python-0.3.3}/environments/pokemon_controller/src/hud_controller/setup.py +0 -0
  61. {hud_python-0.3.2 → hud_python-0.3.3}/environments/pokemon_controller/src/hud_controller/step.py +0 -0
  62. {hud_python-0.3.2 → hud_python-0.3.3}/environments/qa_controller/Dockerfile +0 -0
  63. {hud_python-0.3.2 → hud_python-0.3.3}/environments/qa_controller/pyproject.toml +0 -0
  64. {hud_python-0.3.2 → hud_python-0.3.3}/environments/qa_controller/src/hud_controller/__init__.py +0 -0
  65. {hud_python-0.3.2 → hud_python-0.3.3}/environments/qa_controller/src/hud_controller/evaluate/__init__.py +0 -0
  66. {hud_python-0.3.2 → hud_python-0.3.3}/environments/qa_controller/src/hud_controller/evaluate/matchers.py +0 -0
  67. {hud_python-0.3.2 → hud_python-0.3.3}/environments/qa_controller/src/hud_controller/info.py +0 -0
  68. {hud_python-0.3.2 → hud_python-0.3.3}/environments/qa_controller/src/hud_controller/setup/__init__.py +0 -0
  69. {hud_python-0.3.2 → hud_python-0.3.3}/environments/qa_controller/src/hud_controller/setup/question.py +0 -0
  70. {hud_python-0.3.2 → hud_python-0.3.3}/environments/qa_controller/src/hud_controller/step.py +0 -0
  71. {hud_python-0.3.2 → hud_python-0.3.3}/environments/qa_controller/src/hud_controller/utils/__init__.py +0 -0
  72. {hud_python-0.3.2 → hud_python-0.3.3}/environments/qa_controller/src/hud_controller/utils/state.py +0 -0
  73. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/Dockerfile +0 -0
  74. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/README.md +0 -0
  75. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/pyproject.toml +0 -0
  76. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/__init__.py +0 -0
  77. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/__main__.py +0 -0
  78. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/browser_computer_tool.py +0 -0
  79. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/evaluators/__init__.py +0 -0
  80. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/evaluators/context.py +0 -0
  81. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/evaluators/cookie_exists.py +0 -0
  82. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/evaluators/cookie_match.py +0 -0
  83. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/evaluators/history_length.py +0 -0
  84. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/evaluators/page_contains.py +0 -0
  85. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/evaluators/raw_last_action_is.py +0 -0
  86. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/evaluators/registry.py +0 -0
  87. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/evaluators/selector_history.py +0 -0
  88. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/evaluators/sheet_contains.py +0 -0
  89. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/evaluators/sheets_cell_values.py +0 -0
  90. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/evaluators/url_match.py +0 -0
  91. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/evaluators/verify_type_action.py +0 -0
  92. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/playwright_with_memory.py +0 -0
  93. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/problems/__init__.py +0 -0
  94. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/problems/navigate_and_verify.py +0 -0
  95. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/problems/registry.py +0 -0
  96. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/providers/README.md +0 -0
  97. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/providers/__init__.py +0 -0
  98. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/providers/anchorbrowser.py +0 -0
  99. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/providers/base.py +0 -0
  100. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/providers/browserbase.py +0 -0
  101. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/providers/hyperbrowser.py +0 -0
  102. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/providers/kernel.py +0 -0
  103. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/providers/steel.py +0 -0
  104. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/runtime.py +0 -0
  105. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/server.py +0 -0
  106. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/setup/__init__.py +0 -0
  107. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/setup/cookies.py +0 -0
  108. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/setup/interact.py +0 -0
  109. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/setup/load_html.py +0 -0
  110. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/setup/navigate.py +0 -0
  111. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/setup/registry.py +0 -0
  112. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/src/hud_controller/setup/sheets.py +0 -0
  113. {hud_python-0.3.2 → hud_python-0.3.3}/environments/remote_browser/test_mcp.sh +0 -0
  114. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/.dockerignore +0 -0
  115. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/.gitignore +0 -0
  116. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/Dockerfile +0 -0
  117. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/README.md +0 -0
  118. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/apps/README.md +0 -0
  119. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/apps/todo/README.md +0 -0
  120. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/apps/todo/backend/main.py +0 -0
  121. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/apps/todo/backend/pyproject.toml +0 -0
  122. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/apps/todo/frontend/app/globals.css +0 -0
  123. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/apps/todo/frontend/app/layout.tsx +0 -0
  124. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/apps/todo/frontend/app/page.tsx +0 -0
  125. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/apps/todo/frontend/next.config.js +0 -0
  126. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/apps/todo/frontend/package-lock.json +0 -0
  127. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/apps/todo/frontend/package.json +0 -0
  128. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/apps/todo/frontend/postcss.config.js +0 -0
  129. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/apps/todo/frontend/tailwind.config.js +0 -0
  130. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/apps/todo/frontend/tsconfig.json +0 -0
  131. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/apps/todo/launch.py +0 -0
  132. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/docker-compose.yml +0 -0
  133. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/pyproject.toml +0 -0
  134. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/src/hud_controller/README.md +0 -0
  135. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/src/hud_controller/__init__.py +0 -0
  136. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/src/hud_controller/__main__.py +0 -0
  137. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/src/hud_controller/evaluators/__init__.py +0 -0
  138. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/src/hud_controller/evaluators/context.py +0 -0
  139. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/src/hud_controller/evaluators/registry.py +0 -0
  140. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/src/hud_controller/evaluators/todo.py +0 -0
  141. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/src/hud_controller/problems/__init__.py +0 -0
  142. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/src/hud_controller/problems/registry.py +0 -0
  143. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/src/hud_controller/problems/todo.py +0 -0
  144. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/src/hud_controller/runtime.py +0 -0
  145. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/src/hud_controller/server.py +0 -0
  146. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/src/hud_controller/services.py +0 -0
  147. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/src/hud_controller/setup/__init__.py +0 -0
  148. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/src/hud_controller/setup/registry.py +0 -0
  149. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/src/hud_controller/setup/todo.py +0 -0
  150. {hud_python-0.3.2 → hud_python-0.3.3}/environments/simple_browser/start.sh +0 -0
  151. {hud_python-0.3.2 → hud_python-0.3.3}/examples/README.md +0 -0
  152. {hud_python-0.3.2 → hud_python-0.3.3}/examples/agents_tools/browser_use.ipynb +0 -0
  153. {hud_python-0.3.2 → hud_python-0.3.3}/examples/agents_tools/mcp_claude_agent.py +0 -0
  154. {hud_python-0.3.2 → hud_python-0.3.3}/examples/agents_tools/mcp_openai_agent.py +0 -0
  155. {hud_python-0.3.2 → hud_python-0.3.3}/examples/agents_tools/mcp_test.ipynb +0 -0
  156. {hud_python-0.3.2 → hud_python-0.3.3}/examples/agents_tools/mcp_use_agent.py +0 -0
  157. {hud_python-0.3.2 → hud_python-0.3.3}/examples/agents_tools/sensitive_data.ipynb +0 -0
  158. {hud_python-0.3.2 → hud_python-0.3.3}/examples/agents_tools/simple_task_example.py +0 -0
  159. {hud_python-0.3.2 → hud_python-0.3.3}/examples/environments/gmail_local.py +0 -0
  160. {hud_python-0.3.2 → hud_python-0.3.3}/examples/environments/gmail_remote.py +0 -0
  161. {hud_python-0.3.2 → hud_python-0.3.3}/examples/environments/pokemon_local.ipynb +0 -0
  162. {hud_python-0.3.2 → hud_python-0.3.3}/examples/environments/pokemon_remote.ipynb +0 -0
  163. {hud_python-0.3.2 → hud_python-0.3.3}/examples/environments/remote.ipynb +0 -0
  164. {hud_python-0.3.2 → hud_python-0.3.3}/examples/environments/resources_example.py +0 -0
  165. {hud_python-0.3.2 → hud_python-0.3.3}/examples/environments/simple_browser_example.py +0 -0
  166. {hud_python-0.3.2 → hud_python-0.3.3}/examples/evaluations/eval.py +0 -0
  167. {hud_python-0.3.2 → hud_python-0.3.3}/examples/evaluations/osworld.ipynb +0 -0
  168. {hud_python-0.3.2 → hud_python-0.3.3}/examples/evaluations/sheetbench_direct_example.ipynb +0 -0
  169. {hud_python-0.3.2 → hud_python-0.3.3}/examples/evaluations/tasks.ipynb +0 -0
  170. {hud_python-0.3.2 → hud_python-0.3.3}/examples/evaluations/telemetry_and_datasets.ipynb +0 -0
  171. {hud_python-0.3.2 → hud_python-0.3.3}/examples/evaluations/wordle_example.ipynb +0 -0
  172. {hud_python-0.3.2 → hud_python-0.3.3}/examples/sheets_bench_cua_example.ipynb +0 -0
  173. {hud_python-0.3.2 → hud_python-0.3.3}/hud/__init__.py +0 -0
  174. {hud_python-0.3.2 → hud_python-0.3.3}/hud/adapters/__init__.py +0 -0
  175. {hud_python-0.3.2 → hud_python-0.3.3}/hud/adapters/claude/__init__.py +0 -0
  176. {hud_python-0.3.2 → hud_python-0.3.3}/hud/adapters/claude/adapter.py +0 -0
  177. {hud_python-0.3.2 → hud_python-0.3.3}/hud/adapters/claude/tests/__init__.py +0 -0
  178. {hud_python-0.3.2 → hud_python-0.3.3}/hud/adapters/claude/tests/test_adapter.py +0 -0
  179. {hud_python-0.3.2 → hud_python-0.3.3}/hud/adapters/common/__init__.py +0 -0
  180. {hud_python-0.3.2 → hud_python-0.3.3}/hud/adapters/common/adapter.py +0 -0
  181. {hud_python-0.3.2 → hud_python-0.3.3}/hud/adapters/common/tests/__init__.py +0 -0
  182. {hud_python-0.3.2 → hud_python-0.3.3}/hud/adapters/common/tests/test_adapter.py +0 -0
  183. {hud_python-0.3.2 → hud_python-0.3.3}/hud/adapters/common/types.py +0 -0
  184. {hud_python-0.3.2 → hud_python-0.3.3}/hud/adapters/operator/__init__.py +0 -0
  185. {hud_python-0.3.2 → hud_python-0.3.3}/hud/adapters/operator/adapter.py +0 -0
  186. {hud_python-0.3.2 → hud_python-0.3.3}/hud/adapters/operator/tests/__init__.py +0 -0
  187. {hud_python-0.3.2 → hud_python-0.3.3}/hud/adapters/operator/tests/test_adapter.py +0 -0
  188. {hud_python-0.3.2 → hud_python-0.3.3}/hud/agent/__init__.py +0 -0
  189. {hud_python-0.3.2 → hud_python-0.3.3}/hud/agent/base.py +0 -0
  190. {hud_python-0.3.2 → hud_python-0.3.3}/hud/agent/claude.py +0 -0
  191. {hud_python-0.3.2 → hud_python-0.3.3}/hud/agent/claude_plays_pokemon.py +0 -0
  192. {hud_python-0.3.2 → hud_python-0.3.3}/hud/agent/langchain.py +0 -0
  193. {hud_python-0.3.2 → hud_python-0.3.3}/hud/agent/misc/__init__.py +0 -0
  194. {hud_python-0.3.2 → hud_python-0.3.3}/hud/agent/misc/response_agent.py +0 -0
  195. {hud_python-0.3.2 → hud_python-0.3.3}/hud/agent/operator.py +0 -0
  196. {hud_python-0.3.2 → hud_python-0.3.3}/hud/agent/tests/__init__.py +0 -0
  197. {hud_python-0.3.2 → hud_python-0.3.3}/hud/agent/tests/test_base.py +0 -0
  198. {hud_python-0.3.2 → hud_python-0.3.3}/hud/datasets.py +0 -0
  199. {hud_python-0.3.2 → hud_python-0.3.3}/hud/env/__init__.py +0 -0
  200. {hud_python-0.3.2 → hud_python-0.3.3}/hud/env/client.py +0 -0
  201. {hud_python-0.3.2 → hud_python-0.3.3}/hud/env/docker_client.py +0 -0
  202. {hud_python-0.3.2 → hud_python-0.3.3}/hud/env/environment.py +0 -0
  203. {hud_python-0.3.2 → hud_python-0.3.3}/hud/env/local_docker_client.py +0 -0
  204. {hud_python-0.3.2 → hud_python-0.3.3}/hud/env/remote_client.py +0 -0
  205. {hud_python-0.3.2 → hud_python-0.3.3}/hud/env/remote_docker_client.py +0 -0
  206. {hud_python-0.3.2 → hud_python-0.3.3}/hud/exceptions.py +0 -0
  207. {hud_python-0.3.2 → hud_python-0.3.3}/hud/gym.py +0 -0
  208. {hud_python-0.3.2 → hud_python-0.3.3}/hud/job.py +0 -0
  209. {hud_python-0.3.2 → hud_python-0.3.3}/hud/mcp/__init__.py +0 -0
  210. {hud_python-0.3.2 → hud_python-0.3.3}/hud/mcp/base.py +0 -0
  211. {hud_python-0.3.2 → hud_python-0.3.3}/hud/mcp/claude.py +0 -0
  212. {hud_python-0.3.2 → hud_python-0.3.3}/hud/mcp/client.py +0 -0
  213. {hud_python-0.3.2 → hud_python-0.3.3}/hud/mcp/langchain.py +0 -0
  214. {hud_python-0.3.2 → hud_python-0.3.3}/hud/mcp/openai.py +0 -0
  215. {hud_python-0.3.2 → hud_python-0.3.3}/hud/mcp/tests/__init__.py +0 -0
  216. {hud_python-0.3.2 → hud_python-0.3.3}/hud/mcp/tests/test_base.py +0 -0
  217. {hud_python-0.3.2 → hud_python-0.3.3}/hud/mcp/tests/test_claude.py +0 -0
  218. {hud_python-0.3.2 → hud_python-0.3.3}/hud/mcp/tests/test_client.py +0 -0
  219. {hud_python-0.3.2 → hud_python-0.3.3}/hud/mcp/tests/test_openai.py +0 -0
  220. {hud_python-0.3.2 → hud_python-0.3.3}/hud/py.typed +0 -0
  221. {hud_python-0.3.2 → hud_python-0.3.3}/hud/server/__init__.py +0 -0
  222. {hud_python-0.3.2 → hud_python-0.3.3}/hud/server/requests.py +0 -0
  223. {hud_python-0.3.2 → hud_python-0.3.3}/hud/server/tests/__init__.py +0 -0
  224. {hud_python-0.3.2 → hud_python-0.3.3}/hud/server/tests/test_requests.py +0 -0
  225. {hud_python-0.3.2 → hud_python-0.3.3}/hud/settings.py +0 -0
  226. {hud_python-0.3.2 → hud_python-0.3.3}/hud/task.py +0 -0
  227. {hud_python-0.3.2 → hud_python-0.3.3}/hud/taskset.py +0 -0
  228. {hud_python-0.3.2 → hud_python-0.3.3}/hud/telemetry/__init__.py +0 -0
  229. {hud_python-0.3.2 → hud_python-0.3.3}/hud/telemetry/_trace.py +0 -0
  230. {hud_python-0.3.2 → hud_python-0.3.3}/hud/telemetry/context.py +0 -0
  231. {hud_python-0.3.2 → hud_python-0.3.3}/hud/telemetry/exporter.py +0 -0
  232. {hud_python-0.3.2 → hud_python-0.3.3}/hud/telemetry/instrumentation/__init__.py +0 -0
  233. {hud_python-0.3.2 → hud_python-0.3.3}/hud/telemetry/instrumentation/mcp.py +0 -0
  234. {hud_python-0.3.2 → hud_python-0.3.3}/hud/telemetry/instrumentation/registry.py +0 -0
  235. {hud_python-0.3.2 → hud_python-0.3.3}/hud/telemetry/job.py +0 -0
  236. {hud_python-0.3.2 → hud_python-0.3.3}/hud/telemetry/mcp_models.py +0 -0
  237. {hud_python-0.3.2 → hud_python-0.3.3}/hud/telemetry/tests/__init__.py +0 -0
  238. {hud_python-0.3.2 → hud_python-0.3.3}/hud/telemetry/tests/test_context.py +0 -0
  239. {hud_python-0.3.2 → hud_python-0.3.3}/hud/telemetry/tests/test_trace.py +0 -0
  240. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/__init__.py +0 -0
  241. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/base.py +0 -0
  242. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/bash.py +0 -0
  243. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/computer/__init__.py +0 -0
  244. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/computer/anthropic.py +0 -0
  245. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/computer/openai.py +0 -0
  246. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/edit.py +0 -0
  247. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/executors/__init__.py +0 -0
  248. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/executors/base.py +0 -0
  249. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/executors/pyautogui.py +0 -0
  250. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/executors/tests/__init__.py +0 -0
  251. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/executors/tests/test_base_executor.py +0 -0
  252. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/executors/tests/test_pyautogui_executor.py +0 -0
  253. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/executors/xdo.py +0 -0
  254. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/helper/README.md +0 -0
  255. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/helper/__init__.py +0 -0
  256. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/helper/mcp_server.py +0 -0
  257. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/helper/server_initialization.py +0 -0
  258. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/helper/utils.py +0 -0
  259. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/playwright_tool.py +0 -0
  260. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/tests/__init__.py +0 -0
  261. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/tests/test_bash.py +0 -0
  262. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/tests/test_computer.py +0 -0
  263. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/tests/test_computer_actions.py +0 -0
  264. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/tests/test_edit.py +0 -0
  265. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/tests/test_init.py +0 -0
  266. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/tests/test_playwright_tool.py +0 -0
  267. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/tests/test_tools.py +0 -0
  268. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/tests/test_utils.py +0 -0
  269. {hud_python-0.3.2 → hud_python-0.3.3}/hud/tools/utils.py +0 -0
  270. {hud_python-0.3.2 → hud_python-0.3.3}/hud/trajectory.py +0 -0
  271. {hud_python-0.3.2 → hud_python-0.3.3}/hud/types.py +0 -0
  272. {hud_python-0.3.2 → hud_python-0.3.3}/hud/utils/__init__.py +0 -0
  273. {hud_python-0.3.2 → hud_python-0.3.3}/hud/utils/agent.py +0 -0
  274. {hud_python-0.3.2 → hud_python-0.3.3}/hud/utils/common.py +0 -0
  275. {hud_python-0.3.2 → hud_python-0.3.3}/hud/utils/config.py +0 -0
  276. {hud_python-0.3.2 → hud_python-0.3.3}/hud/utils/misc.py +0 -0
  277. {hud_python-0.3.2 → hud_python-0.3.3}/hud/utils/progress.py +0 -0
  278. {hud_python-0.3.2 → hud_python-0.3.3}/hud/utils/telemetry.py +0 -0
  279. {hud_python-0.3.2 → hud_python-0.3.3}/hud/utils/tests/__init__.py +0 -0
  280. {hud_python-0.3.2 → hud_python-0.3.3}/hud/utils/tests/test_common.py +0 -0
  281. {hud_python-0.3.2 → hud_python-0.3.3}/hud/utils/tests/test_config.py +0 -0
  282. {hud_python-0.3.2 → hud_python-0.3.3}/hud/utils/tests/test_init.py +0 -0
  283. {hud_python-0.3.2 → hud_python-0.3.3}/hud/utils/tests/test_progress.py +0 -0
  284. {hud_python-0.3.2 → hud_python-0.3.3}/hud/utils/tests/test_telemetry.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hud-python
3
- Version: 0.3.2
3
+ Version: 0.3.3
4
4
  Summary: SDK for the HUD platform.
5
5
  Project-URL: Homepage, https://github.com/hud-evals/hud-python
6
6
  Project-URL: Bug Tracker, https://github.com/hud-evals/hud-python/issues
@@ -36,14 +36,14 @@ Classifier: Programming Language :: Python :: 3.12
36
36
  Classifier: Programming Language :: Python :: 3.13
37
37
  Requires-Python: <3.14,>=3.11
38
38
  Requires-Dist: anthropic
39
- Requires-Dist: datasets>=4.0.0
39
+ Requires-Dist: datasets>=2.14.0
40
40
  Requires-Dist: dotenv>=0.9.9
41
41
  Requires-Dist: httpx<1,>=0.23.0
42
42
  Requires-Dist: langchain
43
43
  Requires-Dist: langchain-anthropic
44
44
  Requires-Dist: langchain-openai
45
45
  Requires-Dist: mcp-use>=1.3.7
46
- Requires-Dist: mcp==1.12.2
46
+ Requires-Dist: mcp>=1.12.2
47
47
  Requires-Dist: openai
48
48
  Requires-Dist: pathspec>=0.12.1
49
49
  Requires-Dist: pydantic-settings<3,>=2
@@ -31,7 +31,7 @@ class HudComputerTool:
31
31
  height: int | None = None,
32
32
  display_num: int | None = None,
33
33
  platform_type: Literal["auto", "xdo", "pyautogui"] = "auto",
34
- executor: BaseExecutor | None = None,
34
+ custom_executor: BaseExecutor | None = None,
35
35
  rescale_images: bool = False,
36
36
  ) -> None:
37
37
  """
@@ -45,7 +45,7 @@ class HudComputerTool:
45
45
  - "auto": Automatically detect based on platform
46
46
  - "xdo": Use XDOExecutor (Linux/X11 only)
47
47
  - "pyautogui": Use PyAutoGUIExecutor (cross-platform)
48
- executor: The executor to use. If None, will be auto-detected based on platform_type.
48
+ custom_executor: If None, executor class will be determined based on platform_type.
49
49
  rescale_images: If True, rescale screenshots. If False, only rescale action coordinates
50
50
  """
51
51
  # Use provided dimensions or defaults
@@ -72,10 +72,10 @@ class HudComputerTool:
72
72
  # Check if we need to scale
73
73
  self.needs_scaling = self.scale != 1.0
74
74
 
75
- if executor is None:
75
+ if custom_executor is None:
76
76
  self._choose_executor(platform_type, display_num)
77
77
  else:
78
- self.executor = executor
78
+ self.executor = custom_executor
79
79
 
80
80
  def _choose_executor(
81
81
  self,
@@ -5,4 +5,4 @@ def test_import():
5
5
  """Test that the package can be imported."""
6
6
  import hud
7
7
 
8
- assert hud.__version__ == "0.3.2"
8
+ assert hud.__version__ == "0.3.3"
@@ -4,4 +4,4 @@ Version information for the HUD SDK.
4
4
 
5
5
  from __future__ import annotations
6
6
 
7
- __version__ = "0.3.2"
7
+ __version__ = "0.3.3"
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "hud-python"
3
- version = "0.3.2"
3
+ version = "0.3.3"
4
4
  description = "SDK for the HUD platform."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11, <3.14"
@@ -13,7 +13,7 @@ dependencies = [
13
13
  "httpx>=0.23.0,<1",
14
14
  "pydantic>=2,<3",
15
15
  "pydantic-settings>=2,<3",
16
- "mcp==1.12.2",
16
+ "mcp>=1.12.2",
17
17
  "mcp-use>=1.3.7",
18
18
  "pathspec>=0.12.1",
19
19
  "wrapt>=1.14.0",
@@ -25,7 +25,7 @@ dependencies = [
25
25
  "langchain-anthropic",
26
26
  # Common utilities
27
27
  "dotenv>=0.9.9",
28
- "datasets>=4.0.0",
28
+ "datasets>=2.14.0",
29
29
  ]
30
30
  classifiers = [
31
31
  "Development Status :: 4 - Beta",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes