hud-python 0.5.26__tar.gz → 0.5.27__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.
Files changed (347) hide show
  1. {hud_python-0.5.26 → hud_python-0.5.27}/PKG-INFO +1 -1
  2. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/test_build.py +2 -2
  3. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/scenarios.py +1 -1
  4. {hud_python-0.5.26 → hud_python-0.5.27}/hud/eval/context.py +6 -0
  5. {hud_python-0.5.26 → hud_python-0.5.27}/hud/eval/types.py +1 -0
  6. {hud_python-0.5.26 → hud_python-0.5.27}/hud/utils/tests/test_version.py +1 -1
  7. {hud_python-0.5.26 → hud_python-0.5.27}/hud/version.py +1 -1
  8. {hud_python-0.5.26 → hud_python-0.5.27}/pyproject.toml +1 -1
  9. {hud_python-0.5.26 → hud_python-0.5.27}/.gitignore +0 -0
  10. {hud_python-0.5.26 → hud_python-0.5.27}/LICENSE +0 -0
  11. {hud_python-0.5.26 → hud_python-0.5.27}/README.md +0 -0
  12. {hud_python-0.5.26 → hud_python-0.5.27}/examples/README.md +0 -0
  13. {hud_python-0.5.26 → hud_python-0.5.27}/hud/__init__.py +0 -0
  14. {hud_python-0.5.26 → hud_python-0.5.27}/hud/__main__.py +0 -0
  15. {hud_python-0.5.26 → hud_python-0.5.27}/hud/agents/__init__.py +0 -0
  16. {hud_python-0.5.26 → hud_python-0.5.27}/hud/agents/base.py +0 -0
  17. {hud_python-0.5.26 → hud_python-0.5.27}/hud/agents/claude.py +0 -0
  18. {hud_python-0.5.26 → hud_python-0.5.27}/hud/agents/gateway.py +0 -0
  19. {hud_python-0.5.26 → hud_python-0.5.27}/hud/agents/gemini.py +0 -0
  20. {hud_python-0.5.26 → hud_python-0.5.27}/hud/agents/gemini_cua.py +0 -0
  21. {hud_python-0.5.26 → hud_python-0.5.27}/hud/agents/grounded_openai.py +0 -0
  22. {hud_python-0.5.26 → hud_python-0.5.27}/hud/agents/misc/__init__.py +0 -0
  23. {hud_python-0.5.26 → hud_python-0.5.27}/hud/agents/misc/integration_test_agent.py +0 -0
  24. {hud_python-0.5.26 → hud_python-0.5.27}/hud/agents/misc/response_agent.py +0 -0
  25. {hud_python-0.5.26 → hud_python-0.5.27}/hud/agents/openai.py +0 -0
  26. {hud_python-0.5.26 → hud_python-0.5.27}/hud/agents/openai_chat.py +0 -0
  27. {hud_python-0.5.26 → hud_python-0.5.27}/hud/agents/operator.py +0 -0
  28. {hud_python-0.5.26 → hud_python-0.5.27}/hud/agents/resolver.py +0 -0
  29. {hud_python-0.5.26 → hud_python-0.5.27}/hud/agents/tests/__init__.py +0 -0
  30. {hud_python-0.5.26 → hud_python-0.5.27}/hud/agents/tests/conftest.py +0 -0
  31. {hud_python-0.5.26 → hud_python-0.5.27}/hud/agents/tests/test_base.py +0 -0
  32. {hud_python-0.5.26 → hud_python-0.5.27}/hud/agents/tests/test_base_runtime.py +0 -0
  33. {hud_python-0.5.26 → hud_python-0.5.27}/hud/agents/tests/test_claude.py +0 -0
  34. {hud_python-0.5.26 → hud_python-0.5.27}/hud/agents/tests/test_gemini.py +0 -0
  35. {hud_python-0.5.26 → hud_python-0.5.27}/hud/agents/tests/test_grounded_openai_agent.py +0 -0
  36. {hud_python-0.5.26 → hud_python-0.5.27}/hud/agents/tests/test_integration_test_agent.py +0 -0
  37. {hud_python-0.5.26 → hud_python-0.5.27}/hud/agents/tests/test_openai.py +0 -0
  38. {hud_python-0.5.26 → hud_python-0.5.27}/hud/agents/tests/test_operator.py +0 -0
  39. {hud_python-0.5.26 → hud_python-0.5.27}/hud/agents/tests/test_resolver.py +0 -0
  40. {hud_python-0.5.26 → hud_python-0.5.27}/hud/agents/tests/test_run_eval.py +0 -0
  41. {hud_python-0.5.26 → hud_python-0.5.27}/hud/agents/types.py +0 -0
  42. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/__init__.py +0 -0
  43. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/__main__.py +0 -0
  44. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/analyze.py +0 -0
  45. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/build.py +0 -0
  46. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/clone.py +0 -0
  47. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/convert/__init__.py +0 -0
  48. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/convert/base.py +0 -0
  49. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/convert/harbor.py +0 -0
  50. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/convert/tests/__init__.py +0 -0
  51. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/convert/tests/conftest.py +0 -0
  52. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/convert/tests/test_harbor.py +0 -0
  53. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/debug.py +0 -0
  54. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/deploy.py +0 -0
  55. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/dev.py +0 -0
  56. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/eval.py +0 -0
  57. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/flows/__init__.py +0 -0
  58. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/flows/dev.py +0 -0
  59. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/flows/init.py +0 -0
  60. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/flows/tasks.py +0 -0
  61. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/flows/templates.py +0 -0
  62. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/flows/tests/__init__.py +0 -0
  63. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/flows/tests/test_dev.py +0 -0
  64. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/get.py +0 -0
  65. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/init.py +0 -0
  66. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/link.py +0 -0
  67. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/list_func.py +0 -0
  68. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/pull.py +0 -0
  69. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/push.py +0 -0
  70. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/remove.py +0 -0
  71. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/rft.py +0 -0
  72. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/rft_status.py +0 -0
  73. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/__init__.py +0 -0
  74. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/test_analyze.py +0 -0
  75. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/test_analyze_metadata.py +0 -0
  76. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/test_analyze_module.py +0 -0
  77. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/test_build_failure.py +0 -0
  78. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/test_build_module.py +0 -0
  79. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/test_cli_init.py +0 -0
  80. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/test_cli_main.py +0 -0
  81. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/test_cli_more_wrappers.py +0 -0
  82. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/test_cli_root.py +0 -0
  83. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/test_clone.py +0 -0
  84. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/test_convert.py +0 -0
  85. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/test_cursor.py +0 -0
  86. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/test_debug.py +0 -0
  87. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/test_debug_directory_mode.py +0 -0
  88. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/test_deploy.py +0 -0
  89. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/test_dev.py +0 -0
  90. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/test_eval.py +0 -0
  91. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/test_eval_bedrock.py +0 -0
  92. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/test_init.py +0 -0
  93. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/test_list_func.py +0 -0
  94. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/test_main_module.py +0 -0
  95. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/test_mcp_server.py +0 -0
  96. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/test_pull.py +0 -0
  97. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/test_push.py +0 -0
  98. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/test_push_happy.py +0 -0
  99. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/test_push_wrapper.py +0 -0
  100. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/test_registry.py +0 -0
  101. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/tests/test_utils.py +0 -0
  102. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/__init__.py +0 -0
  103. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/build_display.py +0 -0
  104. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/build_logs.py +0 -0
  105. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/celebrate.py +0 -0
  106. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/config.py +0 -0
  107. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/context.py +0 -0
  108. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/cursor.py +0 -0
  109. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/docker.py +0 -0
  110. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/env_check.py +0 -0
  111. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/environment.py +0 -0
  112. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/git.py +0 -0
  113. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/interactive.py +0 -0
  114. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/local_runner.py +0 -0
  115. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/logging.py +0 -0
  116. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/mcp.py +0 -0
  117. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/metadata.py +0 -0
  118. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/package_runner.py +0 -0
  119. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/registry.py +0 -0
  120. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/remote_runner.py +0 -0
  121. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/runner.py +0 -0
  122. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/server.py +0 -0
  123. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/source_hash.py +0 -0
  124. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/tasks.py +0 -0
  125. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/tests/__init__.py +0 -0
  126. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/tests/test_config.py +0 -0
  127. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/tests/test_docker.py +0 -0
  128. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/tests/test_docker_hints.py +0 -0
  129. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/tests/test_env_check.py +0 -0
  130. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/tests/test_environment.py +0 -0
  131. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/tests/test_git.py +0 -0
  132. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/tests/test_interactive_module.py +0 -0
  133. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/tests/test_local_runner.py +0 -0
  134. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/tests/test_logging_utils.py +0 -0
  135. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/tests/test_metadata.py +0 -0
  136. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/tests/test_package_runner.py +0 -0
  137. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/tests/test_registry_utils.py +0 -0
  138. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/tests/test_remote_runner.py +0 -0
  139. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/tests/test_runner_modules.py +0 -0
  140. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/tests/test_source_hash.py +0 -0
  141. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/tests/test_tasks.py +0 -0
  142. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/validation.py +0 -0
  143. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/version_check.py +0 -0
  144. {hud_python-0.5.26 → hud_python-0.5.27}/hud/cli/utils/viewer.py +0 -0
  145. {hud_python-0.5.26 → hud_python-0.5.27}/hud/datasets/__init__.py +0 -0
  146. {hud_python-0.5.26 → hud_python-0.5.27}/hud/datasets/loader.py +0 -0
  147. {hud_python-0.5.26 → hud_python-0.5.27}/hud/datasets/runner.py +0 -0
  148. {hud_python-0.5.26 → hud_python-0.5.27}/hud/datasets/tests/__init__.py +0 -0
  149. {hud_python-0.5.26 → hud_python-0.5.27}/hud/datasets/tests/test_loader.py +0 -0
  150. {hud_python-0.5.26 → hud_python-0.5.27}/hud/datasets/tests/test_utils.py +0 -0
  151. {hud_python-0.5.26 → hud_python-0.5.27}/hud/datasets/utils.py +0 -0
  152. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/__init__.py +0 -0
  153. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/connection.py +0 -0
  154. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/connectors/__init__.py +0 -0
  155. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/connectors/base.py +0 -0
  156. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/connectors/local.py +0 -0
  157. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/connectors/mcp_config.py +0 -0
  158. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/connectors/openai.py +0 -0
  159. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/connectors/remote.py +0 -0
  160. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/environment.py +0 -0
  161. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/integrations/__init__.py +0 -0
  162. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/integrations/adk.py +0 -0
  163. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/integrations/anthropic.py +0 -0
  164. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/integrations/gemini.py +0 -0
  165. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/integrations/langchain.py +0 -0
  166. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/integrations/llamaindex.py +0 -0
  167. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/integrations/openai.py +0 -0
  168. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/mock.py +0 -0
  169. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/router.py +0 -0
  170. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/tests/__init__.py +0 -0
  171. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/tests/test_connection.py +0 -0
  172. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/tests/test_connectors.py +0 -0
  173. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/tests/test_environment.py +0 -0
  174. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/tests/test_integrations.py +0 -0
  175. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/tests/test_local_connectors.py +0 -0
  176. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/tests/test_scenarios.py +0 -0
  177. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/tests/test_tools.py +0 -0
  178. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/types.py +0 -0
  179. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/utils/__init__.py +0 -0
  180. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/utils/formats.py +0 -0
  181. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/utils/schema.py +0 -0
  182. {hud_python-0.5.26 → hud_python-0.5.27}/hud/environment/utils/tool_wrappers.py +0 -0
  183. {hud_python-0.5.26 → hud_python-0.5.27}/hud/eval/__init__.py +0 -0
  184. {hud_python-0.5.26 → hud_python-0.5.27}/hud/eval/display.py +0 -0
  185. {hud_python-0.5.26 → hud_python-0.5.27}/hud/eval/instrument.py +0 -0
  186. {hud_python-0.5.26 → hud_python-0.5.27}/hud/eval/manager.py +0 -0
  187. {hud_python-0.5.26 → hud_python-0.5.27}/hud/eval/parallel.py +0 -0
  188. {hud_python-0.5.26 → hud_python-0.5.27}/hud/eval/task.py +0 -0
  189. {hud_python-0.5.26 → hud_python-0.5.27}/hud/eval/tests/__init__.py +0 -0
  190. {hud_python-0.5.26 → hud_python-0.5.27}/hud/eval/tests/test_context.py +0 -0
  191. {hud_python-0.5.26 → hud_python-0.5.27}/hud/eval/tests/test_eval.py +0 -0
  192. {hud_python-0.5.26 → hud_python-0.5.27}/hud/eval/tests/test_manager.py +0 -0
  193. {hud_python-0.5.26 → hud_python-0.5.27}/hud/eval/tests/test_parallel.py +0 -0
  194. {hud_python-0.5.26 → hud_python-0.5.27}/hud/eval/tests/test_task.py +0 -0
  195. {hud_python-0.5.26 → hud_python-0.5.27}/hud/eval/utils.py +0 -0
  196. {hud_python-0.5.26 → hud_python-0.5.27}/hud/native/__init__.py +0 -0
  197. {hud_python-0.5.26 → hud_python-0.5.27}/hud/native/comparator.py +0 -0
  198. {hud_python-0.5.26 → hud_python-0.5.27}/hud/native/tests/__init__.py +0 -0
  199. {hud_python-0.5.26 → hud_python-0.5.27}/hud/native/tests/test_comparator.py +0 -0
  200. {hud_python-0.5.26 → hud_python-0.5.27}/hud/native/tests/test_native_init.py +0 -0
  201. {hud_python-0.5.26 → hud_python-0.5.27}/hud/patches/__init__.py +0 -0
  202. {hud_python-0.5.26 → hud_python-0.5.27}/hud/patches/mcp_patches.py +0 -0
  203. {hud_python-0.5.26 → hud_python-0.5.27}/hud/patches/warnings.py +0 -0
  204. {hud_python-0.5.26 → hud_python-0.5.27}/hud/py.typed +0 -0
  205. {hud_python-0.5.26 → hud_python-0.5.27}/hud/samples/__init__.py +0 -0
  206. {hud_python-0.5.26 → hud_python-0.5.27}/hud/samples/browser.py +0 -0
  207. {hud_python-0.5.26 → hud_python-0.5.27}/hud/server/__init__.py +0 -0
  208. {hud_python-0.5.26 → hud_python-0.5.27}/hud/server/context.py +0 -0
  209. {hud_python-0.5.26 → hud_python-0.5.27}/hud/server/helper/__init__.py +0 -0
  210. {hud_python-0.5.26 → hud_python-0.5.27}/hud/server/low_level.py +0 -0
  211. {hud_python-0.5.26 → hud_python-0.5.27}/hud/server/router.py +0 -0
  212. {hud_python-0.5.26 → hud_python-0.5.27}/hud/server/server.py +0 -0
  213. {hud_python-0.5.26 → hud_python-0.5.27}/hud/server/tests/__init__.py +0 -0
  214. {hud_python-0.5.26 → hud_python-0.5.27}/hud/server/tests/test_add_tool.py +0 -0
  215. {hud_python-0.5.26 → hud_python-0.5.27}/hud/server/tests/test_context.py +0 -0
  216. {hud_python-0.5.26 → hud_python-0.5.27}/hud/server/tests/test_mcp_server_handlers.py +0 -0
  217. {hud_python-0.5.26 → hud_python-0.5.27}/hud/server/tests/test_mcp_server_integration.py +0 -0
  218. {hud_python-0.5.26 → hud_python-0.5.27}/hud/server/tests/test_mcp_server_more.py +0 -0
  219. {hud_python-0.5.26 → hud_python-0.5.27}/hud/server/tests/test_run_wrapper.py +0 -0
  220. {hud_python-0.5.26 → hud_python-0.5.27}/hud/server/tests/test_server_extra.py +0 -0
  221. {hud_python-0.5.26 → hud_python-0.5.27}/hud/server/tests/test_sigterm_runner.py +0 -0
  222. {hud_python-0.5.26 → hud_python-0.5.27}/hud/settings.py +0 -0
  223. {hud_python-0.5.26 → hud_python-0.5.27}/hud/shared/__init__.py +0 -0
  224. {hud_python-0.5.26 → hud_python-0.5.27}/hud/shared/exceptions.py +0 -0
  225. {hud_python-0.5.26 → hud_python-0.5.27}/hud/shared/hints.py +0 -0
  226. {hud_python-0.5.26 → hud_python-0.5.27}/hud/shared/requests.py +0 -0
  227. {hud_python-0.5.26 → hud_python-0.5.27}/hud/shared/tests/__init__.py +0 -0
  228. {hud_python-0.5.26 → hud_python-0.5.27}/hud/shared/tests/test_exceptions.py +0 -0
  229. {hud_python-0.5.26 → hud_python-0.5.27}/hud/shared/tests/test_hints.py +0 -0
  230. {hud_python-0.5.26 → hud_python-0.5.27}/hud/shared/tests/test_requests.py +0 -0
  231. {hud_python-0.5.26 → hud_python-0.5.27}/hud/telemetry/__init__.py +0 -0
  232. {hud_python-0.5.26 → hud_python-0.5.27}/hud/telemetry/exporter.py +0 -0
  233. {hud_python-0.5.26 → hud_python-0.5.27}/hud/telemetry/instrument.py +0 -0
  234. {hud_python-0.5.26 → hud_python-0.5.27}/hud/telemetry/tests/__init__.py +0 -0
  235. {hud_python-0.5.26 → hud_python-0.5.27}/hud/telemetry/tests/test_eval_telemetry.py +0 -0
  236. {hud_python-0.5.26 → hud_python-0.5.27}/hud/telemetry/tests/test_exporter.py +0 -0
  237. {hud_python-0.5.26 → hud_python-0.5.27}/hud/telemetry/tests/test_instrument.py +0 -0
  238. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/__init__.py +0 -0
  239. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/agent.py +0 -0
  240. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/base.py +0 -0
  241. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/coding/__init__.py +0 -0
  242. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/coding/apply_patch.py +0 -0
  243. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/coding/bash.py +0 -0
  244. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/coding/edit.py +0 -0
  245. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/coding/gemini_edit.py +0 -0
  246. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/coding/gemini_shell.py +0 -0
  247. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/coding/session.py +0 -0
  248. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/coding/shell.py +0 -0
  249. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/coding/tests/__init__.py +0 -0
  250. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/coding/tests/test_apply_patch.py +0 -0
  251. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/coding/tests/test_bash.py +0 -0
  252. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/coding/tests/test_bash_extended.py +0 -0
  253. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/coding/tests/test_bash_integration.py +0 -0
  254. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/coding/tests/test_edit.py +0 -0
  255. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/coding/tests/test_gemini_tools.py +0 -0
  256. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/coding/tests/test_shell.py +0 -0
  257. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/coding/utils.py +0 -0
  258. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/computer/__init__.py +0 -0
  259. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/computer/anthropic.py +0 -0
  260. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/computer/gemini.py +0 -0
  261. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/computer/glm.py +0 -0
  262. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/computer/hud.py +0 -0
  263. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/computer/openai.py +0 -0
  264. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/computer/qwen.py +0 -0
  265. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/computer/settings.py +0 -0
  266. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/computer/tests/__init__.py +0 -0
  267. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/computer/tests/test_computer.py +0 -0
  268. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/computer/tests/test_computer_actions.py +0 -0
  269. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/computer/tests/test_glm_computer.py +0 -0
  270. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/executors/__init__.py +0 -0
  271. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/executors/base.py +0 -0
  272. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/executors/pyautogui.py +0 -0
  273. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/executors/tests/__init__.py +0 -0
  274. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/executors/tests/test_base_executor.py +0 -0
  275. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/executors/tests/test_pyautogui_executor.py +0 -0
  276. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/executors/xdo.py +0 -0
  277. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/filesystem/__init__.py +0 -0
  278. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/filesystem/base.py +0 -0
  279. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/filesystem/gemini.py +0 -0
  280. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/filesystem/glob.py +0 -0
  281. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/filesystem/grep.py +0 -0
  282. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/filesystem/list.py +0 -0
  283. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/filesystem/read.py +0 -0
  284. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/filesystem/tests/__init__.py +0 -0
  285. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/filesystem/tests/test_glob.py +0 -0
  286. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/filesystem/tests/test_grep.py +0 -0
  287. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/filesystem/tests/test_list.py +0 -0
  288. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/filesystem/tests/test_read.py +0 -0
  289. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/grounding/__init__.py +0 -0
  290. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/grounding/config.py +0 -0
  291. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/grounding/grounded_tool.py +0 -0
  292. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/grounding/grounder.py +0 -0
  293. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/grounding/tests/__init__.py +0 -0
  294. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/grounding/tests/test_grounded_tool.py +0 -0
  295. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/hosted/__init__.py +0 -0
  296. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/hosted/base.py +0 -0
  297. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/hosted/code_execution.py +0 -0
  298. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/hosted/google_search.py +0 -0
  299. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/hosted/url_context.py +0 -0
  300. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/hosted/web_fetch.py +0 -0
  301. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/hosted/web_search.py +0 -0
  302. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/jupyter.py +0 -0
  303. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/memory/__init__.py +0 -0
  304. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/memory/base.py +0 -0
  305. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/memory/claude.py +0 -0
  306. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/memory/gemini.py +0 -0
  307. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/memory/session.py +0 -0
  308. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/memory/tests/__init__.py +0 -0
  309. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/memory/tests/test_claude.py +0 -0
  310. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/memory/tests/test_gemini.py +0 -0
  311. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/memory/tests/test_session.py +0 -0
  312. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/native_types.py +0 -0
  313. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/playwright.py +0 -0
  314. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/response.py +0 -0
  315. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/submit.py +0 -0
  316. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/tests/__init__.py +0 -0
  317. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/tests/test_agent_tool.py +0 -0
  318. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/tests/test_base.py +0 -0
  319. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/tests/test_init.py +0 -0
  320. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/tests/test_jupyter_tool.py +0 -0
  321. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/tests/test_native_tool_e2e.py +0 -0
  322. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/tests/test_native_types.py +0 -0
  323. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/tests/test_playwright_tool.py +0 -0
  324. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/tests/test_response.py +0 -0
  325. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/tests/test_submit.py +0 -0
  326. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/tests/test_tools.py +0 -0
  327. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/tests/test_tools_init.py +0 -0
  328. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/tests/test_types.py +0 -0
  329. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/tests/test_utils.py +0 -0
  330. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/types.py +0 -0
  331. {hud_python-0.5.26 → hud_python-0.5.27}/hud/tools/utils.py +0 -0
  332. {hud_python-0.5.26 → hud_python-0.5.27}/hud/types.py +0 -0
  333. {hud_python-0.5.26 → hud_python-0.5.27}/hud/utils/__init__.py +0 -0
  334. {hud_python-0.5.26 → hud_python-0.5.27}/hud/utils/env.py +0 -0
  335. {hud_python-0.5.26 → hud_python-0.5.27}/hud/utils/hud_console.py +0 -0
  336. {hud_python-0.5.26 → hud_python-0.5.27}/hud/utils/mcp.py +0 -0
  337. {hud_python-0.5.26 → hud_python-0.5.27}/hud/utils/pretty_errors.py +0 -0
  338. {hud_python-0.5.26 → hud_python-0.5.27}/hud/utils/strict_schema.py +0 -0
  339. {hud_python-0.5.26 → hud_python-0.5.27}/hud/utils/telemetry.py +0 -0
  340. {hud_python-0.5.26 → hud_python-0.5.27}/hud/utils/tests/__init__.py +0 -0
  341. {hud_python-0.5.26 → hud_python-0.5.27}/hud/utils/tests/test_init.py +0 -0
  342. {hud_python-0.5.26 → hud_python-0.5.27}/hud/utils/tests/test_mcp.py +0 -0
  343. {hud_python-0.5.26 → hud_python-0.5.27}/hud/utils/tests/test_pretty_errors.py +0 -0
  344. {hud_python-0.5.26 → hud_python-0.5.27}/hud/utils/tests/test_telemetry.py +0 -0
  345. {hud_python-0.5.26 → hud_python-0.5.27}/hud/utils/tests/test_tool_shorthand.py +0 -0
  346. {hud_python-0.5.26 → hud_python-0.5.27}/hud/utils/tool_shorthand.py +0 -0
  347. {hud_python-0.5.26 → hud_python-0.5.27}/hud/utils/types.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hud-python
