hud-python 0.4.0__tar.gz → 0.4.1__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.0 → hud_python-0.4.1}/PKG-INFO +14 -12
- {hud_python-0.4.0 → hud_python-0.4.1}/README.md +13 -11
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/README.md +1 -1
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/text_2048/pyproject.toml +1 -1
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/agents/__init__.py +0 -2
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/cli/init.py +2 -2
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/cli/push.py +0 -9
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/clients/base.py +27 -2
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/clients/fastmcp.py +21 -1
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/utils/tests/test_version.py +1 -1
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/version.py +1 -1
- {hud_python-0.4.0 → hud_python-0.4.1}/pyproject.toml +1 -1
- {hud_python-0.4.0 → hud_python-0.4.1}/.gitignore +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/2048/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/2048/backend/pyproject.toml +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/backend/pyproject.toml +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@eslint/eslintrc/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@eslint/eslintrc/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@eslint/js/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@eslint/js/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@eslint-community/eslint-utils/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@eslint-community/eslint-utils/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@eslint-community/regexpp/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@eslint-community/regexpp/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@humanwhocodes/config-array/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@humanwhocodes/config-array/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@humanwhocodes/module-importer/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@humanwhocodes/module-importer/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@humanwhocodes/object-schema/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@humanwhocodes/object-schema/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@isaacs/cliui/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@jridgewell/gen-mapping/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@jridgewell/gen-mapping/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@jridgewell/resolve-uri/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@jridgewell/resolve-uri/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@jridgewell/sourcemap-codec/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@jridgewell/sourcemap-codec/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@jridgewell/trace-mapping/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@jridgewell/trace-mapping/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@next/env/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@next/eslint-plugin-next/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@next/swc-linux-x64-gnu/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@next/swc-linux-x64-musl/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@nodelib/fs.scandir/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@nodelib/fs.scandir/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@nodelib/fs.stat/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@nodelib/fs.stat/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@nodelib/fs.walk/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@nodelib/fs.walk/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@nolyfill/is-core-module/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@pkgjs/parseargs/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@pkgjs/parseargs/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@rtsao/scc/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@rtsao/scc/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@rushstack/eslint-patch/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@rushstack/eslint-patch/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@swc/helpers/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@types/json5/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@types/node/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@types/node/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@types/prop-types/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@types/prop-types/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@types/react/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@types/react/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@types/react-dom/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@types/react-dom/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/parser/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/parser/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/scope-manager/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/scope-manager/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/types/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/types/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/typescript-estree/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/typescript-estree/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/visitor-keys/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/visitor-keys/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@ungap/structured-clone/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@ungap/structured-clone/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@unrs/resolver-binding-linux-x64-gnu/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/@unrs/resolver-binding-linux-x64-musl/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/acorn/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/acorn/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/acorn-jsx/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/acorn-jsx/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/ajv/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/ajv/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/ajv/lib/dotjs/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/any-promise/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/any-promise/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/anymatch/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/anymatch/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/arg/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/argparse/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/argparse/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/aria-query/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/aria-query/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/array-buffer-byte-length/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/array-buffer-byte-length/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/array-includes/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/array-includes/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/array.prototype.findlast/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/array.prototype.findlast/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/array.prototype.findlastindex/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/array.prototype.findlastindex/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/array.prototype.flat/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/array.prototype.flat/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/array.prototype.flatmap/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/array.prototype.flatmap/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/array.prototype.tosorted/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/array.prototype.tosorted/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/arraybuffer.prototype.slice/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/arraybuffer.prototype.slice/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/ast-types-flow/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/ast-types-flow/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/async-function/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/async-function/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/autoprefixer/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/autoprefixer/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/available-typed-arrays/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/available-typed-arrays/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/axe-core/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/axe-core/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/axe-core/locales/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/axobject-query/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/axobject-query/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/balanced-match/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/brace-expansion/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/brace-expansion/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/braces/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/braces/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/browserslist/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/browserslist/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/busboy/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/busboy/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/call-bind/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/call-bind/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/call-bind-apply-helpers/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/call-bind-apply-helpers/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/call-bound/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/call-bound/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/camelcase-css/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/caniuse-lite/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/caniuse-lite/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/chokidar/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/chokidar/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/chokidar/node_modules/glob-parent/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/chokidar/node_modules/glob-parent/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/color-convert/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/color-convert/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/color-name/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/color-name/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/commander/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/concat-map/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/cross-spawn/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/cross-spawn/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/cssesc/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/csstype/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/csstype/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/damerau-levenshtein/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/damerau-levenshtein/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/data-view-buffer/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/data-view-buffer/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/data-view-byte-length/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/data-view-byte-length/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/data-view-byte-offset/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/data-view-byte-offset/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/debug/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/debug/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/deep-is/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/define-data-property/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/define-data-property/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/define-properties/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/define-properties/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/didyoumean/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/didyoumean/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/dlv/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/doctrine/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/doctrine/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/dunder-proto/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/dunder-proto/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eastasianwidth/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/electron-to-chromium/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/electron-to-chromium/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/emoji-regex/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/es-abstract/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/es-abstract/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/es-define-property/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/es-define-property/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/es-errors/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/es-errors/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/es-iterator-helpers/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/es-iterator-helpers/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/es-object-atoms/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/es-object-atoms/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/es-set-tostringtag/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/es-set-tostringtag/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/es-shim-unscopables/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/es-shim-unscopables/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/es-to-primitive/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/es-to-primitive/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-import-resolver-node/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-import-resolver-node/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-import-resolver-node/node_modules/debug/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-import-resolver-node/node_modules/debug/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-import-resolver-typescript/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-import-resolver-typescript/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-module-utils/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-module-utils/node_modules/debug/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-module-utils/node_modules/debug/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/memo-parser/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/memo-parser/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/node_modules/debug/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/node_modules/debug/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/node_modules/doctrine/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/node_modules/doctrine/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/node_modules/semver/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/node_modules/semver/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-jsx-a11y/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-react/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-react/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-react/node_modules/doctrine/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-react/node_modules/doctrine/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-react/node_modules/resolve/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-react/node_modules/semver/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-react/node_modules/semver/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-react-hooks/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-react-hooks/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-scope/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-scope/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-visitor-keys/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/eslint-visitor-keys/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/espree/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/espree/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/esquery/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/esrecurse/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/estraverse/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/esutils/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/fast-deep-equal/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/fast-deep-equal/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/fast-glob/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/fast-glob/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/fast-glob/node_modules/glob-parent/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/fast-glob/node_modules/glob-parent/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/fast-json-stable-stringify/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/fast-json-stable-stringify/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/fast-levenshtein/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/fastq/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/fastq/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/file-entry-cache/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/file-entry-cache/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/fill-range/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/fill-range/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/flat-cache/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/flat-cache/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/flatted/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/flatted/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/for-each/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/for-each/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/foreground-child/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/foreground-child/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/fraction.js/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/fraction.js/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/fs.realpath/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/fs.realpath/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/function-bind/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/function-bind/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/function.prototype.name/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/function.prototype.name/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/functions-have-names/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/functions-have-names/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/get-intrinsic/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/get-intrinsic/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/get-proto/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/get-proto/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/get-symbol-description/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/get-symbol-description/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/get-tsconfig/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/get-tsconfig/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/glob/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/glob/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/glob/node_modules/brace-expansion/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/glob/node_modules/brace-expansion/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/glob/node_modules/minimatch/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/glob/node_modules/minimatch/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/glob-parent/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/glob-parent/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/globalthis/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/globalthis/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/gopd/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/gopd/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/graceful-fs/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/graceful-fs/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/graphemer/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/graphemer/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/has-bigints/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/has-bigints/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/has-property-descriptors/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/has-property-descriptors/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/has-proto/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/has-proto/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/has-symbols/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/has-symbols/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/has-tostringtag/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/has-tostringtag/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/hasown/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/hasown/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/ignore/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/imurmurhash/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/inflight/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/inflight/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/inherits/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/inherits/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/internal-slot/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/internal-slot/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-array-buffer/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-array-buffer/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-async-function/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-async-function/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-bigint/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-bigint/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-boolean-object/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-boolean-object/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-bun-module/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-bun-module/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-callable/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-callable/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-core-module/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-core-module/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-data-view/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-data-view/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-date-object/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-date-object/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-extglob/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-extglob/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-finalizationregistry/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-finalizationregistry/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-generator-function/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-generator-function/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-glob/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-glob/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-map/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-map/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-negative-zero/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-negative-zero/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-number/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-number/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-number-object/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-number-object/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-regex/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-regex/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-set/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-set/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-shared-array-buffer/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-shared-array-buffer/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-string/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-string/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-symbol/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-symbol/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-typed-array/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-typed-array/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-weakmap/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-weakmap/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-weakref/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-weakref/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-weakset/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/is-weakset/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/isarray/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/isarray/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/isexe/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/isexe/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/iterator.prototype/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/iterator.prototype/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/jackspeak/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/jiti/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/jiti/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/js-tokens/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/js-tokens/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/js-yaml/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/js-yaml/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/json-buffer/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/json-buffer/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/json-schema-traverse/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/json-schema-traverse/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/json-stable-stringify-without-jsonify/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/json5/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/jsx-ast-utils/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/keyv/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/language-subtag-registry/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/language-tags/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/levn/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/levn/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/lilconfig/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/lines-and-columns/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/lines-and-columns/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/lodash.merge/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/lodash.merge/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/loose-envify/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/loose-envify/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/lru-cache/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/lru-cache/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/math-intrinsics/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/math-intrinsics/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/merge2/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/merge2/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/micromatch/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/micromatch/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/minimatch/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/minimatch/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/minimist/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/minimist/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/minipass/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/minipass/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/mz/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/mz/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/nanoid/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/nanoid/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/napi-postinstall/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/napi-postinstall/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/natural-compare/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/next/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/next/node_modules/postcss/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/next/node_modules/postcss/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/node-releases/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/node-releases/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/normalize-path/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/normalize-path/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/object-hash/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/object-inspect/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/object-keys/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/object-keys/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/object.assign/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/object.assign/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/object.entries/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/object.entries/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/object.fromentries/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/object.fromentries/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/object.groupby/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/object.groupby/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/object.values/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/object.values/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/once/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/once/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/optionator/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/optionator/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/own-keys/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/own-keys/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/path-parse/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/path-parse/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/path-scurry/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/picocolors/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/picocolors/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/picomatch/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/picomatch/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/pirates/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/pirates/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/possible-typed-array-names/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/possible-typed-array-names/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/postcss/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/postcss/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/postcss-import/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/postcss-import/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/postcss-js/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/postcss-js/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/postcss-nested/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/postcss-nested/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/postcss-selector-parser/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/postcss-value-parser/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/postcss-value-parser/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/prelude-ls/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/prelude-ls/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/prop-types/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/prop-types/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/punycode/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/queue-microtask/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/queue-microtask/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/react/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/react/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/react-dom/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/react-dom/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/react-is/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/react-is/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/read-cache/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/read-cache/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/readdirp/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/readdirp/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/reflect.getprototypeof/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/reflect.getprototypeof/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/regexp.prototype.flags/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/regexp.prototype.flags/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/resolve/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/resolve-pkg-maps/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/resolve-pkg-maps/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/reusify/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/reusify/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/rimraf/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/rimraf/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/rimraf/node_modules/glob/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/rimraf/node_modules/glob/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/run-parallel/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/run-parallel/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/safe-array-concat/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/safe-array-concat/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/safe-push-apply/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/safe-push-apply/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/safe-regex-test/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/safe-regex-test/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/scheduler/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/scheduler/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/semver/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/semver/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/set-function-length/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/set-function-length/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/set-function-name/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/set-function-name/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/set-proto/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/set-proto/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/side-channel/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/side-channel/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/side-channel-list/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/side-channel-list/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/side-channel-map/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/side-channel-map/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/side-channel-weakmap/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/side-channel-weakmap/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/signal-exit/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/source-map-js/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/source-map-js/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/stable-hash/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/stop-iteration-iterator/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/stop-iteration-iterator/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/streamsearch/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/streamsearch/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/string-width-cjs/node_modules/emoji-regex/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/string.prototype.includes/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/string.prototype.includes/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/string.prototype.matchall/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/string.prototype.matchall/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/string.prototype.repeat/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/string.prototype.trim/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/string.prototype.trim/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/string.prototype.trimend/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/string.prototype.trimend/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/string.prototype.trimstart/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/string.prototype.trimstart/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/sucrase/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/sucrase/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/supports-preserve-symlinks-flag/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/supports-preserve-symlinks-flag/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/swr/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/swr/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/tailwindcss/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/tailwindcss/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/tailwindcss/lib/css/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/tailwindcss/lib/postcss-plugins/nesting/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/tailwindcss/lib/value-parser/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/tailwindcss/lib/value-parser/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/tailwindcss/node_modules/postcss-load-config/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/tailwindcss/node_modules/postcss-load-config/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/tailwindcss/src/css/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/tailwindcss/src/postcss-plugins/nesting/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/tailwindcss/src/value-parser/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/tailwindcss/src/value-parser/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/text-table/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/thenify/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/thenify/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/thenify-all/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/thenify-all/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/tinyglobby/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/tinyglobby/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/tinyglobby/node_modules/fdir/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/tinyglobby/node_modules/fdir/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/tinyglobby/node_modules/picomatch/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/tinyglobby/node_modules/picomatch/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/to-regex-range/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/to-regex-range/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/ts-api-utils/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/ts-interface-checker/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/ts-interface-checker/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/tsconfig-paths/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/tsconfig-paths/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/tslib/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/type-check/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/type-check/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/typed-array-buffer/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/typed-array-buffer/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/typed-array-byte-length/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/typed-array-byte-length/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/typed-array-byte-offset/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/typed-array-byte-offset/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/typed-array-length/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/typed-array-length/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/typescript/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/unbox-primitive/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/unbox-primitive/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/undici-types/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/undici-types/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/unrs-resolver/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/update-browserslist-db/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/update-browserslist-db/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/uri-js/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/uri-js/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/use-sync-external-store/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/use-sync-external-store/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/util-deprecate/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/util-deprecate/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/which/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/which/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/which-boxed-primitive/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/which-boxed-primitive/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/which-builtin-type/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/which-builtin-type/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/which-collection/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/which-collection/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/which-typed-array/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/which-typed-array/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/word-wrap/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/word-wrap/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/wrappy/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/wrappy/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/yaml/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/apps/todo/frontend/node_modules/yaml/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/pyproject.toml +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/browser/src/hud_controller/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/remote_browser/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/remote_browser/pyproject.toml +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/remote_browser/src/hud_controller/providers/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/environments/text_2048/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/examples/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/__init__.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/agents/art.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/agents/base.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/agents/claude.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/agents/langchain.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/agents/misc/__init__.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/agents/misc/response_agent.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/agents/openai.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/agents/openai_chat_generic.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/agents/tests/__init__.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/agents/tests/test_base.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/agents/tests/test_claude.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/agents/tests/test_client.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/agents/tests/test_openai.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/cli/__init__.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/cli/__main__.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/cli/analyze.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/cli/analyze_metadata.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/cli/build.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/cli/clone.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/cli/cursor.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/cli/debug.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/cli/docker_utils.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/cli/interactive.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/cli/mcp_server.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/cli/pull.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/cli/remote_runner.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/cli/runner.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/cli/tests/__init__.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/cli/tests/test_analyze.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/cli/tests/test_cli_init.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/cli/tests/test_cli_main.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/cli/tests/test_clone.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/cli/tests/test_cursor.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/cli/tests/test_debug.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/cli/tests/test_mcp_server.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/cli/tests/test_utils.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/cli/utils.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/clients/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/clients/__init__.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/clients/mcp_use.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/clients/tests/__init__.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/clients/tests/test_client_integration.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/clients/tests/test_fastmcp.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/clients/tests/test_protocol.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/clients/utils/__init__.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/clients/utils/retry_transport.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/datasets.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/misc/__init__.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/misc/claude_plays_pokemon.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/otel/__init__.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/otel/collector.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/otel/config.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/otel/context.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/otel/exporters.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/otel/instrumentation.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/otel/processors.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/otel/tests/__init__.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/otel/tests/test_processors.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/py.typed +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/server/__init__.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/server/context.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/server/helper/__init__.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/server/low_level.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/server/server.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/server/tests/__init__.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/settings.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/shared/__init__.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/shared/exceptions.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/shared/requests.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/shared/tests/__init__.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/shared/tests/test_exceptions.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/shared/tests/test_requests.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/telemetry/__init__.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/telemetry/instrument.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/telemetry/job.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/telemetry/replay.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/telemetry/trace.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/__init__.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/base.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/bash.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/computer/__init__.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/computer/anthropic.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/computer/hud.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/computer/openai.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/computer/settings.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/edit.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/executors/__init__.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/executors/base.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/executors/pyautogui.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/executors/tests/__init__.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/executors/tests/test_base_executor.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/executors/tests/test_pyautogui_executor.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/executors/xdo.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/playwright.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/tests/__init__.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/tests/test_base.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/tests/test_bash.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/tests/test_bash_extended.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/tests/test_computer.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/tests/test_computer_actions.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/tests/test_edit.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/tests/test_init.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/tests/test_playwright_tool.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/tests/test_tools.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/tests/test_utils.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/types.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/tools/utils.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/types.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/utils/__init__.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/utils/async_utils.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/utils/design.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/utils/mcp.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/utils/progress.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/utils/telemetry.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/utils/tests/__init__.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/utils/tests/test_async_utils.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/utils/tests/test_init.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/utils/tests/test_progress.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/hud/utils/tests/test_telemetry.py +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/rl/README.md +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/rl/pyproject.toml +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/test_env/Lib/site-packages/PyYAML-6.0.2.dist-info/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/test_env/Lib/site-packages/aiohappyeyeballs-2.6.1.dist-info/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/test_env/Lib/site-packages/annotated_types-0.7.0.dist-info/licenses/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/test_env/Lib/site-packages/attrs-25.3.0.dist-info/licenses/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/test_env/Lib/site-packages/backoff-2.2.1.dist-info/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/test_env/Lib/site-packages/certifi-2025.8.3.dist-info/licenses/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/test_env/Lib/site-packages/charset_normalizer-3.4.2.dist-info/licenses/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/test_env/Lib/site-packages/distro-1.9.0.dist-info/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/test_env/Lib/site-packages/frozenlist-1.7.0.dist-info/licenses/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/test_env/Lib/site-packages/greenlet-3.2.3.dist-info/licenses/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/test_env/Lib/site-packages/httpx_sse-0.4.1.dist-info/licenses/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/test_env/Lib/site-packages/multidict-6.6.3.dist-info/licenses/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/test_env/Lib/site-packages/packaging-25.0.dist-info/licenses/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/test_env/Lib/site-packages/pathspec-0.12.1.dist-info/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/test_env/Lib/site-packages/propcache-0.3.2.dist-info/licenses/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/test_env/Lib/site-packages/python_dotenv-1.1.1.dist-info/licenses/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/test_env/Lib/site-packages/rpds_py-0.26.0.dist-info/licenses/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/test_env/Lib/site-packages/six-1.17.0.dist-info/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/test_env/Lib/site-packages/sniffio-1.3.1.dist-info/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/test_env/Lib/site-packages/sqlalchemy-2.0.42.dist-info/licenses/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/test_env/Lib/site-packages/tenacity-9.1.2.dist-info/licenses/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/test_env/Lib/site-packages/typing_extensions-4.14.1.dist-info/licenses/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/test_env/Lib/site-packages/typing_inspection-0.4.1.dist-info/licenses/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/test_env/Lib/site-packages/websockets-15.0.1.dist-info/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/test_env/Lib/site-packages/wrapt-1.17.2.dist-info/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/test_env/Lib/site-packages/yarl-1.20.1.dist-info/licenses/LICENSE +0 -0
- {hud_python-0.4.0 → hud_python-0.4.1}/test_env/Lib/site-packages/zstandard-0.23.0.dist-info/LICENSE +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.1
|
|
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
|
|
@@ -129,11 +129,12 @@ OSS RL environment + evals toolkit. Wrap software as environments, run benchmark
|
|
|
129
129
|
# Core installation - MCP servers, telemetry, basic tools for environment design
|
|
130
130
|
pip install hud-python
|
|
131
131
|
|
|
132
|
-
# Agent installation - Adds AI providers,
|
|
132
|
+
# Agent installation - Adds AI providers, datasets
|
|
133
133
|
pip install "hud-python[agent]"
|
|
134
134
|
|
|
135
135
|
# CLI utilities
|
|
136
136
|
uv tool install hud-python
|
|
137
|
+
# uv tool update-shell
|
|
137
138
|
|
|
138
139
|
# From source (latest)
|
|
139
140
|
git clone https://github.com/hud-evals/hud-python
|
|
@@ -162,19 +163,20 @@ from hud.datasets import Task # See docs: https://docs.hud.so/reference/tasks
|
|
|
162
163
|
|
|
163
164
|
async def main() -> None:
|
|
164
165
|
with hud.trace("Quick Start 2048"): # All telemetry works for any MCP-based agent (see https://app.hud.so)
|
|
165
|
-
task =
|
|
166
|
-
prompt
|
|
167
|
-
mcp_config
|
|
166
|
+
task = {
|
|
167
|
+
"prompt": "Reach 64 in 2048.",
|
|
168
|
+
"mcp_config": {
|
|
168
169
|
"hud": {
|
|
169
|
-
"url": "https://mcp.hud.so", # HUD's cloud MCP server (see https://docs.hud.so/core-concepts/architecture)
|
|
170
|
+
"url": "https://mcp.hud.so/v3/mcp", # HUD's cloud MCP server (see https://docs.hud.so/core-concepts/architecture)
|
|
170
171
|
"headers": {
|
|
171
|
-
"Authorization": f"Bearer {
|
|
172
|
-
"Mcp-Image": "hudpython/hud-text-2048:v1.
|
|
172
|
+
"Authorization": f"Bearer {settings.api_key}", # Get your key at https://app.hud.so
|
|
173
|
+
"Mcp-Image": "hudpython/hud-text-2048:v1.2" # Docker image from https://hub.docker.com/u/hudpython
|
|
173
174
|
}
|
|
174
175
|
}
|
|
175
176
|
},
|
|
176
|
-
evaluate_tool
|
|
177
|
-
|
|
177
|
+
"evaluate_tool": {"name": "evaluate", "arguments": {"name": "max_number", "arguments": {"target": 64}}},
|
|
178
|
+
}
|
|
179
|
+
task = Task(**task)
|
|
178
180
|
|
|
179
181
|
# 1. Define the client explicitly:
|
|
180
182
|
client = MCPClient(mcp_config=task.mcp_config)
|
|
@@ -189,7 +191,7 @@ async def main() -> None:
|
|
|
189
191
|
# result = await ClaudeAgent().run(task)
|
|
190
192
|
|
|
191
193
|
print(f"Reward: {result.reward}")
|
|
192
|
-
await client.
|
|
194
|
+
await client.shutdown()
|
|
193
195
|
|
|
194
196
|
asyncio.run(main())
|
|
195
197
|
```
|
|
@@ -346,7 +348,7 @@ result = await ClaudeAgent().run({ # See all agents: https://docs.hud.so/refere
|
|
|
346
348
|
"prompt": "Please explore this environment",
|
|
347
349
|
"mcp_config": {
|
|
348
350
|
"my-environment": {
|
|
349
|
-
"url": "https://mcp.hud.so",
|
|
351
|
+
"url": "https://mcp.hud.so/v3/mcp",
|
|
350
352
|
"headers": {
|
|
351
353
|
"Authorization": f"Bearer {os.getenv('HUD_API_KEY')}",
|
|
352
354
|
"Mcp-Image": "my-name/my-environment:latest"
|
|
@@ -37,11 +37,12 @@ OSS RL environment + evals toolkit. Wrap software as environments, run benchmark
|
|
|
37
37
|
# Core installation - MCP servers, telemetry, basic tools for environment design
|
|
38
38
|
pip install hud-python
|
|
39
39
|
|
|
40
|
-
# Agent installation - Adds AI providers,
|
|
40
|
+
# Agent installation - Adds AI providers, datasets
|
|
41
41
|
pip install "hud-python[agent]"
|
|
42
42
|
|
|
43
43
|
# CLI utilities
|
|
44
44
|
uv tool install hud-python
|
|
45
|
+
# uv tool update-shell
|
|
45
46
|
|
|
46
47
|
# From source (latest)
|
|
47
48
|
git clone https://github.com/hud-evals/hud-python
|
|
@@ -70,19 +71,20 @@ from hud.datasets import Task # See docs: https://docs.hud.so/reference/tasks
|
|
|
70
71
|
|
|
71
72
|
async def main() -> None:
|
|
72
73
|
with hud.trace("Quick Start 2048"): # All telemetry works for any MCP-based agent (see https://app.hud.so)
|
|
73
|
-
task =
|
|
74
|
-
prompt
|
|
75
|
-
mcp_config
|
|
74
|
+
task = {
|
|
75
|
+
"prompt": "Reach 64 in 2048.",
|
|
76
|
+
"mcp_config": {
|
|
76
77
|
"hud": {
|
|
77
|
-
"url": "https://mcp.hud.so", # HUD's cloud MCP server (see https://docs.hud.so/core-concepts/architecture)
|
|
78
|
+
"url": "https://mcp.hud.so/v3/mcp", # HUD's cloud MCP server (see https://docs.hud.so/core-concepts/architecture)
|
|
78
79
|
"headers": {
|
|
79
|
-
"Authorization": f"Bearer {
|
|
80
|
-
"Mcp-Image": "hudpython/hud-text-2048:v1.
|
|
80
|
+
"Authorization": f"Bearer {settings.api_key}", # Get your key at https://app.hud.so
|
|
81
|
+
"Mcp-Image": "hudpython/hud-text-2048:v1.2" # Docker image from https://hub.docker.com/u/hudpython
|
|
81
82
|
}
|
|
82
83
|
}
|
|
83
84
|
},
|
|
84
|
-
evaluate_tool
|
|
85
|
-
|
|
85
|
+
"evaluate_tool": {"name": "evaluate", "arguments": {"name": "max_number", "arguments": {"target": 64}}},
|
|
86
|
+
}
|
|
87
|
+
task = Task(**task)
|
|
86
88
|
|
|
87
89
|
# 1. Define the client explicitly:
|
|
88
90
|
client = MCPClient(mcp_config=task.mcp_config)
|
|
@@ -97,7 +99,7 @@ async def main() -> None:
|
|
|
97
99
|
# result = await ClaudeAgent().run(task)
|
|
98
100
|
|
|
99
101
|
print(f"Reward: {result.reward}")
|
|
100
|
-
await client.
|
|
102
|
+
await client.shutdown()
|
|
101
103
|
|
|
102
104
|
asyncio.run(main())
|
|
103
105
|
```
|
|
@@ -254,7 +256,7 @@ result = await ClaudeAgent().run({ # See all agents: https://docs.hud.so/refere
|
|
|
254
256
|
"prompt": "Please explore this environment",
|
|
255
257
|
"mcp_config": {
|
|
256
258
|
"my-environment": {
|
|
257
|
-
"url": "https://mcp.hud.so",
|
|
259
|
+
"url": "https://mcp.hud.so/v3/mcp",
|
|
258
260
|
"headers": {
|
|
259
261
|
"Authorization": f"Bearer {os.getenv('HUD_API_KEY')}",
|
|
260
262
|
"Mcp-Image": "my-name/my-environment:latest"
|
|
@@ -3,7 +3,7 @@ name = "hud-text-2048"
|
|
|
3
3
|
version = "0.1.0"
|
|
4
4
|
description = "Text-based 2048 game environment for hud"
|
|
5
5
|
requires-python = ">=3.11"
|
|
6
|
-
dependencies = [ "hud-python
|
|
6
|
+
dependencies = [ "hud-python", "numpy",]
|
|
7
7
|
|
|
8
8
|
[build-system]
|
|
9
9
|
requires = [ "hatchling",]
|
|
@@ -3,7 +3,6 @@ from __future__ import annotations
|
|
|
3
3
|
from .art import ArtHUDAgent
|
|
4
4
|
from .base import MCPAgent
|
|
5
5
|
from .claude import ClaudeAgent
|
|
6
|
-
from .langchain import LangChainAgent
|
|
7
6
|
from .openai import OperatorAgent
|
|
8
7
|
from .openai_chat_generic import GenericOpenAIChatAgent
|
|
9
8
|
|
|
@@ -11,7 +10,6 @@ __all__ = [
|
|
|
11
10
|
"ArtHUDAgent",
|
|
12
11
|
"ClaudeAgent",
|
|
13
12
|
"GenericOpenAIChatAgent",
|
|
14
|
-
"LangChainAgent",
|
|
15
13
|
"MCPAgent",
|
|
16
14
|
"OperatorAgent",
|
|
17
15
|
]
|
|
@@ -37,7 +37,7 @@ version = "0.1.0"
|
|
|
37
37
|
description = "A minimal HUD environment"
|
|
38
38
|
requires-python = ">=3.11"
|
|
39
39
|
dependencies = [
|
|
40
|
-
"hud-python
|
|
40
|
+
"hud-python",
|
|
41
41
|
]
|
|
42
42
|
|
|
43
43
|
[build-system]
|
|
@@ -259,7 +259,7 @@ def create_environment(name: str | None, directory: str, force: bool) -> None:
|
|
|
259
259
|
console.print(" [cyan]hud dev[/cyan]")
|
|
260
260
|
else:
|
|
261
261
|
console.print("1. Enter the directory:")
|
|
262
|
-
console.print(f" [cyan]cd {target_dir
|
|
262
|
+
console.print(f" [cyan]cd {target_dir}[/cyan]")
|
|
263
263
|
console.print("\n2. Start development server:")
|
|
264
264
|
console.print(" [cyan]hud dev[/cyan]")
|
|
265
265
|
|
|
@@ -348,15 +348,6 @@ def push_environment(
|
|
|
348
348
|
console.print("Test locally:")
|
|
349
349
|
console.print(f" [cyan]hud run {image}[/cyan]\n")
|
|
350
350
|
|
|
351
|
-
console.print("Use in MCP configs:")
|
|
352
|
-
console.print(" Claude Desktop:")
|
|
353
|
-
console.print(
|
|
354
|
-
f' [cyan]{{"docker": {{"image": "{pushed_digest}", "command": "auto"}}}}[/cyan]\n'
|
|
355
|
-
)
|
|
356
|
-
|
|
357
|
-
console.print(" Via HUD (recommended):")
|
|
358
|
-
console.print(f' [cyan]{{"hud": {{"registry": "{pushed_digest}"}}}}[/cyan]\n')
|
|
359
|
-
|
|
360
351
|
console.print("Share environment:")
|
|
361
352
|
console.print(
|
|
362
353
|
" Share the updated [cyan]hud.lock.yaml[/cyan] for others to reproduce your exact environment" # noqa: E501
|
|
@@ -128,8 +128,33 @@ class BaseHUDClient(AgentMCPClient):
|
|
|
128
128
|
|
|
129
129
|
logger.debug("Initializing MCP client...")
|
|
130
130
|
|
|
131
|
-
|
|
132
|
-
|
|
131
|
+
try:
|
|
132
|
+
# Subclasses implement connection
|
|
133
|
+
await self._connect(self._mcp_config)
|
|
134
|
+
except RuntimeError as e:
|
|
135
|
+
# Re-raise authentication errors with clear message
|
|
136
|
+
if "Authentication failed" in str(e):
|
|
137
|
+
raise
|
|
138
|
+
raise
|
|
139
|
+
except Exception as e:
|
|
140
|
+
# Check for authentication errors in the exception chain
|
|
141
|
+
error_msg = str(e)
|
|
142
|
+
if "401" in error_msg or "Unauthorized" in error_msg:
|
|
143
|
+
# Check if connecting to HUD API
|
|
144
|
+
for server_config in self._mcp_config.values():
|
|
145
|
+
url = server_config.get("url", "")
|
|
146
|
+
if "mcp.hud.so" in url:
|
|
147
|
+
raise RuntimeError(
|
|
148
|
+
"Authentication failed for HUD API. "
|
|
149
|
+
"Please ensure your HUD_API_KEY environment variable is set correctly. "
|
|
150
|
+
"You can get an API key at https://app.hud.so"
|
|
151
|
+
) from e
|
|
152
|
+
# Generic 401 error
|
|
153
|
+
raise RuntimeError(
|
|
154
|
+
f"Authentication failed (401 Unauthorized). "
|
|
155
|
+
f"Please check your credentials or API key."
|
|
156
|
+
) from e
|
|
157
|
+
raise
|
|
133
158
|
|
|
134
159
|
# Common hud behavior - fetch telemetry
|
|
135
160
|
await self._fetch_telemetry()
|
|
@@ -82,7 +82,27 @@ class FastMCPHUDClient(BaseHUDClient):
|
|
|
82
82
|
|
|
83
83
|
if self._stack is None:
|
|
84
84
|
self._stack = AsyncExitStack()
|
|
85
|
-
|
|
85
|
+
try:
|
|
86
|
+
await self._stack.enter_async_context(self._client)
|
|
87
|
+
except Exception as e:
|
|
88
|
+
# Check for authentication errors
|
|
89
|
+
error_msg = str(e)
|
|
90
|
+
if "401" in error_msg or "Unauthorized" in error_msg:
|
|
91
|
+
# Check if connecting to HUD API
|
|
92
|
+
for server_config in mcp_config.values():
|
|
93
|
+
url = server_config.get("url", "")
|
|
94
|
+
if "mcp.hud.so" in url:
|
|
95
|
+
raise RuntimeError(
|
|
96
|
+
"Authentication failed for HUD API. "
|
|
97
|
+
"Please ensure your HUD_API_KEY environment variable is set correctly. "
|
|
98
|
+
"You can get an API key at https://app.hud.so"
|
|
99
|
+
) from e
|
|
100
|
+
# Generic 401 error
|
|
101
|
+
raise RuntimeError(
|
|
102
|
+
f"Authentication failed (401 Unauthorized). "
|
|
103
|
+
f"Please check your credentials or API key."
|
|
104
|
+
) from e
|
|
105
|
+
raise
|
|
86
106
|
|
|
87
107
|
# Configure validation for output schemas based on client setting
|
|
88
108
|
from mcp.client.session import ValidationOptions
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|