hud-python 0.4.5__tar.gz → 0.4.6__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.
- {hud_python-0.4.5 → hud_python-0.4.6}/PKG-INFO +2 -2
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/utils/tests/test_version.py +1 -1
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/version.py +1 -1
- {hud_python-0.4.5 → hud_python-0.4.6}/pyproject.toml +7 -2
- {hud_python-0.4.5 → hud_python-0.4.6}/.gitignore +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/LICENSE +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/README.md +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/environments/README.md +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/environments/browser/README.md +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/environments/browser/apps/2048/README.md +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/environments/browser/apps/2048/backend/pyproject.toml +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/environments/browser/apps/README.md +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/environments/browser/apps/todo/README.md +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/environments/browser/apps/todo/backend/pyproject.toml +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/environments/browser/pyproject.toml +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/environments/browser/src/hud_controller/README.md +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/environments/remote_browser/README.md +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/environments/remote_browser/pyproject.toml +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/environments/remote_browser/src/hud_controller/providers/README.md +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/environments/text_2048/README.md +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/environments/text_2048/pyproject.toml +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/examples/README.md +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/__init__.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/agents/__init__.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/agents/base.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/agents/claude.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/agents/langchain.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/agents/misc/__init__.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/agents/misc/response_agent.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/agents/openai.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/agents/openai_chat_generic.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/agents/tests/__init__.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/agents/tests/test_base.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/agents/tests/test_claude.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/agents/tests/test_client.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/agents/tests/test_openai.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/cli/__init__.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/cli/__main__.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/cli/analyze.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/cli/analyze_metadata.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/cli/build.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/cli/clone.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/cli/cursor.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/cli/debug.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/cli/docker_utils.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/cli/init.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/cli/interactive.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/cli/mcp_server.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/cli/pull.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/cli/push.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/cli/remote_runner.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/cli/runner.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/cli/tests/__init__.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/cli/tests/test_analyze.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/cli/tests/test_cli_init.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/cli/tests/test_cli_main.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/cli/tests/test_clone.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/cli/tests/test_cursor.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/cli/tests/test_debug.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/cli/tests/test_mcp_server.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/cli/tests/test_utils.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/cli/utils.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/clients/README.md +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/clients/__init__.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/clients/base.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/clients/fastmcp.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/clients/mcp_use.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/clients/tests/__init__.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/clients/tests/test_client_integration.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/clients/tests/test_fastmcp.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/clients/tests/test_protocol.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/clients/utils/__init__.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/clients/utils/retry_transport.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/datasets.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/misc/__init__.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/misc/claude_plays_pokemon.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/otel/__init__.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/otel/collector.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/otel/config.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/otel/context.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/otel/exporters.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/otel/instrumentation.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/otel/processors.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/otel/tests/__init__.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/otel/tests/test_processors.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/py.typed +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/server/__init__.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/server/context.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/server/helper/__init__.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/server/low_level.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/server/server.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/server/tests/__init__.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/settings.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/shared/__init__.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/shared/exceptions.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/shared/requests.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/shared/tests/__init__.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/shared/tests/test_exceptions.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/shared/tests/test_requests.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/telemetry/__init__.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/telemetry/instrument.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/telemetry/job.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/telemetry/replay.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/telemetry/trace.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/__init__.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/base.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/bash.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/computer/__init__.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/computer/anthropic.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/computer/hud.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/computer/openai.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/computer/settings.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/edit.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/executors/__init__.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/executors/base.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/executors/pyautogui.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/executors/tests/__init__.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/executors/tests/test_base_executor.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/executors/tests/test_pyautogui_executor.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/executors/xdo.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/playwright.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/tests/__init__.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/tests/test_base.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/tests/test_bash.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/tests/test_bash_extended.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/tests/test_computer.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/tests/test_computer_actions.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/tests/test_edit.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/tests/test_init.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/tests/test_playwright_tool.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/tests/test_tools.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/tests/test_utils.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/types.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/tools/utils.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/types.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/utils/__init__.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/utils/async_utils.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/utils/design.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/utils/mcp.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/utils/progress.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/utils/telemetry.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/utils/tests/__init__.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/utils/tests/test_async_utils.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/utils/tests/test_init.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/utils/tests/test_progress.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/hud/utils/tests/test_telemetry.py +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/rl/README.md +0 -0
- {hud_python-0.4.5 → hud_python-0.4.6}/rl/pyproject.toml +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hud-python
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.6
|
|
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
|
|
@@ -37,7 +37,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
37
37
|
Requires-Python: <3.14,>=3.11
|
|
38
38
|
Requires-Dist: fastmcp>=2.11.2
|
|
39
39
|
Requires-Dist: httpx<1,>=0.23.0
|
|
40
|
-
Requires-Dist: hud-mcp-python-sdk
|
|
40
|
+
Requires-Dist: hud-mcp-python-sdk==1.13.1
|
|
41
41
|
Requires-Dist: opentelemetry-api>=1.34.1
|
|
42
42
|
Requires-Dist: opentelemetry-exporter-otlp-proto-http>=1.34.1
|
|
43
43
|
Requires-Dist: opentelemetry-instrumentation-mcp>=0.44.1
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "hud-python"
|
|
3
|
-
version = "0.4.
|
|
3
|
+
version = "0.4.6"
|
|
4
4
|
description = "SDK for the HUD platform."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.11, <3.14"
|
|
@@ -15,7 +15,7 @@ dependencies = [
|
|
|
15
15
|
"pydantic-settings>=2,<3",
|
|
16
16
|
# MCP dependencies
|
|
17
17
|
"fastmcp>=2.11.2",
|
|
18
|
-
"hud-mcp-python-sdk
|
|
18
|
+
"hud-mcp-python-sdk==1.13.1",
|
|
19
19
|
"pathspec>=0.12.1",
|
|
20
20
|
"wrapt>=1.14.0",
|
|
21
21
|
# CLI dependencies
|
|
@@ -81,6 +81,11 @@ allow-direct-references = true
|
|
|
81
81
|
[tool.uv.sources]
|
|
82
82
|
mcp = { git = "https://github.com/hud-evals/mcp-python-sdk.git" }
|
|
83
83
|
|
|
84
|
+
[tool.uv]
|
|
85
|
+
override-dependencies = [
|
|
86
|
+
"mcp @ git+https://github.com/hud-evals/mcp-python-sdk.git",
|
|
87
|
+
]
|
|
88
|
+
|
|
84
89
|
[tool.hatch.build.targets.sdist]
|
|
85
90
|
include = ["hud/**", "README.md", "LICENSE", "pyproject.toml"]
|
|
86
91
|
exclude = [
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|