3
- Version: 0.5.26
3
+ Version: 0.5.27
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
@@ -60,12 +60,12 @@ class TestIncrementVersion:
60
60
  def test_increment_minor(self):
61
61
  """Test incrementing minor version."""
62
62
  assert increment_version("1.2.3", "minor") == "1.3.0"
63
- assert increment_version("0.5.26", "minor") == "0.6.0"
63
+ assert increment_version("0.5.27", "minor") == "0.6.0"
64
64
 
65
65
  def test_increment_major(self):
66
66
  """Test incrementing major version."""
67
67
  assert increment_version("1.2.3", "major") == "2.0.0"
68
- assert increment_version("0.5.26", "major") == "1.0.0"
68
+ assert increment_version("0.5.27", "major") == "1.0.0"
69
69
 
70
70
  def test_increment_with_v_prefix(self):
71
71
  """Test incrementing version with v prefix."""
@@ -85,7 +85,7 @@ class ScenarioHandle(Generic[P]):
85
85
  bound = self._sig.bind(*args, **kwargs)
86
86
  return Task(
87
87
  env=self._env,
88
- scenario=f"{self._env_name}:{self._scenario_name}",
88
+ scenario=self._scenario_name,
89
89
  args=dict(bound.arguments),
90
90
  )
91
91
 
