hud-python 0.2.9__tar.gz → 0.2.10__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 (169) hide show
  1. {hud_python-0.2.9 → hud_python-0.2.10}/PKG-INFO +1 -1
  2. {hud_python-0.2.9 → hud_python-0.2.10}/hud/env/environment.py +3 -1
  3. {hud_python-0.2.9 → hud_python-0.2.10}/hud/utils/tests/test_version.py +1 -1
  4. {hud_python-0.2.9 → hud_python-0.2.10}/hud/version.py +1 -1
  5. {hud_python-0.2.9 → hud_python-0.2.10}/pyproject.toml +1 -1
  6. {hud_python-0.2.9 → hud_python-0.2.10}/.env.example +0 -0
  7. {hud_python-0.2.9 → hud_python-0.2.10}/.github/workflows/ci.yml +0 -0
  8. {hud_python-0.2.9 → hud_python-0.2.10}/.github/workflows/release.yml +0 -0
  9. {hud_python-0.2.9 → hud_python-0.2.10}/.gitignore +0 -0
  10. {hud_python-0.2.9 → hud_python-0.2.10}/LICENSE +0 -0
  11. {hud_python-0.2.9 → hud_python-0.2.10}/MANIFEST.in +0 -0
  12. {hud_python-0.2.9 → hud_python-0.2.10}/README.md +0 -0
  13. {hud_python-0.2.9 → hud_python-0.2.10}/docs/advanced/cla-details.mdx +0 -0
  14. {hud_python-0.2.9 → hud_python-0.2.10}/docs/advanced/environment-control.mdx +0 -0
  15. {hud_python-0.2.9 → hud_python-0.2.10}/docs/advanced/tracing.mdx +0 -0
  16. {hud_python-0.2.9 → hud_python-0.2.10}/docs/advanced/uploading.mdx +0 -0
  17. {hud_python-0.2.9 → hud_python-0.2.10}/docs/api-reference/adapters.mdx +0 -0
  18. {hud_python-0.2.9 → hud_python-0.2.10}/docs/api-reference/env.mdx +0 -0
  19. {hud_python-0.2.9 → hud_python-0.2.10}/docs/api-reference/gym.mdx +0 -0
  20. {hud_python-0.2.9 → hud_python-0.2.10}/docs/api-reference/job.mdx +0 -0
  21. {hud_python-0.2.9 → hud_python-0.2.10}/docs/api-reference/task.mdx +0 -0
  22. {hud_python-0.2.9 → hud_python-0.2.10}/docs/api-reference/taskset.mdx +0 -0
  23. {hud_python-0.2.9 → hud_python-0.2.10}/docs/api-reference/telemetry.mdx +0 -0
  24. {hud_python-0.2.9 → hud_python-0.2.10}/docs/api-reference/trajectory.mdx +0 -0
  25. {hud_python-0.2.9 → hud_python-0.2.10}/docs/concepts/adapter.mdx +0 -0
  26. {hud_python-0.2.9 → hud_python-0.2.10}/docs/concepts/agent.mdx +0 -0
  27. {hud_python-0.2.9 → hud_python-0.2.10}/docs/concepts/environment.mdx +0 -0
  28. {hud_python-0.2.9 → hud_python-0.2.10}/docs/concepts/job.mdx +0 -0
  29. {hud_python-0.2.9 → hud_python-0.2.10}/docs/concepts/task.mdx +0 -0
  30. {hud_python-0.2.9 → hud_python-0.2.10}/docs/concepts/trajectory.mdx +0 -0
  31. {hud_python-0.2.9 → hud_python-0.2.10}/docs/docs.json +0 -0
  32. {hud_python-0.2.9 → hud_python-0.2.10}/docs/environment-creation.mdx +0 -0
  33. {hud_python-0.2.9 → hud_python-0.2.10}/docs/environments/browser.mdx +0 -0
  34. {hud_python-0.2.9 → hud_python-0.2.10}/docs/environments/custom-environments.mdx +0 -0
  35. {hud_python-0.2.9 → hud_python-0.2.10}/docs/environments/custom.mdx +0 -0
  36. {hud_python-0.2.9 → hud_python-0.2.10}/docs/environments/osworld-ubuntu.mdx +0 -0
  37. {hud_python-0.2.9 → hud_python-0.2.10}/docs/environments/qa.mdx +0 -0
  38. {hud_python-0.2.9 → hud_python-0.2.10}/docs/examples/alignment-evaluation.mdx +0 -0
  39. {hud_python-0.2.9 → hud_python-0.2.10}/docs/examples/benchmarking-agents.mdx +0 -0
  40. {hud_python-0.2.9 → hud_python-0.2.10}/docs/examples/custom-os-env.mdx +0 -0
  41. {hud_python-0.2.9 → hud_python-0.2.10}/docs/examples/mcp-agent-tracing.mdx +0 -0
  42. {hud_python-0.2.9 → hud_python-0.2.10}/docs/examples/web-app-testing.mdx +0 -0
  43. {hud_python-0.2.9 → hud_python-0.2.10}/docs/examples/web-mocks.mdx +0 -0
  44. {hud_python-0.2.9 → hud_python-0.2.10}/docs/favicon.png +0 -0
  45. {hud_python-0.2.9 → hud_python-0.2.10}/docs/logo/hud_logo.svg +0 -0
  46. {hud_python-0.2.9 → hud_python-0.2.10}/docs/logo/hud_logo_dark.svg +0 -0
  47. {hud_python-0.2.9 → hud_python-0.2.10}/docs/quickstart.mdx +0 -0
  48. {hud_python-0.2.9 → hud_python-0.2.10}/docs/running-your-agent.mdx +0 -0
  49. {hud_python-0.2.9 → hud_python-0.2.10}/docs/task-creation.mdx +0 -0
  50. {hud_python-0.2.9 → hud_python-0.2.10}/environments/novnc_ubuntu/Dockerfile +0 -0
  51. {hud_python-0.2.9 → hud_python-0.2.10}/environments/novnc_ubuntu/pyproject.toml +0 -0
  52. {hud_python-0.2.9 → hud_python-0.2.10}/environments/novnc_ubuntu/src/hud_controller/__init__.py +0 -0
  53. {hud_python-0.2.9 → hud_python-0.2.10}/environments/novnc_ubuntu/src/hud_controller/pyautogui_rosetta.py +0 -0
  54. {hud_python-0.2.9 → hud_python-0.2.10}/environments/novnc_ubuntu/src/hud_controller/step.py +0 -0
  55. {hud_python-0.2.9 → hud_python-0.2.10}/environments/pokemon_controller/Dockerfile +0 -0
  56. {hud_python-0.2.9 → hud_python-0.2.10}/environments/pokemon_controller/pyproject.toml +0 -0
  57. {hud_python-0.2.9 → hud_python-0.2.10}/environments/pokemon_controller/src/hud_controller/__init__.py +0 -0
  58. {hud_python-0.2.9 → hud_python-0.2.10}/environments/pokemon_controller/src/hud_controller/display_adapters.py +0 -0
  59. {hud_python-0.2.9 → hud_python-0.2.10}/environments/pokemon_controller/src/hud_controller/emulator.py +0 -0
  60. {hud_python-0.2.9 → hud_python-0.2.10}/environments/pokemon_controller/src/hud_controller/evaluator.py +0 -0
  61. {hud_python-0.2.9 → hud_python-0.2.10}/environments/pokemon_controller/src/hud_controller/kill.py +0 -0
  62. {hud_python-0.2.9 → hud_python-0.2.10}/environments/pokemon_controller/src/hud_controller/main.py +0 -0
  63. {hud_python-0.2.9 → hud_python-0.2.10}/environments/pokemon_controller/src/hud_controller/setup.py +0 -0
  64. {hud_python-0.2.9 → hud_python-0.2.10}/environments/pokemon_controller/src/hud_controller/step.py +0 -0
  65. {hud_python-0.2.9 → hud_python-0.2.10}/environments/qa_controller/Dockerfile +0 -0
  66. {hud_python-0.2.9 → hud_python-0.2.10}/environments/qa_controller/pyproject.toml +0 -0
  67. {hud_python-0.2.9 → hud_python-0.2.10}/environments/qa_controller/src/hud_controller/__init__.py +0 -0
  68. {hud_python-0.2.9 → hud_python-0.2.10}/environments/qa_controller/src/hud_controller/evaluate/__init__.py +0 -0
  69. {hud_python-0.2.9 → hud_python-0.2.10}/environments/qa_controller/src/hud_controller/evaluate/matchers.py +0 -0
  70. {hud_python-0.2.9 → hud_python-0.2.10}/environments/qa_controller/src/hud_controller/info.py +0 -0
  71. {hud_python-0.2.9 → hud_python-0.2.10}/environments/qa_controller/src/hud_controller/setup/__init__.py +0 -0
  72. {hud_python-0.2.9 → hud_python-0.2.10}/environments/qa_controller/src/hud_controller/setup/question.py +0 -0
  73. {hud_python-0.2.9 → hud_python-0.2.10}/environments/qa_controller/src/hud_controller/step.py +0 -0
  74. {hud_python-0.2.9 → hud_python-0.2.10}/environments/qa_controller/src/hud_controller/utils/__init__.py +0 -0
  75. {hud_python-0.2.9 → hud_python-0.2.10}/environments/qa_controller/src/hud_controller/utils/state.py +0 -0
  76. {hud_python-0.2.9 → hud_python-0.2.10}/examples/README.md +0 -0
  77. {hud_python-0.2.9 → hud_python-0.2.10}/examples/appflowy.ipynb +0 -0
  78. {hud_python-0.2.9 → hud_python-0.2.10}/examples/browser_use.ipynb +0 -0
  79. {hud_python-0.2.9 → hud_python-0.2.10}/examples/custom_task_example.ipynb +0 -0
  80. {hud_python-0.2.9 → hud_python-0.2.10}/examples/jobs.ipynb +0 -0
  81. {hud_python-0.2.9 → hud_python-0.2.10}/examples/local.ipynb +0 -0
  82. {hud_python-0.2.9 → hud_python-0.2.10}/examples/mcp_test.ipynb +0 -0
  83. {hud_python-0.2.9 → hud_python-0.2.10}/examples/osworld.ipynb +0 -0
  84. {hud_python-0.2.9 → hud_python-0.2.10}/examples/pokemon_local.ipynb +0 -0
  85. {hud_python-0.2.9 → hud_python-0.2.10}/examples/pokemon_remote.ipynb +0 -0
  86. {hud_python-0.2.9 → hud_python-0.2.10}/examples/remote.ipynb +0 -0
  87. {hud_python-0.2.9 → hud_python-0.2.10}/examples/sensitive_data.ipynb +0 -0
  88. {hud_python-0.2.9 → hud_python-0.2.10}/examples/sheetbench_direct_example.ipynb +0 -0
  89. {hud_python-0.2.9 → hud_python-0.2.10}/examples/sheets_bench_cua_example.ipynb +0 -0
  90. {hud_python-0.2.9 → hud_python-0.2.10}/examples/tasks.ipynb +0 -0
  91. {hud_python-0.2.9 → hud_python-0.2.10}/examples/wordle_example.ipynb +0 -0
  92. {hud_python-0.2.9 → hud_python-0.2.10}/hud/__init__.py +0 -0
  93. {hud_python-0.2.9 → hud_python-0.2.10}/hud/adapters/__init__.py +0 -0
  94. {hud_python-0.2.9 → hud_python-0.2.10}/hud/adapters/claude/__init__.py +0 -0
  95. {hud_python-0.2.9 → hud_python-0.2.10}/hud/adapters/claude/adapter.py +0 -0
  96. {hud_python-0.2.9 → hud_python-0.2.10}/hud/adapters/claude/tests/__init__.py +0 -0
  97. {hud_python-0.2.9 → hud_python-0.2.10}/hud/adapters/claude/tests/test_adapter.py +0 -0
  98. {hud_python-0.2.9 → hud_python-0.2.10}/hud/adapters/common/__init__.py +0 -0
  99. {hud_python-0.2.9 → hud_python-0.2.10}/hud/adapters/common/adapter.py +0 -0
  100. {hud_python-0.2.9 → hud_python-0.2.10}/hud/adapters/common/tests/__init__.py +0 -0
  101. {hud_python-0.2.9 → hud_python-0.2.10}/hud/adapters/common/tests/test_adapter.py +0 -0
  102. {hud_python-0.2.9 → hud_python-0.2.10}/hud/adapters/common/types.py +0 -0
  103. {hud_python-0.2.9 → hud_python-0.2.10}/hud/adapters/operator/__init__.py +0 -0
  104. {hud_python-0.2.9 → hud_python-0.2.10}/hud/adapters/operator/adapter.py +0 -0
  105. {hud_python-0.2.9 → hud_python-0.2.10}/hud/adapters/operator/tests/__init__.py +0 -0
  106. {hud_python-0.2.9 → hud_python-0.2.10}/hud/adapters/operator/tests/test_adapter.py +0 -0
  107. {hud_python-0.2.9 → hud_python-0.2.10}/hud/agent/__init__.py +0 -0
  108. {hud_python-0.2.9 → hud_python-0.2.10}/hud/agent/base.py +0 -0
  109. {hud_python-0.2.9 → hud_python-0.2.10}/hud/agent/claude.py +0 -0
  110. {hud_python-0.2.9 → hud_python-0.2.10}/hud/agent/claude_plays_pokemon.py +0 -0
  111. {hud_python-0.2.9 → hud_python-0.2.10}/hud/agent/langchain.py +0 -0
  112. {hud_python-0.2.9 → hud_python-0.2.10}/hud/agent/misc/__init__.py +0 -0
  113. {hud_python-0.2.9 → hud_python-0.2.10}/hud/agent/misc/response_agent.py +0 -0
  114. {hud_python-0.2.9 → hud_python-0.2.10}/hud/agent/operator.py +0 -0
  115. {hud_python-0.2.9 → hud_python-0.2.10}/hud/agent/tests/__init__.py +0 -0
  116. {hud_python-0.2.9 → hud_python-0.2.10}/hud/agent/tests/test_base.py +0 -0
  117. {hud_python-0.2.9 → hud_python-0.2.10}/hud/env/__init__.py +0 -0
  118. {hud_python-0.2.9 → hud_python-0.2.10}/hud/env/client.py +0 -0
  119. {hud_python-0.2.9 → hud_python-0.2.10}/hud/env/docker_client.py +0 -0
  120. {hud_python-0.2.9 → hud_python-0.2.10}/hud/env/local_docker_client.py +0 -0
  121. {hud_python-0.2.9 → hud_python-0.2.10}/hud/env/remote_client.py +0 -0
  122. {hud_python-0.2.9 → hud_python-0.2.10}/hud/env/remote_docker_client.py +0 -0
  123. {hud_python-0.2.9 → hud_python-0.2.10}/hud/evaluators/__init__.py +0 -0
  124. {hud_python-0.2.9 → hud_python-0.2.10}/hud/evaluators/base.py +0 -0
  125. {hud_python-0.2.9 → hud_python-0.2.10}/hud/evaluators/inspect.py +0 -0
  126. {hud_python-0.2.9 → hud_python-0.2.10}/hud/evaluators/judge.py +0 -0
  127. {hud_python-0.2.9 → hud_python-0.2.10}/hud/evaluators/match.py +0 -0
  128. {hud_python-0.2.9 → hud_python-0.2.10}/hud/evaluators/remote.py +0 -0
  129. {hud_python-0.2.9 → hud_python-0.2.10}/hud/evaluators/tests/__init__.py +0 -0
  130. {hud_python-0.2.9 → hud_python-0.2.10}/hud/evaluators/tests/test_inspect.py +0 -0
  131. {hud_python-0.2.9 → hud_python-0.2.10}/hud/evaluators/tests/test_judge.py +0 -0
  132. {hud_python-0.2.9 → hud_python-0.2.10}/hud/evaluators/tests/test_match.py +0 -0
  133. {hud_python-0.2.9 → hud_python-0.2.10}/hud/evaluators/tests/test_remote.py +0 -0
  134. {hud_python-0.2.9 → hud_python-0.2.10}/hud/exceptions.py +0 -0
  135. {hud_python-0.2.9 → hud_python-0.2.10}/hud/gym.py +0 -0
  136. {hud_python-0.2.9 → hud_python-0.2.10}/hud/job.py +0 -0
  137. {hud_python-0.2.9 → hud_python-0.2.10}/hud/py.typed +0 -0
  138. {hud_python-0.2.9 → hud_python-0.2.10}/hud/server/__init__.py +0 -0
  139. {hud_python-0.2.9 → hud_python-0.2.10}/hud/server/requests.py +0 -0
  140. {hud_python-0.2.9 → hud_python-0.2.10}/hud/server/tests/__init__.py +0 -0
  141. {hud_python-0.2.9 → hud_python-0.2.10}/hud/server/tests/test_requests.py +0 -0
  142. {hud_python-0.2.9 → hud_python-0.2.10}/hud/settings.py +0 -0
  143. {hud_python-0.2.9 → hud_python-0.2.10}/hud/task.py +0 -0
  144. {hud_python-0.2.9 → hud_python-0.2.10}/hud/taskset.py +0 -0
  145. {hud_python-0.2.9 → hud_python-0.2.10}/hud/telemetry/__init__.py +0 -0
  146. {hud_python-0.2.9 → hud_python-0.2.10}/hud/telemetry/_trace.py +0 -0
  147. {hud_python-0.2.9 → hud_python-0.2.10}/hud/telemetry/context.py +0 -0
  148. {hud_python-0.2.9 → hud_python-0.2.10}/hud/telemetry/exporter.py +0 -0
  149. {hud_python-0.2.9 → hud_python-0.2.10}/hud/telemetry/instrumentation/__init__.py +0 -0
  150. {hud_python-0.2.9 → hud_python-0.2.10}/hud/telemetry/instrumentation/mcp.py +0 -0
  151. {hud_python-0.2.9 → hud_python-0.2.10}/hud/telemetry/instrumentation/registry.py +0 -0
  152. {hud_python-0.2.9 → hud_python-0.2.10}/hud/telemetry/mcp_models.py +0 -0
  153. {hud_python-0.2.9 → hud_python-0.2.10}/hud/telemetry/tests/__init__.py +0 -0
  154. {hud_python-0.2.9 → hud_python-0.2.10}/hud/telemetry/tests/test_context.py +0 -0
  155. {hud_python-0.2.9 → hud_python-0.2.10}/hud/telemetry/tests/test_trace.py +0 -0
  156. {hud_python-0.2.9 → hud_python-0.2.10}/hud/trajectory.py +0 -0
  157. {hud_python-0.2.9 → hud_python-0.2.10}/hud/types.py +0 -0
  158. {hud_python-0.2.9 → hud_python-0.2.10}/hud/utils/__init__.py +0 -0
  159. {hud_python-0.2.9 → hud_python-0.2.10}/hud/utils/agent.py +0 -0
  160. {hud_python-0.2.9 → hud_python-0.2.10}/hud/utils/common.py +0 -0
  161. {hud_python-0.2.9 → hud_python-0.2.10}/hud/utils/config.py +0 -0
  162. {hud_python-0.2.9 → hud_python-0.2.10}/hud/utils/misc.py +0 -0
  163. {hud_python-0.2.9 → hud_python-0.2.10}/hud/utils/progress.py +0 -0
  164. {hud_python-0.2.9 → hud_python-0.2.10}/hud/utils/telemetry.py +0 -0
  165. {hud_python-0.2.9 → hud_python-0.2.10}/hud/utils/tests/__init__.py +0 -0
  166. {hud_python-0.2.9 → hud_python-0.2.10}/hud/utils/tests/test_common.py +0 -0
  167. {hud_python-0.2.9 → hud_python-0.2.10}/hud/utils/tests/test_config.py +0 -0
  168. {hud_python-0.2.9 → hud_python-0.2.10}/hud/utils/tests/test_progress.py +0 -0
  169. {hud_python-0.2.9 → hud_python-0.2.10}/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.2.9
3
+ Version: 0.2.10
4
4
  Summary: SDK for the HUD evaluation platform.
5
5
  Project-URL: Homepage, https://github.com/hud-evals/hud-sdk
6
6
  Project-URL: Bug Tracker, https://github.com/hud-evals/hud-sdk/issues
@@ -194,7 +194,9 @@ class Environment(BaseModel):
194
194
 
195
195
  observation = Observation.model_validate(result["observation"], strict=True)
196
196
 
197
- return observation, 0, False, {}
197
+ info = result.get("info", {})
198
+
199
+ return observation, 0, False, info
198
200
 
199
201
  def _maybe_store_response(self, actions: list[CLA]) -> bool:
200
202
  """Store the final response into the environment.
@@ -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.2.9"
8
+ assert hud.__version__ == "0.2.10"
@@ -4,4 +4,4 @@ Version information for the HUD SDK.
4
4
 
5
5
  from __future__ import annotations
6
6
 
7
- __version__ = "0.2.9"
7
+ __version__ = "0.2.10"
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "hud-python"
3
- version = "0.2.9"
3
+ version = "0.2.10"
4
4
  description = "SDK for the HUD evaluation platform."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10, <3.14"
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
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes