hud-python 0.6.1__tar.gz → 0.6.2__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.
- {hud_python-0.6.1 → hud_python-0.6.2}/PKG-INFO +1 -1
- {hud_python-0.6.1 → hud_python-0.6.2}/cookbooks/rl-training/README.md +5 -4
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/models.py +4 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/utils/gateway.py +1 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/version.py +1 -1
- {hud_python-0.6.1 → hud_python-0.6.2}/pyproject.toml +1 -1
- {hud_python-0.6.1 → hud_python-0.6.2}/.gitignore +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/LICENSE +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/README.md +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/cookbooks/a2a-chat/README.md +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/cookbooks/a2a-chat/pyproject.toml +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/cookbooks/codex-coding/README.md +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/cookbooks/codex-coding/pyproject.toml +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/cookbooks/rl-training/pyproject.toml +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/__main__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/_legacy.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/base.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/browser_use/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/browser_use/agent.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/claude/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/claude/agent.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/claude/sdk/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/claude/sdk/agent.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/claude/sdk/computer_mcp.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/claude/tools/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/claude/tools/base.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/claude/tools/coding.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/claude/tools/computer.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/claude/tools/hosted.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/claude/tools/mcp_proxy.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/claude/tools/settings.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/claude/tools/tests/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/claude/tools/tests/test_computer.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/gemini/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/gemini/agent.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/gemini/settings.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/gemini/tools/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/gemini/tools/base.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/gemini/tools/coding.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/gemini/tools/computer.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/gemini/tools/filesystem.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/gemini/tools/hosted.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/gemini/tools/mcp_proxy.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/gemini/tools/tests/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/gemini/tools/tests/test_computer.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/misc/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/misc/response_automation.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/openai/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/openai/agent.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/openai/tools/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/openai/tools/apply_patch.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/openai/tools/base.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/openai/tools/coding.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/openai/tools/computer.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/openai/tools/hosted.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/openai/tools/mcp_proxy.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/openai/tools/strict_schema.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/openai/tools/tests/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/openai/tools/tests/test_computer.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/openai/tools/tests/test_strict_schema.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/openai_compatible/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/openai_compatible/agent.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/openai_compatible/tools/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/openai_compatible/tools/base.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/openai_compatible/tools/filesystem.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/openai_compatible/tools/mcp_proxy.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/robot/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/robot/_types.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/robot/adapter.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/robot/agent.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/robot/model.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/tests/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/tests/test_apply_patch.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/tests/test_base.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/tests/test_claude_agent.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/tests/test_claude_sdk_agent.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/tests/test_gemini_agent.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/tests/test_openai_agent.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/tests/test_openai_compatible_agent.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/tests/test_provider_native_tools.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/tests/test_tool_agent.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/tests/test_trace.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/tool_agent.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/tools/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/tools/base.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/tools/hosted.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/tools/mcp.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/tools/rfb.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/tools/ssh.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/agents/types.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/capabilities/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/capabilities/base.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/capabilities/cdp.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/capabilities/filetracking.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/capabilities/mcp.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/capabilities/rfb.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/capabilities/robot.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/capabilities/ssh.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/__main__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/cancel.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/client.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/deploy.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/eval.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/init.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/login.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/presets.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/serve.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/sync.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/task.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/templates.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/tests/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/tests/test_cli_init.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/tests/test_cli_main.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/tests/test_cli_more_wrappers.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/tests/test_deploy.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/tests/test_eval_bedrock.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/tests/test_eval_config.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/tests/test_init.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/tests/test_main_module.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/tests/test_sync_export.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/utils/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/utils/api.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/utils/build_display.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/utils/build_logs.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/utils/config.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/utils/context.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/utils/display.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/utils/jobs.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/utils/registry.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/utils/source.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/utils/tasks.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/utils/tests/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/utils/tests/test_build_display.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/utils/tests/test_config.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/utils/tests/test_context.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/utils/tests/test_registry.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/utils/tests/test_source.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/utils/tests/test_tasks.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/utils/tests/test_version_check.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/cli/utils/version_check.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/clients/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/clients/client.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/clients/tests/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/clients/tests/test_connect.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/conftest.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/environment/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/environment/env.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/environment/file_tracker.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/environment/file_tracking.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/environment/legacy.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/environment/robot/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/environment/robot/bridge.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/environment/robot/endpoint.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/environment/robot/sim_runner.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/environment/server.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/environment/tests/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/environment/tests/conftest.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/environment/tests/test_capability_backing.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/environment/tests/test_file_tracker.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/environment/tests/test_file_tracking.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/environment/tests/test_legacy.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/environment/tests/test_loader.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/environment/tests/test_manifest.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/environment/tests/test_server.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/environment/tests/test_tunnel.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/environment/utils.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/environment/workspace.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/eval/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/eval/chat.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/eval/file_tracking.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/eval/job.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/eval/run.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/eval/runtime.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/eval/sync.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/eval/task.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/eval/taskset.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/eval/tests/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/eval/tests/test_chat.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/eval/tests/test_docker_provider.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/eval/tests/test_file_tracking_observer.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/eval/tests/test_hosted.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/eval/tests/test_job.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/eval/tests/test_rollout.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/eval/tests/test_sync.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/eval/tests/test_task.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/graders/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/graders/base.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/graders/bash.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/graders/combine.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/graders/judge.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/graders/results.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/graders/text.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/patches/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/patches/mcp_patches.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/patches/tests/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/patches/tests/test_warnings.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/patches/warnings.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/py.typed +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/server.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/settings.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/telemetry/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/telemetry/context.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/telemetry/exporter.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/telemetry/filetracking.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/telemetry/instrument.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/telemetry/span.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/telemetry/tests/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/telemetry/tests/test_exporter.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/telemetry/tests/test_filetracking.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/telemetry/tests/test_instrument.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/train/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/train/base.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/train/client.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/train/types.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/types.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/utils/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/utils/exceptions.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/utils/hints.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/utils/hud_console.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/utils/modules.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/utils/platform.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/utils/requests.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/utils/serialization.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/utils/tests/__init__.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/utils/tests/test_exceptions.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/utils/tests/test_hints.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/utils/tests/test_hud_console.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/utils/tests/test_platform.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/utils/tests/test_requests.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/utils/tests/test_serialization.py +0 -0
- {hud_python-0.6.1 → hud_python-0.6.2}/hud/utils/time.py +0 -0
|
@@ -18,12 +18,13 @@ each `optim_step` closes the on-policy loop.
|
|
|
18
18
|
|
|
19
19
|
## Run
|
|
20
20
|
|
|
21
|
-
Needs `HUD_API_KEY` (from your environment or `.env`). List the
|
|
22
|
-
|
|
23
|
-
the top of `simple_train.py` /
|
|
21
|
+
Needs `HUD_API_KEY` (from your environment or `.env`). List the gateway models
|
|
22
|
+
on your account, pick a trainable one (the **Trainable** column marks them), and
|
|
23
|
+
set it as the `MODEL` constant at the top of `simple_train.py` /
|
|
24
|
+
`ppo_custom_loss.py`:
|
|
24
25
|
|
|
25
26
|
```bash
|
|
26
|
-
hud models
|
|
27
|
+
hud models list # Name | Model (API) | ID | Provider | Agent | Trainable
|
|
27
28
|
```
|
|
28
29
|
|
|
29
30
|
**Train on a deployed taskset (the real flow).** You've built a taskset and
|
|
@@ -56,14 +56,18 @@ def list_models(
|
|
|
56
56
|
table = Table()
|
|
57
57
|
table.add_column("Name", style="cyan")
|
|
58
58
|
table.add_column("Model (API)", style="green")
|
|
59
|
+
table.add_column("ID", style="blue", no_wrap=True)
|
|
59
60
|
table.add_column("Provider", style="yellow")
|
|
60
61
|
table.add_column("Agent", style="magenta")
|
|
62
|
+
table.add_column("Trainable", style="green", justify="center")
|
|
61
63
|
for model in models_list:
|
|
62
64
|
table.add_row(
|
|
63
65
|
model.name or model.id or "-",
|
|
64
66
|
model.model_name or model.id or "-",
|
|
67
|
+
model.id or "-",
|
|
65
68
|
model.provider.name or "-",
|
|
66
69
|
model.sdk_agent_type or "-",
|
|
70
|
+
"✓" if model.is_trainable else "",
|
|
67
71
|
)
|
|
68
72
|
console.print(table)
|
|
69
73
|
console.print(f"\n[dim]Gateway: {settings.hud_gateway_url}[/dim]")
|
|
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
|
|
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
|