@@ -589,11 +589,17 @@ class EvalContext(Environment):
589
589
  return
590
590
 
591
591
  try:
592
+ eval_result_dict = (
593
+ self.evaluation_result.model_dump(exclude_none=True, exclude={"info"})
594
+ if self.evaluation_result
595
+ else None
596
+ )
592
597
  payload = EvalExitPayload(
593
598
  **self._build_base_payload().model_dump(),
594
599
  reward=self.reward,
595
600
  success=self.success,
596
601
  error_message=error_message,
602
+ evaluation_result=eval_result_dict,
597
603
  )
598
604
  await make_request(
599
605
  method="POST",
@@ -45,6 +45,7 @@ class EvalExitPayload(EvalPayload):
45
45
  reward: float | None = None
46
46
  success: bool = True
47
47
  error_message: str | None = None
48
+ evaluation_result: dict[str, Any] | None = None
48
49
 
49
50
 
50
51
  class JobEnterPayload(BaseModel):
@@ -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.5.26"
8
+ assert hud.__version__ == "0.5.27"
@@ -4,4 +4,4 @@ Version information for the HUD SDK.
4
4
 
5
5
  from __future__ import annotations
6
6
 
7
- __version__ = "0.5.26"
7
+ __version__ = "0.5.27"
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "hud-python"
3
- version = "0.5.26"
3
+ version = "0.5.27"
4
4
  description = "SDK for the HUD platform."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.11, <3.13"
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