hud-python 0.3.4__tar.gz → 0.4.0__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/.gitignore +46 -0
- hud_python-0.4.0/LICENSE +21 -0
- hud_python-0.4.0/PKG-INFO +474 -0
- hud_python-0.4.0/README.md +382 -0
- hud_python-0.4.0/environments/README.md +915 -0
- hud_python-0.4.0/environments/browser/README.md +395 -0
- hud_python-0.4.0/environments/browser/apps/2048/README.md +103 -0
- hud_python-0.4.0/environments/browser/apps/2048/backend/pyproject.toml +9 -0
- hud_python-0.4.0/environments/browser/apps/README.md +135 -0
- hud_python-0.4.0/environments/browser/apps/todo/README.md +85 -0
- hud_python-0.4.0/environments/browser/apps/todo/backend/pyproject.toml +15 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@eslint/eslintrc/LICENSE +19 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@eslint/eslintrc/README.md +115 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@eslint/js/LICENSE +19 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@eslint/js/README.md +57 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@eslint-community/eslint-utils/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@eslint-community/eslint-utils/README.md +37 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@eslint-community/regexpp/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@eslint-community/regexpp/README.md +177 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@humanwhocodes/config-array/LICENSE +201 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@humanwhocodes/config-array/README.md +342 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@humanwhocodes/module-importer/LICENSE +201 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@humanwhocodes/module-importer/README.md +80 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@humanwhocodes/object-schema/LICENSE +29 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@humanwhocodes/object-schema/README.md +234 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@isaacs/cliui/README.md +143 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@jridgewell/gen-mapping/LICENSE +19 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@jridgewell/gen-mapping/README.md +227 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@jridgewell/resolve-uri/LICENSE +19 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@jridgewell/resolve-uri/README.md +40 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@jridgewell/sourcemap-codec/LICENSE +19 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@jridgewell/sourcemap-codec/README.md +264 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@jridgewell/trace-mapping/LICENSE +19 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@jridgewell/trace-mapping/README.md +348 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@next/env/README.md +3 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@next/eslint-plugin-next/README.md +4 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@next/swc-linux-x64-gnu/README.md +3 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@next/swc-linux-x64-musl/README.md +3 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@nodelib/fs.scandir/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@nodelib/fs.scandir/README.md +171 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@nodelib/fs.stat/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@nodelib/fs.stat/README.md +126 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@nodelib/fs.walk/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@nodelib/fs.walk/README.md +215 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@nolyfill/is-core-module/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@pkgjs/parseargs/LICENSE +201 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@pkgjs/parseargs/README.md +413 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@rtsao/scc/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@rtsao/scc/README.md +49 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@rushstack/eslint-patch/LICENSE +24 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@rushstack/eslint-patch/README.md +252 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@swc/helpers/LICENSE +201 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@types/json5/README.md +18 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@types/node/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@types/node/README.md +15 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@types/prop-types/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@types/prop-types/README.md +15 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@types/react/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@types/react/README.md +15 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@types/react-dom/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@types/react-dom/README.md +16 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/parser/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/parser/README.md +12 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/scope-manager/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/scope-manager/README.md +10 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/types/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/types/README.md +12 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/typescript-estree/LICENSE +26 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/typescript-estree/README.md +14 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/typescript-estree/node_modules/brace-expansion/README.md +135 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/LICENSE +15 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/README.md +454 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/visitor-keys/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@typescript-eslint/visitor-keys/README.md +10 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@ungap/structured-clone/LICENSE +15 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@ungap/structured-clone/README.md +95 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@unrs/resolver-binding-linux-x64-gnu/README.md +3 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/@unrs/resolver-binding-linux-x64-musl/README.md +3 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/acorn/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/acorn/README.md +282 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/acorn-jsx/LICENSE +19 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/acorn-jsx/README.md +40 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/ajv/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/ajv/README.md +1497 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/ajv/lib/dotjs/README.md +3 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/any-promise/LICENSE +19 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/any-promise/README.md +161 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/anymatch/LICENSE +15 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/anymatch/README.md +87 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/arg/README.md +317 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/argparse/LICENSE +254 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/argparse/README.md +84 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/aria-query/LICENSE +201 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/aria-query/README.md +195 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/array-buffer-byte-length/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/array-buffer-byte-length/README.md +40 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/array-includes/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/array-includes/README.md +105 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/array.prototype.findlast/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/array.prototype.findlast/README.md +74 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/array.prototype.findlastindex/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/array.prototype.findlastindex/README.md +74 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/array.prototype.flat/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/array.prototype.flat/README.md +75 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/array.prototype.flatmap/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/array.prototype.flatmap/README.md +82 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/array.prototype.tosorted/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/array.prototype.tosorted/README.md +71 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/arraybuffer.prototype.slice/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/arraybuffer.prototype.slice/README.md +61 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/ast-types-flow/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/ast-types-flow/README.md +99 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/async-function/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/async-function/README.md +51 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/autoprefixer/LICENSE +20 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/autoprefixer/README.md +66 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/available-typed-arrays/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/available-typed-arrays/README.md +55 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/axe-core/LICENSE +362 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/axe-core/README.md +190 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/axe-core/locales/README.md +9 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/axobject-query/LICENSE +201 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/axobject-query/README.md +404 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/balanced-match/README.md +97 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/brace-expansion/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/brace-expansion/README.md +129 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/braces/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/braces/README.md +586 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/browserslist/LICENSE +20 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/browserslist/README.md +67 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/busboy/LICENSE +19 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/busboy/README.md +191 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/call-bind/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/call-bind/README.md +64 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/call-bind-apply-helpers/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/call-bind-apply-helpers/README.md +62 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/call-bound/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/call-bound/README.md +53 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/camelcase-css/README.md +27 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/caniuse-lite/LICENSE +395 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/caniuse-lite/README.md +6 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/chokidar/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/chokidar/README.md +308 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/chokidar/node_modules/glob-parent/LICENSE +15 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/chokidar/node_modules/glob-parent/README.md +137 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/color-convert/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/color-convert/README.md +68 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/color-name/LICENSE +8 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/color-name/README.md +11 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/commander/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/concat-map/LICENSE +18 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/cross-spawn/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/cross-spawn/README.md +89 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/cssesc/README.md +201 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/csstype/LICENSE +19 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/csstype/README.md +277 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/damerau-levenshtein/LICENSE +25 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/damerau-levenshtein/README.md +47 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/data-view-buffer/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/data-view-buffer/README.md +43 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/data-view-byte-length/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/data-view-byte-length/README.md +43 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/data-view-byte-offset/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/data-view-byte-offset/README.md +43 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/debug/LICENSE +20 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/debug/README.md +481 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/deep-is/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/define-data-property/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/define-data-property/README.md +67 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/define-properties/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/define-properties/README.md +84 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/didyoumean/LICENSE +14 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/didyoumean/README.md +134 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/dlv/README.md +76 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/doctrine/LICENSE +177 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/doctrine/README.md +165 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/dunder-proto/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/dunder-proto/README.md +54 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eastasianwidth/README.md +32 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/electron-to-chromium/LICENSE +5 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/electron-to-chromium/README.md +186 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/emoji-regex/README.md +137 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-abstract/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-abstract/README.md +43 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-define-property/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-define-property/README.md +49 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-errors/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-errors/README.md +55 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-iterator-helpers/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-iterator-helpers/README.md +110 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-object-atoms/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-object-atoms/README.md +63 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-set-tostringtag/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-set-tostringtag/README.md +53 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-shim-unscopables/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-shim-unscopables/README.md +57 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-to-primitive/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/es-to-primitive/README.md +52 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint/LICENSE +19 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint/README.md +304 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-import-resolver-node/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-import-resolver-node/README.md +44 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-import-resolver-node/node_modules/debug/LICENSE +19 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-import-resolver-node/node_modules/debug/README.md +437 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-import-resolver-typescript/LICENSE +5 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-import-resolver-typescript/README.md +346 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-module-utils/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-module-utils/node_modules/debug/LICENSE +19 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-module-utils/node_modules/debug/README.md +437 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/README.md +612 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/memo-parser/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/memo-parser/README.md +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/node_modules/debug/LICENSE +19 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/node_modules/debug/README.md +437 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/node_modules/doctrine/LICENSE +177 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/node_modules/doctrine/README.md +165 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/node_modules/semver/LICENSE +15 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-import/node_modules/semver/README.md +443 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-jsx-a11y/README.md +423 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-react/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-react/README.md +423 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-react/node_modules/doctrine/LICENSE +177 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-react/node_modules/doctrine/README.md +165 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-react/node_modules/resolve/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-react/node_modules/semver/LICENSE +15 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-react/node_modules/semver/README.md +443 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-react-hooks/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-plugin-react-hooks/README.md +75 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-scope/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-scope/README.md +70 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-visitor-keys/LICENSE +201 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/eslint-visitor-keys/README.md +105 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/espree/LICENSE +25 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/espree/README.md +244 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/esquery/README.md +27 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/esrecurse/README.md +171 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/estraverse/README.md +153 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/esutils/README.md +174 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fast-deep-equal/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fast-deep-equal/README.md +96 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fast-glob/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fast-glob/README.md +830 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fast-glob/node_modules/glob-parent/LICENSE +15 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fast-glob/node_modules/glob-parent/README.md +137 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fast-json-stable-stringify/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fast-json-stable-stringify/README.md +131 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fast-levenshtein/README.md +104 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fastq/LICENSE +13 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fastq/README.md +312 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/file-entry-cache/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/file-entry-cache/README.md +112 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fill-range/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fill-range/README.md +237 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/flat-cache/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/flat-cache/README.md +75 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/flatted/LICENSE +15 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/flatted/README.md +115 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/for-each/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/for-each/README.md +39 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/foreground-child/LICENSE +15 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/foreground-child/README.md +128 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fraction.js/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fraction.js/README.md +466 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fs.realpath/LICENSE +43 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/fs.realpath/README.md +33 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/function-bind/LICENSE +20 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/function-bind/README.md +46 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/function.prototype.name/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/function.prototype.name/README.md +55 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/functions-have-names/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/functions-have-names/README.md +40 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/get-intrinsic/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/get-intrinsic/README.md +71 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/get-proto/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/get-proto/README.md +50 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/get-symbol-description/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/get-symbol-description/README.md +43 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/get-tsconfig/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/get-tsconfig/README.md +235 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/glob/LICENSE +15 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/glob/README.md +1214 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/glob/node_modules/brace-expansion/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/glob/node_modules/brace-expansion/README.md +135 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/glob/node_modules/minimatch/LICENSE +15 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/glob/node_modules/minimatch/README.md +454 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/glob-parent/LICENSE +15 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/glob-parent/README.md +134 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/globalthis/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/globalthis/README.md +70 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/gopd/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/gopd/README.md +40 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/graceful-fs/LICENSE +15 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/graceful-fs/README.md +143 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/graphemer/LICENSE +18 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/graphemer/README.md +132 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/has-bigints/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/has-bigints/README.md +39 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/has-property-descriptors/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/has-property-descriptors/README.md +43 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/has-proto/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/has-proto/README.md +57 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/has-symbols/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/has-symbols/README.md +46 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/has-tostringtag/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/has-tostringtag/README.md +46 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/hasown/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/hasown/README.md +40 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/ignore/README.md +412 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/imurmurhash/README.md +122 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/inflight/LICENSE +15 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/inflight/README.md +37 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/inherits/LICENSE +16 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/inherits/README.md +42 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/internal-slot/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/internal-slot/README.md +58 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-array-buffer/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-array-buffer/README.md +56 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-async-function/LICENSE +20 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-async-function/README.md +41 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-bigint/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-bigint/README.md +44 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-boolean-object/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-boolean-object/README.md +57 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-bun-module/LICENSE +20 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-bun-module/README.md +79 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-callable/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-callable/README.md +83 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-core-module/LICENSE +20 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-core-module/README.md +40 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-data-view/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-data-view/README.md +69 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-date-object/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-date-object/README.md +52 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-extglob/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-extglob/README.md +107 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-finalizationregistry/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-finalizationregistry/README.md +54 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-generator-function/LICENSE +20 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-generator-function/README.md +40 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-glob/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-glob/README.md +206 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-map/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-map/README.md +52 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-negative-zero/LICENSE +20 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-negative-zero/README.md +54 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-number/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-number/README.md +187 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-number-object/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-number-object/README.md +55 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-regex/LICENSE +20 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-regex/README.md +52 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-set/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-set/README.md +50 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-shared-array-buffer/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-shared-array-buffer/README.md +56 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-string/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-string/README.md +56 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-symbol/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-symbol/README.md +45 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-typed-array/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-typed-array/README.md +70 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-weakmap/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-weakmap/README.md +50 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-weakref/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-weakref/README.md +52 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-weakset/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/is-weakset/README.md +50 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/isarray/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/isarray/README.md +38 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/isexe/LICENSE +15 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/isexe/README.md +51 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/iterator.prototype/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/iterator.prototype/README.md +35 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/jackspeak/README.md +348 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/jiti/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/jiti/README.md +164 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/js-tokens/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/js-tokens/README.md +240 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/js-yaml/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/js-yaml/README.md +246 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/json-buffer/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/json-buffer/README.md +24 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/json-schema-traverse/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/json-schema-traverse/README.md +83 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/json-stable-stringify-without-jsonify/LICENSE +18 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/json5/README.md +234 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/jsx-ast-utils/README.md +298 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/keyv/README.md +429 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/language-subtag-registry/README.md +25 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/language-tags/README.md +269 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/levn/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/levn/README.md +196 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/lilconfig/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/lines-and-columns/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/lines-and-columns/README.md +33 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/lodash.merge/LICENSE +47 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/lodash.merge/README.md +18 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/loose-envify/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/loose-envify/README.md +45 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/lru-cache/LICENSE +15 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/lru-cache/README.md +331 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/math-intrinsics/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/math-intrinsics/README.md +50 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/merge2/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/merge2/README.md +144 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/micromatch/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/micromatch/README.md +1024 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/minimatch/LICENSE +15 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/minimatch/README.md +230 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/minimist/LICENSE +18 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/minimist/README.md +121 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/minipass/LICENSE +15 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/minipass/README.md +825 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/mz/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/mz/README.md +106 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/nanoid/LICENSE +20 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/nanoid/README.md +39 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/napi-postinstall/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/napi-postinstall/README.md +147 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/natural-compare/README.md +125 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/next/README.md +67 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/next/node_modules/postcss/LICENSE +20 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/next/node_modules/postcss/README.md +28 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/node-releases/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/node-releases/README.md +12 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/normalize-path/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/normalize-path/README.md +127 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/object-hash/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/object-inspect/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/object-keys/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/object-keys/README.md +76 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/object.assign/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/object.assign/README.md +136 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/object.entries/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/object.entries/README.md +58 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/object.fromentries/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/object.fromentries/README.md +50 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/object.groupby/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/object.groupby/README.md +79 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/object.values/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/object.values/README.md +58 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/once/LICENSE +15 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/once/README.md +79 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/optionator/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/optionator/README.md +238 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/own-keys/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/own-keys/README.md +45 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/path-parse/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/path-parse/README.md +42 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/path-scurry/README.md +636 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/picocolors/LICENSE +15 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/picocolors/README.md +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/picomatch/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/picomatch/README.md +708 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/pirates/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/pirates/README.md +73 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/possible-typed-array-names/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/possible-typed-array-names/README.md +50 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/postcss/LICENSE +20 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/postcss/README.md +29 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/postcss-import/LICENSE +20 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/postcss-import/README.md +244 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/postcss-js/LICENSE +20 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/postcss-js/README.md +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/postcss-nested/LICENSE +20 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/postcss-nested/README.md +85 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/postcss-selector-parser/README.md +49 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/postcss-value-parser/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/postcss-value-parser/README.md +263 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/prelude-ls/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/prelude-ls/README.md +15 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/prop-types/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/prop-types/README.md +302 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/punycode/README.md +148 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/queue-microtask/LICENSE +20 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/queue-microtask/README.md +90 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/react/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/react/README.md +37 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/react-dom/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/react-dom/README.md +60 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/react-is/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/react-is/README.md +104 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/read-cache/LICENSE +20 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/read-cache/README.md +46 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/readdirp/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/readdirp/README.md +122 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/reflect.getprototypeof/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/reflect.getprototypeof/README.md +77 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/regexp.prototype.flags/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/regexp.prototype.flags/README.md +55 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/resolve/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/resolve-pkg-maps/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/resolve-pkg-maps/README.md +216 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/reusify/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/reusify/README.md +139 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/rimraf/LICENSE +15 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/rimraf/README.md +101 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/rimraf/node_modules/glob/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/rimraf/node_modules/glob/README.md +378 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/run-parallel/LICENSE +20 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/run-parallel/README.md +85 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/safe-array-concat/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/safe-array-concat/README.md +53 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/safe-push-apply/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/safe-push-apply/README.md +59 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/safe-regex-test/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/safe-regex-test/README.md +46 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/scheduler/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/scheduler/README.md +9 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/semver/LICENSE +15 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/semver/README.md +664 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/set-function-length/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/set-function-length/README.md +56 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/set-function-name/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/set-function-name/README.md +61 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/set-proto/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/set-proto/README.md +52 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/side-channel/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/side-channel/README.md +61 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/side-channel-list/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/side-channel-list/README.md +62 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/side-channel-map/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/side-channel-map/README.md +62 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/side-channel-weakmap/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/side-channel-weakmap/README.md +62 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/signal-exit/README.md +74 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/source-map-js/LICENSE +28 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/source-map-js/README.md +765 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/stable-hash/README.md +144 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/stop-iteration-iterator/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/stop-iteration-iterator/README.md +42 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/streamsearch/LICENSE +19 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/streamsearch/README.md +95 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/string-width-cjs/node_modules/emoji-regex/README.md +73 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/string.prototype.includes/LICENSE +20 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/string.prototype.includes/README.md +48 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/string.prototype.matchall/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/string.prototype.matchall/README.md +73 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/string.prototype.repeat/README.md +43 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/string.prototype.trim/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/string.prototype.trim/README.md +48 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/string.prototype.trimend/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/string.prototype.trimend/README.md +46 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/string.prototype.trimstart/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/string.prototype.trimstart/README.md +46 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/sucrase/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/sucrase/README.md +295 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/supports-preserve-symlinks-flag/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/supports-preserve-symlinks-flag/README.md +42 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/swr/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/swr/README.md +102 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tailwindcss/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tailwindcss/README.md +40 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tailwindcss/lib/css/LICENSE +25 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tailwindcss/lib/postcss-plugins/nesting/README.md +42 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tailwindcss/lib/value-parser/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tailwindcss/lib/value-parser/README.md +3 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tailwindcss/node_modules/postcss-load-config/LICENSE +20 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tailwindcss/node_modules/postcss-load-config/README.md +466 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tailwindcss/src/css/LICENSE +25 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tailwindcss/src/postcss-plugins/nesting/README.md +42 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tailwindcss/src/value-parser/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tailwindcss/src/value-parser/README.md +3 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/text-table/LICENSE +18 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/thenify/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/thenify/README.md +120 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/thenify-all/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/thenify-all/README.md +66 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tinyglobby/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tinyglobby/README.md +72 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tinyglobby/node_modules/fdir/LICENSE +7 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tinyglobby/node_modules/fdir/README.md +91 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tinyglobby/node_modules/picomatch/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tinyglobby/node_modules/picomatch/README.md +738 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/to-regex-range/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/to-regex-range/README.md +305 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/ts-api-utils/README.md +83 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/ts-interface-checker/LICENSE +201 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/ts-interface-checker/README.md +185 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tsconfig-paths/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tsconfig-paths/README.md +268 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/tslib/README.md +164 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/type-check/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/type-check/README.md +210 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/typed-array-buffer/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/typed-array-buffer/README.md +42 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/typed-array-byte-length/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/typed-array-byte-length/README.md +70 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/typed-array-byte-offset/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/typed-array-byte-offset/README.md +70 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/typed-array-length/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/typed-array-length/README.md +64 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/typescript/README.md +50 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/unbox-primitive/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/unbox-primitive/README.md +47 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/undici-types/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/undici-types/README.md +6 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/unrs-resolver/README.md +356 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/update-browserslist-db/LICENSE +20 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/update-browserslist-db/README.md +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/uri-js/LICENSE +11 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/uri-js/README.md +203 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/use-sync-external-store/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/use-sync-external-store/README.md +5 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/util-deprecate/LICENSE +24 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/util-deprecate/README.md +53 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/which/LICENSE +15 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/which/README.md +54 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/which-boxed-primitive/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/which-boxed-primitive/README.md +73 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/which-builtin-type/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/which-builtin-type/README.md +67 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/which-collection/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/which-collection/README.md +65 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/which-typed-array/LICENSE +22 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/which-typed-array/README.md +70 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/word-wrap/LICENSE +21 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/word-wrap/README.md +201 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/wrap-ansi-cjs/node_modules/emoji-regex/README.md +73 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/wrappy/LICENSE +15 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/wrappy/README.md +36 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/yaml/LICENSE +13 -0
- hud_python-0.4.0/environments/browser/apps/todo/frontend/node_modules/yaml/README.md +190 -0
- hud_python-0.4.0/environments/browser/pyproject.toml +27 -0
- hud_python-0.4.0/environments/browser/src/hud_controller/README.md +117 -0
- hud_python-0.4.0/environments/remote_browser/README.md +222 -0
- hud_python-0.4.0/environments/remote_browser/pyproject.toml +27 -0
- hud_python-0.4.0/environments/remote_browser/src/hud_controller/providers/README.md +110 -0
- hud_python-0.4.0/environments/text_2048/README.md +102 -0
- hud_python-0.4.0/environments/text_2048/pyproject.toml +22 -0
- hud_python-0.4.0/examples/README.md +84 -0
- hud_python-0.4.0/hud/__init__.py +22 -0
- hud_python-0.4.0/hud/agents/__init__.py +17 -0
- hud_python-0.4.0/hud/agents/art.py +101 -0
- hud_python-0.4.0/hud/agents/base.py +599 -0
- hud_python-0.4.0/hud/agents/claude.py +373 -0
- hud_python-0.4.0/hud/agents/langchain.py +250 -0
- hud_python-0.4.0/hud/agents/misc/__init__.py +7 -0
- hud_python-0.4.0/hud/agents/misc/response_agent.py +80 -0
- hud_python-0.4.0/hud/agents/openai.py +352 -0
- hud_python-0.4.0/hud/agents/openai_chat_generic.py +154 -0
- hud_python-0.4.0/hud/agents/tests/__init__.py +1 -0
- hud_python-0.4.0/hud/agents/tests/test_base.py +742 -0
- hud_python-0.4.0/hud/agents/tests/test_claude.py +324 -0
- hud_python-0.4.0/hud/agents/tests/test_client.py +363 -0
- hud_python-0.4.0/hud/agents/tests/test_openai.py +237 -0
- hud_python-0.4.0/hud/cli/__init__.py +617 -0
- hud_python-0.4.0/hud/cli/__main__.py +8 -0
- hud_python-0.4.0/hud/cli/analyze.py +371 -0
- hud_python-0.4.0/hud/cli/analyze_metadata.py +230 -0
- hud_python-0.4.0/hud/cli/build.py +427 -0
- hud_python-0.4.0/hud/cli/clone.py +185 -0
- hud_python-0.4.0/hud/cli/cursor.py +92 -0
- hud_python-0.4.0/hud/cli/debug.py +392 -0
- hud_python-0.4.0/hud/cli/docker_utils.py +83 -0
- hud_python-0.4.0/hud/cli/init.py +281 -0
- hud_python-0.4.0/hud/cli/interactive.py +353 -0
- hud_python-0.4.0/hud/cli/mcp_server.py +756 -0
- hud_python-0.4.0/hud/cli/pull.py +336 -0
- hud_python-0.4.0/hud/cli/push.py +379 -0
- hud_python-0.4.0/hud/cli/remote_runner.py +311 -0
- hud_python-0.4.0/hud/cli/runner.py +160 -0
- hud_python-0.4.0/hud/cli/tests/__init__.py +3 -0
- hud_python-0.4.0/hud/cli/tests/test_analyze.py +284 -0
- hud_python-0.4.0/hud/cli/tests/test_cli_init.py +265 -0
- hud_python-0.4.0/hud/cli/tests/test_cli_main.py +27 -0
- hud_python-0.4.0/hud/cli/tests/test_clone.py +142 -0
- hud_python-0.4.0/hud/cli/tests/test_cursor.py +253 -0
- hud_python-0.4.0/hud/cli/tests/test_debug.py +453 -0
- hud_python-0.4.0/hud/cli/tests/test_mcp_server.py +139 -0
- hud_python-0.4.0/hud/cli/tests/test_utils.py +388 -0
- hud_python-0.4.0/hud/cli/utils.py +263 -0
- hud_python-0.4.0/hud/clients/README.md +143 -0
- hud_python-0.4.0/hud/clients/__init__.py +16 -0
- hud_python-0.4.0/hud/clients/base.py +354 -0
- hud_python-0.4.0/hud/clients/fastmcp.py +202 -0
- hud_python-0.4.0/hud/clients/mcp_use.py +278 -0
- hud_python-0.4.0/hud/clients/tests/__init__.py +1 -0
- hud_python-0.4.0/hud/clients/tests/test_client_integration.py +111 -0
- hud_python-0.4.0/hud/clients/tests/test_fastmcp.py +342 -0
- hud_python-0.4.0/hud/clients/tests/test_protocol.py +188 -0
- hud_python-0.4.0/hud/clients/utils/__init__.py +1 -0
- hud_python-0.4.0/hud/clients/utils/retry_transport.py +160 -0
- hud_python-0.4.0/hud/datasets.py +322 -0
- hud_python-0.4.0/hud/misc/__init__.py +1 -0
- hud_python-0.4.0/hud/misc/claude_plays_pokemon.py +292 -0
- hud_python-0.4.0/hud/otel/__init__.py +35 -0
- hud_python-0.4.0/hud/otel/collector.py +142 -0
- hud_python-0.4.0/hud/otel/config.py +164 -0
- hud_python-0.4.0/hud/otel/context.py +536 -0
- hud_python-0.4.0/hud/otel/exporters.py +366 -0
- hud_python-0.4.0/hud/otel/instrumentation.py +97 -0
- hud_python-0.4.0/hud/otel/processors.py +118 -0
- hud_python-0.4.0/hud/otel/tests/__init__.py +1 -0
- hud_python-0.4.0/hud/otel/tests/test_processors.py +197 -0
- hud_python-0.4.0/hud/server/__init__.py +5 -0
- hud_python-0.4.0/hud/server/context.py +114 -0
- hud_python-0.4.0/hud/server/helper/__init__.py +5 -0
- hud_python-0.4.0/hud/server/low_level.py +132 -0
- hud_python-0.4.0/hud/server/server.py +166 -0
- hud_python-0.4.0/hud/server/tests/__init__.py +3 -0
- hud_python-0.4.0/hud/settings.py +73 -0
- hud_python-0.4.0/hud/shared/__init__.py +5 -0
- hud_python-0.4.0/hud/shared/exceptions.py +180 -0
- hud_python-0.4.0/hud/shared/requests.py +264 -0
- hud_python-0.4.0/hud/shared/tests/test_exceptions.py +157 -0
- hud_python-0.4.0/hud/shared/tests/test_requests.py +275 -0
- hud_python-0.4.0/hud/telemetry/__init__.py +25 -0
- hud_python-0.4.0/hud/telemetry/instrument.py +379 -0
- hud_python-0.4.0/hud/telemetry/job.py +309 -0
- hud_python-0.4.0/hud/telemetry/replay.py +74 -0
- hud_python-0.4.0/hud/telemetry/trace.py +83 -0
- hud_python-0.4.0/hud/tools/__init__.py +33 -0
- hud_python-0.4.0/hud/tools/base.py +365 -0
- hud_python-0.4.0/hud/tools/bash.py +161 -0
- hud_python-0.4.0/hud/tools/computer/__init__.py +15 -0
- hud_python-0.4.0/hud/tools/computer/anthropic.py +437 -0
- hud_python-0.4.0/hud/tools/computer/hud.py +376 -0
- hud_python-0.4.0/hud/tools/computer/openai.py +295 -0
- hud_python-0.4.0/hud/tools/computer/settings.py +82 -0
- hud_python-0.4.0/hud/tools/edit.py +314 -0
- hud_python-0.4.0/hud/tools/executors/__init__.py +30 -0
- hud_python-0.4.0/hud/tools/executors/base.py +539 -0
- hud_python-0.4.0/hud/tools/executors/pyautogui.py +621 -0
- hud_python-0.4.0/hud/tools/executors/tests/__init__.py +1 -0
- hud_python-0.4.0/hud/tools/executors/tests/test_base_executor.py +338 -0
- hud_python-0.4.0/hud/tools/executors/tests/test_pyautogui_executor.py +165 -0
- hud_python-0.4.0/hud/tools/executors/xdo.py +511 -0
- hud_python-0.4.0/hud/tools/playwright.py +412 -0
- hud_python-0.4.0/hud/tools/tests/__init__.py +3 -0
- hud_python-0.4.0/hud/tools/tests/test_base.py +282 -0
- hud_python-0.4.0/hud/tools/tests/test_bash.py +158 -0
- hud_python-0.4.0/hud/tools/tests/test_bash_extended.py +197 -0
- hud_python-0.4.0/hud/tools/tests/test_computer.py +425 -0
- hud_python-0.4.0/hud/tools/tests/test_computer_actions.py +34 -0
- hud_python-0.4.0/hud/tools/tests/test_edit.py +259 -0
- hud_python-0.4.0/hud/tools/tests/test_init.py +27 -0
- hud_python-0.4.0/hud/tools/tests/test_playwright_tool.py +183 -0
- hud_python-0.4.0/hud/tools/tests/test_tools.py +145 -0
- hud_python-0.4.0/hud/tools/tests/test_utils.py +156 -0
- hud_python-0.4.0/hud/tools/types.py +72 -0
- hud_python-0.4.0/hud/tools/utils.py +50 -0
- hud_python-0.4.0/hud/types.py +136 -0
- hud_python-0.4.0/hud/utils/__init__.py +10 -0
- hud_python-0.4.0/hud/utils/async_utils.py +65 -0
- hud_python-0.4.0/hud/utils/design.py +168 -0
- hud_python-0.4.0/hud/utils/mcp.py +55 -0
- hud_python-0.4.0/hud/utils/progress.py +149 -0
- hud_python-0.4.0/hud/utils/telemetry.py +66 -0
- hud_python-0.4.0/hud/utils/tests/test_async_utils.py +173 -0
- hud_python-0.4.0/hud/utils/tests/test_init.py +17 -0
- hud_python-0.4.0/hud/utils/tests/test_progress.py +261 -0
- hud_python-0.4.0/hud/utils/tests/test_telemetry.py +82 -0
- hud_python-0.4.0/hud/utils/tests/test_version.py +8 -0
- hud_python-0.4.0/hud/version.py +7 -0
- hud_python-0.4.0/pyproject.toml +240 -0
- hud_python-0.4.0/rl/README.md +419 -0
- hud_python-0.4.0/rl/pyproject.toml +16 -0
- hud_python-0.4.0/test_env/Lib/site-packages/PyYAML-6.0.2.dist-info/LICENSE +20 -0
- hud_python-0.4.0/test_env/Lib/site-packages/aiohappyeyeballs-2.6.1.dist-info/LICENSE +279 -0
- hud_python-0.4.0/test_env/Lib/site-packages/annotated_types-0.7.0.dist-info/licenses/LICENSE +21 -0
- hud_python-0.4.0/test_env/Lib/site-packages/attrs-25.3.0.dist-info/licenses/LICENSE +21 -0
- hud_python-0.4.0/test_env/Lib/site-packages/backoff-2.2.1.dist-info/LICENSE +21 -0
- hud_python-0.4.0/test_env/Lib/site-packages/certifi-2025.8.3.dist-info/licenses/LICENSE +20 -0
- hud_python-0.4.0/test_env/Lib/site-packages/charset_normalizer-3.4.2.dist-info/licenses/LICENSE +21 -0
- hud_python-0.4.0/test_env/Lib/site-packages/distro-1.9.0.dist-info/LICENSE +202 -0
- hud_python-0.4.0/test_env/Lib/site-packages/frozenlist-1.7.0.dist-info/licenses/LICENSE +201 -0
- hud_python-0.4.0/test_env/Lib/site-packages/greenlet-3.2.3.dist-info/licenses/LICENSE +30 -0
- hud_python-0.4.0/test_env/Lib/site-packages/httpx_sse-0.4.1.dist-info/licenses/LICENSE +21 -0
- hud_python-0.4.0/test_env/Lib/site-packages/multidict-6.6.3.dist-info/licenses/LICENSE +13 -0
- hud_python-0.4.0/test_env/Lib/site-packages/packaging-25.0.dist-info/licenses/LICENSE +3 -0
- hud_python-0.4.0/test_env/Lib/site-packages/pathspec-0.12.1.dist-info/LICENSE +373 -0
- hud_python-0.4.0/test_env/Lib/site-packages/propcache-0.3.2.dist-info/licenses/LICENSE +202 -0
- hud_python-0.4.0/test_env/Lib/site-packages/python_dotenv-1.1.1.dist-info/licenses/LICENSE +27 -0
- hud_python-0.4.0/test_env/Lib/site-packages/rpds_py-0.26.0.dist-info/licenses/LICENSE +19 -0
- hud_python-0.4.0/test_env/Lib/site-packages/six-1.17.0.dist-info/LICENSE +18 -0
- hud_python-0.4.0/test_env/Lib/site-packages/sniffio-1.3.1.dist-info/LICENSE +3 -0
- hud_python-0.4.0/test_env/Lib/site-packages/sqlalchemy-2.0.42.dist-info/licenses/LICENSE +19 -0
- hud_python-0.4.0/test_env/Lib/site-packages/tenacity-9.1.2.dist-info/licenses/LICENSE +202 -0
- hud_python-0.4.0/test_env/Lib/site-packages/typing_extensions-4.14.1.dist-info/licenses/LICENSE +279 -0
- hud_python-0.4.0/test_env/Lib/site-packages/typing_inspection-0.4.1.dist-info/licenses/LICENSE +21 -0
- hud_python-0.4.0/test_env/Lib/site-packages/websockets-15.0.1.dist-info/LICENSE +24 -0
- hud_python-0.4.0/test_env/Lib/site-packages/wrapt-1.17.2.dist-info/LICENSE +24 -0
- hud_python-0.4.0/test_env/Lib/site-packages/yarl-1.20.1.dist-info/licenses/LICENSE +202 -0
- hud_python-0.4.0/test_env/Lib/site-packages/zstandard-0.23.0.dist-info/LICENSE +27 -0
- hud_python-0.3.4/.env.example +0 -2
- hud_python-0.3.4/.github/workflows/ci.yml +0 -62
- hud_python-0.3.4/.github/workflows/release.yml +0 -22
- hud_python-0.3.4/.gitignore +0 -35
- hud_python-0.3.4/LICENSE +0 -21
- hud_python-0.3.4/MANIFEST.in +0 -13
- hud_python-0.3.4/PKG-INFO +0 -284
- hud_python-0.3.4/README.md +0 -203
- hud_python-0.3.4/docs/advanced/cla-details.mdx +0 -97
- hud_python-0.3.4/docs/advanced/environment-control.mdx +0 -100
- hud_python-0.3.4/docs/advanced/tracing.mdx +0 -129
- hud_python-0.3.4/docs/advanced/uploading.mdx +0 -160
- hud_python-0.3.4/docs/api-reference/adapters.mdx +0 -109
- hud_python-0.3.4/docs/api-reference/env.mdx +0 -97
- hud_python-0.3.4/docs/api-reference/gym.mdx +0 -36
- hud_python-0.3.4/docs/api-reference/job.mdx +0 -107
- hud_python-0.3.4/docs/api-reference/task.mdx +0 -43
- hud_python-0.3.4/docs/api-reference/taskset.mdx +0 -87
- hud_python-0.3.4/docs/api-reference/telemetry.mdx +0 -125
- hud_python-0.3.4/docs/api-reference/trajectory.mdx +0 -58
- hud_python-0.3.4/docs/concepts/adapter.mdx +0 -62
- hud_python-0.3.4/docs/concepts/agent.mdx +0 -62
- hud_python-0.3.4/docs/concepts/environment.mdx +0 -112
- hud_python-0.3.4/docs/concepts/job.mdx +0 -100
- hud_python-0.3.4/docs/concepts/task.mdx +0 -133
- hud_python-0.3.4/docs/concepts/trajectory.mdx +0 -73
- hud_python-0.3.4/docs/docs.json +0 -82
- hud_python-0.3.4/docs/environment-creation.mdx +0 -378
- hud_python-0.3.4/docs/environments/browser.mdx +0 -153
- hud_python-0.3.4/docs/environments/custom-environments.mdx +0 -104
- hud_python-0.3.4/docs/environments/custom.mdx +0 -81
- hud_python-0.3.4/docs/environments/osworld-ubuntu.mdx +0 -56
- hud_python-0.3.4/docs/environments/qa.mdx +0 -72
- hud_python-0.3.4/docs/examples/alignment-evaluation.mdx +0 -190
- hud_python-0.3.4/docs/examples/benchmarking-agents.mdx +0 -232
- hud_python-0.3.4/docs/examples/custom-os-env.mdx +0 -333
- hud_python-0.3.4/docs/examples/mcp-agent-tracing.mdx +0 -210
- hud_python-0.3.4/docs/examples/web-app-testing.mdx +0 -258
- hud_python-0.3.4/docs/examples/web-mocks.mdx +0 -240
- hud_python-0.3.4/docs/favicon.png +0 -0
- hud_python-0.3.4/docs/logo/hud_logo.svg +0 -25
- hud_python-0.3.4/docs/logo/hud_logo_dark.svg +0 -46
- hud_python-0.3.4/docs/quickstart.mdx +0 -294
- hud_python-0.3.4/docs/running-your-agent.mdx +0 -238
- hud_python-0.3.4/docs/task-creation.mdx +0 -205
- hud_python-0.3.4/environments/README.md +0 -502
- hud_python-0.3.4/environments/browser/.dockerignore +0 -52
- hud_python-0.3.4/environments/browser/.gitignore +0 -102
- hud_python-0.3.4/environments/browser/Dockerfile +0 -39
- hud_python-0.3.4/environments/browser/README.md +0 -379
- hud_python-0.3.4/environments/browser/apps/README.md +0 -135
- hud_python-0.3.4/environments/browser/apps/todo/README.md +0 -85
- hud_python-0.3.4/environments/browser/apps/todo/backend/main.py +0 -329
- hud_python-0.3.4/environments/browser/apps/todo/backend/pyproject.toml +0 -15
- hud_python-0.3.4/environments/browser/apps/todo/frontend/app/globals.css +0 -3
- hud_python-0.3.4/environments/browser/apps/todo/frontend/app/layout.tsx +0 -22
- hud_python-0.3.4/environments/browser/apps/todo/frontend/app/page.tsx +0 -169
- hud_python-0.3.4/environments/browser/apps/todo/frontend/next.config.js +0 -13
- hud_python-0.3.4/environments/browser/apps/todo/frontend/package-lock.json +0 -6040
- hud_python-0.3.4/environments/browser/apps/todo/frontend/package.json +0 -28
- hud_python-0.3.4/environments/browser/apps/todo/frontend/postcss.config.js +0 -6
- hud_python-0.3.4/environments/browser/apps/todo/frontend/tailwind.config.js +0 -12
- hud_python-0.3.4/environments/browser/apps/todo/frontend/tsconfig.json +0 -26
- hud_python-0.3.4/environments/browser/apps/todo/launch.py +0 -286
- hud_python-0.3.4/environments/browser/pyproject.toml +0 -27
- hud_python-0.3.4/environments/browser/src/hud_controller/README.md +0 -117
- hud_python-0.3.4/environments/browser/src/hud_controller/__init__.py +0 -3
- hud_python-0.3.4/environments/browser/src/hud_controller/__main__.py +0 -13
- hud_python-0.3.4/environments/browser/src/hud_controller/evaluators/__init__.py +0 -18
- hud_python-0.3.4/environments/browser/src/hud_controller/evaluators/context.py +0 -210
- hud_python-0.3.4/environments/browser/src/hud_controller/evaluators/registry.py +0 -150
- hud_python-0.3.4/environments/browser/src/hud_controller/evaluators/todo.py +0 -255
- hud_python-0.3.4/environments/browser/src/hud_controller/problems/__init__.py +0 -9
- hud_python-0.3.4/environments/browser/src/hud_controller/problems/registry.py +0 -123
- hud_python-0.3.4/environments/browser/src/hud_controller/problems/todo.py +0 -162
- hud_python-0.3.4/environments/browser/src/hud_controller/runtime.py +0 -191
- hud_python-0.3.4/environments/browser/src/hud_controller/server.py +0 -396
- hud_python-0.3.4/environments/browser/src/hud_controller/services.py +0 -312
- hud_python-0.3.4/environments/browser/src/hud_controller/setup/__init__.py +0 -10
- hud_python-0.3.4/environments/browser/src/hud_controller/setup/registry.py +0 -124
- hud_python-0.3.4/environments/browser/src/hud_controller/setup/todo.py +0 -180
- hud_python-0.3.4/environments/browser/start.sh +0 -19
- hud_python-0.3.4/environments/docker_debug.py +0 -785
- hud_python-0.3.4/environments/remote_browser/.gitignore +0 -1
- hud_python-0.3.4/environments/remote_browser/Dockerfile +0 -40
- hud_python-0.3.4/environments/remote_browser/README.md +0 -133
- hud_python-0.3.4/environments/remote_browser/pyproject.toml +0 -27
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/__init__.py +0 -3
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/__main__.py +0 -13
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/browser_executor.py +0 -265
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/evaluators/__init__.py +0 -22
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/evaluators/context.py +0 -77
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/evaluators/cookie_exists.py +0 -107
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/evaluators/cookie_match.py +0 -142
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/evaluators/history_length.py +0 -78
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/evaluators/page_contains.py +0 -106
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/evaluators/raw_last_action_is.py +0 -81
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/evaluators/registry.py +0 -157
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/evaluators/selector_history.py +0 -69
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/evaluators/sheet_contains.py +0 -123
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/evaluators/sheets_cell_values.py +0 -176
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/evaluators/url_match.py +0 -84
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/evaluators/verify_type_action.py +0 -135
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/playwright_with_memory.py +0 -144
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/problems/__init__.py +0 -14
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/problems/element_interaction.py +0 -38
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/problems/form_interaction.py +0 -28
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/problems/navigate_and_verify.py +0 -28
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/problems/registry.py +0 -91
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/problems/search_interaction.py +0 -19
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/providers/README.md +0 -110
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/providers/__init__.py +0 -33
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/providers/anchorbrowser.py +0 -164
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/providers/base.py +0 -96
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/providers/browserbase.py +0 -176
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/providers/hyperbrowser.py +0 -244
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/providers/kernel.py +0 -13
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/providers/steel.py +0 -203
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/runtime.py +0 -228
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/server.py +0 -396
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/setup/__init__.py +0 -15
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/setup/cookies.py +0 -95
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/setup/interact.py +0 -154
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/setup/load_html.py +0 -61
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/setup/navigate.py +0 -54
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/setup/registry.py +0 -108
- hud_python-0.3.4/environments/remote_browser/src/hud_controller/setup/sheets.py +0 -303
- hud_python-0.3.4/examples/README.md +0 -32
- hud_python-0.3.4/examples/agents_tools/browser_use.ipynb +0 -102
- hud_python-0.3.4/examples/agents_tools/mcp_claude_agent.py +0 -66
- hud_python-0.3.4/examples/agents_tools/mcp_openai_agent.py +0 -59
- hud_python-0.3.4/examples/agents_tools/mcp_test.ipynb +0 -91
- hud_python-0.3.4/examples/agents_tools/mcp_use_agent.py +0 -50
- hud_python-0.3.4/examples/agents_tools/sensitive_data.ipynb +0 -89
- hud_python-0.3.4/examples/agents_tools/simple_task_example.py +0 -137
- hud_python-0.3.4/examples/environments/gmail_local.py +0 -74
- hud_python-0.3.4/examples/environments/gmail_remote.py +0 -74
- hud_python-0.3.4/examples/environments/pokemon_local.ipynb +0 -820
- hud_python-0.3.4/examples/environments/pokemon_remote.ipynb +0 -712
- hud_python-0.3.4/examples/environments/remote.ipynb +0 -70
- hud_python-0.3.4/examples/environments/resources_example.py +0 -342
- hud_python-0.3.4/examples/environments/simple_browser_example.py +0 -138
- hud_python-0.3.4/examples/evaluations/eval.py +0 -124
- hud_python-0.3.4/examples/evaluations/osworld.ipynb +0 -199
- hud_python-0.3.4/examples/evaluations/sheetbench_direct_example.ipynb +0 -230
- hud_python-0.3.4/examples/evaluations/tasks.ipynb +0 -249
- hud_python-0.3.4/examples/evaluations/telemetry_and_datasets.ipynb +0 -350
- hud_python-0.3.4/examples/evaluations/wordle_example.ipynb +0 -244
- hud_python-0.3.4/examples/sheets_bench_cua_example.ipynb +0 -330
- hud_python-0.3.4/hud/__init__.py +0 -89
- hud_python-0.3.4/hud/adapters/__init__.py +0 -8
- hud_python-0.3.4/hud/adapters/claude/__init__.py +0 -5
- hud_python-0.3.4/hud/adapters/claude/adapter.py +0 -180
- hud_python-0.3.4/hud/adapters/claude/tests/__init__.py +0 -1
- hud_python-0.3.4/hud/adapters/claude/tests/test_adapter.py +0 -519
- hud_python-0.3.4/hud/adapters/common/__init__.py +0 -6
- hud_python-0.3.4/hud/adapters/common/adapter.py +0 -178
- hud_python-0.3.4/hud/adapters/common/tests/test_adapter.py +0 -289
- hud_python-0.3.4/hud/adapters/common/types.py +0 -446
- hud_python-0.3.4/hud/adapters/operator/__init__.py +0 -5
- hud_python-0.3.4/hud/adapters/operator/adapter.py +0 -108
- hud_python-0.3.4/hud/adapters/operator/tests/__init__.py +0 -1
- hud_python-0.3.4/hud/adapters/operator/tests/test_adapter.py +0 -370
- hud_python-0.3.4/hud/agent/__init__.py +0 -19
- hud_python-0.3.4/hud/agent/base.py +0 -126
- hud_python-0.3.4/hud/agent/claude.py +0 -271
- hud_python-0.3.4/hud/agent/claude_plays_pokemon.py +0 -283
- hud_python-0.3.4/hud/agent/langchain.py +0 -215
- hud_python-0.3.4/hud/agent/misc/__init__.py +0 -3
- hud_python-0.3.4/hud/agent/misc/response_agent.py +0 -80
- hud_python-0.3.4/hud/agent/operator.py +0 -268
- hud_python-0.3.4/hud/agent/tests/__init__.py +0 -1
- hud_python-0.3.4/hud/agent/tests/test_base.py +0 -202
- hud_python-0.3.4/hud/datasets.py +0 -192
- hud_python-0.3.4/hud/env/__init__.py +0 -11
- hud_python-0.3.4/hud/env/client.py +0 -35
- hud_python-0.3.4/hud/env/docker_client.py +0 -349
- hud_python-0.3.4/hud/env/environment.py +0 -446
- hud_python-0.3.4/hud/env/local_docker_client.py +0 -358
- hud_python-0.3.4/hud/env/remote_client.py +0 -212
- hud_python-0.3.4/hud/env/remote_docker_client.py +0 -292
- hud_python-0.3.4/hud/exceptions.py +0 -180
- hud_python-0.3.4/hud/gym.py +0 -130
- hud_python-0.3.4/hud/job.py +0 -773
- hud_python-0.3.4/hud/mcp/__init__.py +0 -17
- hud_python-0.3.4/hud/mcp/base.py +0 -631
- hud_python-0.3.4/hud/mcp/claude.py +0 -321
- hud_python-0.3.4/hud/mcp/client.py +0 -312
- hud_python-0.3.4/hud/mcp/langchain.py +0 -250
- hud_python-0.3.4/hud/mcp/openai.py +0 -334
- hud_python-0.3.4/hud/mcp/tests/__init__.py +0 -1
- hud_python-0.3.4/hud/mcp/tests/test_base.py +0 -512
- hud_python-0.3.4/hud/mcp/tests/test_claude.py +0 -294
- hud_python-0.3.4/hud/mcp/tests/test_client.py +0 -324
- hud_python-0.3.4/hud/mcp/tests/test_openai.py +0 -238
- hud_python-0.3.4/hud/server/__init__.py +0 -5
- hud_python-0.3.4/hud/server/requests.py +0 -264
- hud_python-0.3.4/hud/server/tests/test_requests.py +0 -275
- hud_python-0.3.4/hud/settings.py +0 -79
- hud_python-0.3.4/hud/task.py +0 -149
- hud_python-0.3.4/hud/taskset.py +0 -237
- hud_python-0.3.4/hud/telemetry/__init__.py +0 -30
- hud_python-0.3.4/hud/telemetry/_trace.py +0 -347
- hud_python-0.3.4/hud/telemetry/context.py +0 -230
- hud_python-0.3.4/hud/telemetry/exporter.py +0 -575
- hud_python-0.3.4/hud/telemetry/instrumentation/__init__.py +0 -3
- hud_python-0.3.4/hud/telemetry/instrumentation/mcp.py +0 -259
- hud_python-0.3.4/hud/telemetry/instrumentation/registry.py +0 -59
- hud_python-0.3.4/hud/telemetry/job.py +0 -141
- hud_python-0.3.4/hud/telemetry/mcp_models.py +0 -270
- hud_python-0.3.4/hud/telemetry/tests/__init__.py +0 -1
- hud_python-0.3.4/hud/telemetry/tests/test_context.py +0 -210
- hud_python-0.3.4/hud/telemetry/tests/test_trace.py +0 -312
- hud_python-0.3.4/hud/tools/__init__.py +0 -34
- hud_python-0.3.4/hud/tools/base.py +0 -65
- hud_python-0.3.4/hud/tools/bash.py +0 -137
- hud_python-0.3.4/hud/tools/computer/__init__.py +0 -13
- hud_python-0.3.4/hud/tools/computer/anthropic.py +0 -414
- hud_python-0.3.4/hud/tools/computer/hud.py +0 -328
- hud_python-0.3.4/hud/tools/computer/openai.py +0 -286
- hud_python-0.3.4/hud/tools/edit.py +0 -290
- hud_python-0.3.4/hud/tools/executors/__init__.py +0 -30
- hud_python-0.3.4/hud/tools/executors/base.py +0 -532
- hud_python-0.3.4/hud/tools/executors/pyautogui.py +0 -619
- hud_python-0.3.4/hud/tools/executors/tests/__init__.py +0 -1
- hud_python-0.3.4/hud/tools/executors/tests/test_base_executor.py +0 -338
- hud_python-0.3.4/hud/tools/executors/tests/test_pyautogui_executor.py +0 -165
- hud_python-0.3.4/hud/tools/executors/xdo.py +0 -503
- hud_python-0.3.4/hud/tools/helper/README.md +0 -56
- hud_python-0.3.4/hud/tools/helper/__init__.py +0 -9
- hud_python-0.3.4/hud/tools/helper/mcp_server.py +0 -78
- hud_python-0.3.4/hud/tools/helper/server_initialization.py +0 -115
- hud_python-0.3.4/hud/tools/helper/utils.py +0 -58
- hud_python-0.3.4/hud/tools/playwright_tool.py +0 -379
- hud_python-0.3.4/hud/tools/tests/__init__.py +0 -3
- hud_python-0.3.4/hud/tools/tests/test_bash.py +0 -152
- hud_python-0.3.4/hud/tools/tests/test_computer.py +0 -52
- hud_python-0.3.4/hud/tools/tests/test_computer_actions.py +0 -34
- hud_python-0.3.4/hud/tools/tests/test_edit.py +0 -240
- hud_python-0.3.4/hud/tools/tests/test_init.py +0 -27
- hud_python-0.3.4/hud/tools/tests/test_playwright_tool.py +0 -183
- hud_python-0.3.4/hud/tools/tests/test_tools.py +0 -157
- hud_python-0.3.4/hud/tools/tests/test_utils.py +0 -156
- hud_python-0.3.4/hud/tools/utils.py +0 -50
- hud_python-0.3.4/hud/trajectory.py +0 -94
- hud_python-0.3.4/hud/types.py +0 -89
- hud_python-0.3.4/hud/utils/__init__.py +0 -16
- hud_python-0.3.4/hud/utils/agent.py +0 -37
- hud_python-0.3.4/hud/utils/common.py +0 -256
- hud_python-0.3.4/hud/utils/config.py +0 -120
- hud_python-0.3.4/hud/utils/deprecation.py +0 -115
- hud_python-0.3.4/hud/utils/misc.py +0 -53
- hud_python-0.3.4/hud/utils/progress.py +0 -149
- hud_python-0.3.4/hud/utils/telemetry.py +0 -66
- hud_python-0.3.4/hud/utils/tests/__init__.py +0 -0
- hud_python-0.3.4/hud/utils/tests/test_common.py +0 -277
- hud_python-0.3.4/hud/utils/tests/test_config.py +0 -129
- hud_python-0.3.4/hud/utils/tests/test_init.py +0 -21
- hud_python-0.3.4/hud/utils/tests/test_progress.py +0 -225
- hud_python-0.3.4/hud/utils/tests/test_telemetry.py +0 -37
- hud_python-0.3.4/hud/utils/tests/test_version.py +0 -8
- hud_python-0.3.4/hud/version.py +0 -7
- hud_python-0.3.4/pyproject.toml +0 -210
- {hud_python-0.3.4 → hud_python-0.4.0}/hud/py.typed +0 -0
- {hud_python-0.3.4/hud/adapters/common → hud_python-0.4.0/hud/shared}/tests/__init__.py +0 -0
- {hud_python-0.3.4/hud/server → hud_python-0.4.0/hud/utils}/tests/__init__.py +0 -0
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
.venv
|
|
2
|
+
.vscode
|
|
3
|
+
venv
|
|
4
|
+
.env
|
|
5
|
+
__pycache__
|
|
6
|
+
*.pyc
|
|
7
|
+
.pytest_cache
|
|
8
|
+
dist/
|
|
9
|
+
build/
|
|
10
|
+
*.egg-info/
|
|
11
|
+
uv.lock
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# Media files
|
|
15
|
+
*.jpg
|
|
16
|
+
*.jpeg
|
|
17
|
+
*.bmp
|
|
18
|
+
*.tiff
|
|
19
|
+
*.ico
|
|
20
|
+
|
|
21
|
+
# DS-Store
|
|
22
|
+
.DS_Store
|
|
23
|
+
|
|
24
|
+
# Test files
|
|
25
|
+
/*.ipynb
|
|
26
|
+
test.json
|
|
27
|
+
TODO.md
|
|
28
|
+
|
|
29
|
+
.coverage
|
|
30
|
+
|
|
31
|
+
*.log
|
|
32
|
+
|
|
33
|
+
/ref/
|
|
34
|
+
|
|
35
|
+
.cursor/
|
|
36
|
+
|
|
37
|
+
/dev/
|
|
38
|
+
|
|
39
|
+
.claude
|
|
40
|
+
CLAUDE.md
|
|
41
|
+
|
|
42
|
+
*.csv
|
|
43
|
+
|
|
44
|
+
# RL
|
|
45
|
+
wandb/
|
|
46
|
+
outputs/
|
hud_python-0.4.0/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Human Union Data, Inc
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,474 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: hud-python
|
|
3
|
+
Version: 0.4.0
|
|
4
|
+
Summary: SDK for the HUD platform.
|
|
5
|
+
Project-URL: Homepage, https://github.com/hud-evals/hud-python
|
|
6
|
+
Project-URL: Bug Tracker, https://github.com/hud-evals/hud-python/issues
|
|
7
|
+
Project-URL: Documentation, https://docs.hud.so
|
|
8
|
+
Author-email: HUD SDK <founders@hud.so>
|
|
9
|
+
License: MIT License
|
|
10
|
+
|
|
11
|
+
Copyright (c) 2025 Human Union Data, Inc
|
|
12
|
+
|
|
13
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
14
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
15
|
+
in the Software without restriction, including without limitation the rights
|
|
16
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
17
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
18
|
+
furnished to do so, subject to the following conditions:
|
|
19
|
+
|
|
20
|
+
The above copyright notice and this permission notice shall be included in all
|
|
21
|
+
copies or substantial portions of the Software.
|
|
22
|
+
|
|
23
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
24
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
25
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
26
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
27
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
28
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
29
|
+
SOFTWARE.
|
|
30
|
+
License-File: LICENSE
|
|
31
|
+
Classifier: Development Status :: 4 - Beta
|
|
32
|
+
Classifier: Intended Audience :: Developers
|
|
33
|
+
Classifier: Programming Language :: Python :: 3
|
|
34
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
35
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
36
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
37
|
+
Requires-Python: <3.14,>=3.11
|
|
38
|
+
Requires-Dist: fastmcp>=2.11.2
|
|
39
|
+
Requires-Dist: httpx<1,>=0.23.0
|
|
40
|
+
Requires-Dist: hud-mcp-python-sdk>=0.1.0
|
|
41
|
+
Requires-Dist: opentelemetry-api>=1.34.1
|
|
42
|
+
Requires-Dist: opentelemetry-exporter-otlp-proto-http>=1.34.1
|
|
43
|
+
Requires-Dist: opentelemetry-instrumentation-mcp>=0.44.1
|
|
44
|
+
Requires-Dist: opentelemetry-sdk>=1.34.1
|
|
45
|
+
Requires-Dist: pathspec>=0.12.1
|
|
46
|
+
Requires-Dist: pydantic-settings<3,>=2
|
|
47
|
+
Requires-Dist: pydantic<3,>=2
|
|
48
|
+
Requires-Dist: questionary>=1.10.0
|
|
49
|
+
Requires-Dist: rich>=13.0.0
|
|
50
|
+
Requires-Dist: toml>=0.10.2
|
|
51
|
+
Requires-Dist: typer>=0.9.0
|
|
52
|
+
Requires-Dist: watchfiles>=0.21.0
|
|
53
|
+
Requires-Dist: wrapt>=1.14.0
|
|
54
|
+
Provides-Extra: agent
|
|
55
|
+
Requires-Dist: anthropic; extra == 'agent'
|
|
56
|
+
Requires-Dist: datasets>=2.14.0; extra == 'agent'
|
|
57
|
+
Requires-Dist: dotenv>=0.9.9; extra == 'agent'
|
|
58
|
+
Requires-Dist: hud-mcp-use-python-sdk>=0.1.0; extra == 'agent'
|
|
59
|
+
Requires-Dist: langchain; extra == 'agent'
|
|
60
|
+
Requires-Dist: langchain-anthropic; extra == 'agent'
|
|
61
|
+
Requires-Dist: langchain-openai; extra == 'agent'
|
|
62
|
+
Requires-Dist: numpy>=1.24.0; extra == 'agent'
|
|
63
|
+
Requires-Dist: openai; extra == 'agent'
|
|
64
|
+
Provides-Extra: dev
|
|
65
|
+
Requires-Dist: aiodocker>=0.24.0; extra == 'dev'
|
|
66
|
+
Requires-Dist: anthropic; extra == 'dev'
|
|
67
|
+
Requires-Dist: datasets>=2.14.0; extra == 'dev'
|
|
68
|
+
Requires-Dist: dotenv>=0.9.9; extra == 'dev'
|
|
69
|
+
Requires-Dist: hud-mcp-use-python-sdk>=0.1.0; extra == 'dev'
|
|
70
|
+
Requires-Dist: inspect-ai>=0.3.80; extra == 'dev'
|
|
71
|
+
Requires-Dist: ipykernel; extra == 'dev'
|
|
72
|
+
Requires-Dist: ipython<9; extra == 'dev'
|
|
73
|
+
Requires-Dist: jupyter-client; extra == 'dev'
|
|
74
|
+
Requires-Dist: jupyter-core; extra == 'dev'
|
|
75
|
+
Requires-Dist: langchain; extra == 'dev'
|
|
76
|
+
Requires-Dist: langchain-anthropic; extra == 'dev'
|
|
77
|
+
Requires-Dist: langchain-openai; extra == 'dev'
|
|
78
|
+
Requires-Dist: numpy>=1.24.0; extra == 'dev'
|
|
79
|
+
Requires-Dist: openai; extra == 'dev'
|
|
80
|
+
Requires-Dist: pillow>=11.1.0; extra == 'dev'
|
|
81
|
+
Requires-Dist: playwright; extra == 'dev'
|
|
82
|
+
Requires-Dist: pyautogui>=0.9.54; extra == 'dev'
|
|
83
|
+
Requires-Dist: pyright==1.1.401; extra == 'dev'
|
|
84
|
+
Requires-Dist: pytest-asyncio; extra == 'dev'
|
|
85
|
+
Requires-Dist: pytest-cov; extra == 'dev'
|
|
86
|
+
Requires-Dist: pytest-mock; extra == 'dev'
|
|
87
|
+
Requires-Dist: pytest<9,>=8.1.1; extra == 'dev'
|
|
88
|
+
Requires-Dist: ruff>=0.11.8; extra == 'dev'
|
|
89
|
+
Requires-Dist: setuptools; extra == 'dev'
|
|
90
|
+
Requires-Dist: textdistance<5,>=4.5.0; extra == 'dev'
|
|
91
|
+
Description-Content-Type: text/markdown
|
|
92
|
+
|
|
93
|
+
<div align="left">
|
|
94
|
+
<picture>
|
|
95
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/hud-evals/hud-python/main/docs/logo/hud_logo_dark.svg">
|
|
96
|
+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/hud-evals/hud-python/main/docs/logo/hud_logo.svg">
|
|
97
|
+
<img src="https://raw.githubusercontent.com/hud-evals/hud-python/main/docs/logo/hud_logo.svg" alt="HUD" width="150" style="margin-bottom: 24px;"/>
|
|
98
|
+
</picture>
|
|
99
|
+
</div>
|
|
100
|
+
|
|
101
|
+
OSS RL environment + evals toolkit. Wrap software as environments, run benchmarks, and train with RL – locally or at scale.
|
|
102
|
+
|
|
103
|
+
[](https://pypi.org/project/hud-python/)
|
|
104
|
+
[](LICENSE)
|
|
105
|
+
[](https://cursor.com/en/install-mcp?name=docs-hud-python&config=eyJ1cmwiOiJodHRwczovL2RvY3MuaHVkLnNvL21jcCJ9)
|
|
106
|
+
[](https://discord.gg/wkjtmHYYjm)
|
|
107
|
+
[](https://x.com/intent/user?screen_name=hud_evals)
|
|
108
|
+
[](https://shop.hud.so)
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
### Are you a startup building agents?
|
|
112
|
+
|
|
113
|
+
[📅 Hop on a call](https://cal.com/jay-ram-z6st6w/demo) or [📧 founders@hud.so](mailto:founders@hud.so)
|
|
114
|
+
|
|
115
|
+
## Highlights
|
|
116
|
+
|
|
117
|
+
- 🚀 **[MCP-native connectivity](https://docs.hud.so/core-concepts/mcp-protocol)** – any agent can call any hud environment.
|
|
118
|
+
- ⚡️ **[Live telemetry](https://app.hud.so)** – inspect every tool call, observation, and reward in real time.
|
|
119
|
+
- 🗂️ **[Public benchmarks](https://app.hud.so/leaderboards)** – OSWorld-Verified, SheetBench-50, and more.
|
|
120
|
+
- 🌱 **[Reinforcement learning built-in](rl/)** – Verifiers gym pipelines for GRPO training.
|
|
121
|
+
- 🌐 **[Cloud browsers](environments/remote_browser/)** – AnchorBrowser, Steel, BrowserBase integrations for browser automation.
|
|
122
|
+
- 🛠️ **[Hot-reload dev loop](environments/README.md#phase-5-hot-reload-development-with-cursor-agent)** – `hud dev` for iterating on environments without rebuilds.
|
|
123
|
+
|
|
124
|
+
> We welcome contributors and feature requests – open an issue or hop on a call to discuss improvements!
|
|
125
|
+
|
|
126
|
+
## Installation
|
|
127
|
+
|
|
128
|
+
```bash
|
|
129
|
+
# Core installation - MCP servers, telemetry, basic tools for environment design
|
|
130
|
+
pip install hud-python
|
|
131
|
+
|
|
132
|
+
# Agent installation - Adds AI providers, telemetry, datasets
|
|
133
|
+
pip install "hud-python[agent]"
|
|
134
|
+
|
|
135
|
+
# CLI utilities
|
|
136
|
+
uv tool install hud-python
|
|
137
|
+
|
|
138
|
+
# From source (latest)
|
|
139
|
+
git clone https://github.com/hud-evals/hud-python
|
|
140
|
+
pip install -e "hud-python[dev]"
|
|
141
|
+
```
|
|
142
|
+
|
|
143
|
+
> See [docs.hud.so](https://docs.hud.so), or add docs to any MCP client:
|
|
144
|
+
> `claude mcp add docs-hud https://docs.hud.so/mcp`
|
|
145
|
+
|
|
146
|
+
## Quickstart
|
|
147
|
+
|
|
148
|
+
For a tutorial that explains the agent and evaluation design, run ([see quickstart docs](https://docs.hud.so/quickstart)):
|
|
149
|
+
|
|
150
|
+
```python
|
|
151
|
+
uvx hud-python quickstart
|
|
152
|
+
```
|
|
153
|
+
|
|
154
|
+
Or just write your own agent loop (more [examples here](examples/)):
|
|
155
|
+
|
|
156
|
+
```python
|
|
157
|
+
import asyncio, hud, os
|
|
158
|
+
from hud.settings import settings
|
|
159
|
+
from hud.clients import MCPClient
|
|
160
|
+
from hud.agents import ClaudeAgent
|
|
161
|
+
from hud.datasets import Task # See docs: https://docs.hud.so/reference/tasks
|
|
162
|
+
|
|
163
|
+
async def main() -> None:
|
|
164
|
+
with hud.trace("Quick Start 2048"): # All telemetry works for any MCP-based agent (see https://app.hud.so)
|
|
165
|
+
task = Task(
|
|
166
|
+
prompt="Reach 64 in 2048.",
|
|
167
|
+
mcp_config={
|
|
168
|
+
"hud": {
|
|
169
|
+
"url": "https://mcp.hud.so", # HUD's cloud MCP server (see https://docs.hud.so/core-concepts/architecture)
|
|
170
|
+
"headers": {
|
|
171
|
+
"Authorization": f"Bearer {os.getenv('HUD_API_KEY')}", # Get your key at https://app.hud.so
|
|
172
|
+
"Mcp-Image": "hudpython/hud-text-2048:v1.1" # Docker image from https://hub.docker.com/u/hudpython
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
evaluate_tool={"name": "evaluate", "arguments": {"name": "max_number", "target": 64}},
|
|
177
|
+
)
|
|
178
|
+
|
|
179
|
+
# 1. Define the client explicitly:
|
|
180
|
+
client = MCPClient(mcp_config=task.mcp_config)
|
|
181
|
+
agent = ClaudeAgent(
|
|
182
|
+
mcp_client=client,
|
|
183
|
+
model="claude-sonnet-4-20250514", # requires ANTHROPIC_API_KEY
|
|
184
|
+
)
|
|
185
|
+
|
|
186
|
+
result = await agent.run(task)
|
|
187
|
+
|
|
188
|
+
# 2. Or just:
|
|
189
|
+
# result = await ClaudeAgent().run(task)
|
|
190
|
+
|
|
191
|
+
print(f"Reward: {result.reward}")
|
|
192
|
+
await client.close()
|
|
193
|
+
|
|
194
|
+
asyncio.run(main())
|
|
195
|
+
```
|
|
196
|
+
|
|
197
|
+
> Every HUD environment is MCP-based and interactable from anywhere. Requires `HUD_API_KEY` and `ANTHROPIC_API_KEY`.
|
|
198
|
+
|
|
199
|
+
## Reinforcement Learning with GRPO
|
|
200
|
+
|
|
201
|
+
This is a Qwen-2.5-3B agent training a policy on the [`text-2048`](environments/text_2048/) environment using [Verifiers](rl/verifiers/):
|
|
202
|
+
|
|
203
|
+

|
|
204
|
+
|
|
205
|
+
To start training, check out the [`rl/README.md`](rl/README.md) folder:
|
|
206
|
+
|
|
207
|
+
```bash
|
|
208
|
+
git clone https://github.com/hud-evals/hud-python
|
|
209
|
+
cd hud-python
|
|
210
|
+
python rl/verifiers/train_2048.py
|
|
211
|
+
```
|
|
212
|
+
|
|
213
|
+
Any hud MCP environment and evaluation works with our RL pipeline. Even our remote configurations!
|
|
214
|
+
|
|
215
|
+
> The [`rl/README.md`](rl/README.md) walks you through several examples of RL training and takes less than 15 minutes to set up for your custom agent!
|
|
216
|
+
|
|
217
|
+
## Benchmarking Agents
|
|
218
|
+
|
|
219
|
+
This is Claude Computer Use running on our proprietary financial analyst benchmark [SheetBench-50](https://huggingface.co/datasets/hud-evals/SheetBench-50):
|
|
220
|
+
|
|
221
|
+

|
|
222
|
+
|
|
223
|
+
> [See this trace on _app.hud.so_](https://app.hud.so/trace/9e212e9e-3627-4f1f-9eb5-c6d03c59070a)
|
|
224
|
+
|
|
225
|
+
This example runs the full dataset (only takes ~20 minutes) using [run_evaluation.py](examples/run_evaluation.py):
|
|
226
|
+
|
|
227
|
+
```bash
|
|
228
|
+
python examples/run_evaluation.py hud-evals/SheetBench-50 --full --agent claude
|
|
229
|
+
```
|
|
230
|
+
|
|
231
|
+
Or in code:
|
|
232
|
+
|
|
233
|
+
```python
|
|
234
|
+
import asyncio
|
|
235
|
+
from hud.datasets import run_dataset
|
|
236
|
+
from hud.agents import ClaudeAgent
|
|
237
|
+
|
|
238
|
+
results = await run_dataset(
|
|
239
|
+
name="My SheetBench-50 Evaluation",
|
|
240
|
+
dataset="hud-evals/SheetBench-50", # <-- HuggingFace dataset
|
|
241
|
+
agent_class=ClaudeAgent, # <-- Your custom agent can replace this (see https://docs.hud.so/evaluate-agents/create-agents)
|
|
242
|
+
agent_config={"model": "claude-sonnet-4-20250514"},
|
|
243
|
+
max_concurrent=50,
|
|
244
|
+
max_steps=30,
|
|
245
|
+
)
|
|
246
|
+
print(f"Average reward: {sum(r.reward for r in results) / len(results):.2f}")
|
|
247
|
+
```
|
|
248
|
+
|
|
249
|
+
> Running a dataset creates a job and streams results to the [app.hud.so](https://app.hud.so) platform for analysis and [leaderboard submission](https://docs.hud.so/evaluate-agents/leaderboards).
|
|
250
|
+
|
|
251
|
+
## Building Environments (MCP)
|
|
252
|
+
|
|
253
|
+
This is how you can make any environment into an interactable one in 5 steps:
|
|
254
|
+
|
|
255
|
+
1. Define MCP server layer using [`MCPServer`](https://docs.hud.so/reference/environments)
|
|
256
|
+
|
|
257
|
+
```python
|
|
258
|
+
from hud.server import MCPServer
|
|
259
|
+
from hud.tools import HudComputerTool
|
|
260
|
+
|
|
261
|
+
mcp = MCPServer("My Environment")
|
|
262
|
+
|
|
263
|
+
# Add hud tools (see all tools: https://docs.hud.so/reference/tools)
|
|
264
|
+
mcp.add_tool(HudComputerTool())
|
|
265
|
+
|
|
266
|
+
# Or custom tools (see https://docs.hud.so/build-environments/adapting-software)
|
|
267
|
+
@mcp.tool("launch_app"):
|
|
268
|
+
def launch_app(name: str = "Gmail")
|
|
269
|
+
...
|
|
270
|
+
|
|
271
|
+
if __name__ == "__main__":
|
|
272
|
+
mcp.run()
|
|
273
|
+
```
|
|
274
|
+
|
|
275
|
+
2. Write a simple Dockerfile that installs packages and runs:
|
|
276
|
+
|
|
277
|
+
```python
|
|
278
|
+
CMD ["python", "-m", "hud_controller.server"]
|
|
279
|
+
```
|
|
280
|
+
|
|
281
|
+
And build the image:
|
|
282
|
+
|
|
283
|
+
```bash
|
|
284
|
+
hud build # runs docker build under the hood
|
|
285
|
+
```
|
|
286
|
+
|
|
287
|
+
Or run it in interactible mode
|
|
288
|
+
|
|
289
|
+
```bash
|
|
290
|
+
hud dev
|
|
291
|
+
```
|
|
292
|
+
|
|
293
|
+
3. Debug it with the CLI to see if it launches:
|
|
294
|
+
|
|
295
|
+
```console
|
|
296
|
+
$ hud debug my-name/my-environment:latest
|
|
297
|
+
|
|
298
|
+
✓ Phase 1: Docker image exists
|
|
299
|
+
✓ Phase 2: MCP server responds to initialize
|
|
300
|
+
✓ Phase 3: Tools are discoverable
|
|
301
|
+
✓ Phase 4: Basic tool execution works
|
|
302
|
+
✓ Phase 5: Parallel performance is good
|
|
303
|
+
|
|
304
|
+
Progress: [█████████████████████] 5/5 phases (100%)
|
|
305
|
+
✅ All phases completed successfully!
|
|
306
|
+
```
|
|
307
|
+
|
|
308
|
+
Analyze it to see if all tools appear:
|
|
309
|
+
|
|
310
|
+
```console
|
|
311
|
+
$ hud analyze hudpython/hud-remote-browser:latest
|
|
312
|
+
⠏ ✓ Analysis complete
|
|
313
|
+
...
|
|
314
|
+
Tools
|
|
315
|
+
├── Regular Tools
|
|
316
|
+
│ ├── computer
|
|
317
|
+
│ │ └── Control computer with mouse, keyboard, and screenshots
|
|
318
|
+
...
|
|
319
|
+
└── Hub Tools
|
|
320
|
+
├── setup
|
|
321
|
+
│ ├── navigate_to_url
|
|
322
|
+
│ ├── set_cookies
|
|
323
|
+
│ ├── ...
|
|
324
|
+
└── evaluate
|
|
325
|
+
├── url_match
|
|
326
|
+
├── page_contains
|
|
327
|
+
├── cookie_exists
|
|
328
|
+
├── ...
|
|
329
|
+
|
|
330
|
+
📡 Telemetry Data
|
|
331
|
+
Live URL https://live.anchorbrowser.io?sessionId=abc123def456
|
|
332
|
+
```
|
|
333
|
+
|
|
334
|
+
4. When the tests pass, push it up to the docker registry:
|
|
335
|
+
|
|
336
|
+
```bash
|
|
337
|
+
hud push # needs docker login, hud api key
|
|
338
|
+
```
|
|
339
|
+
|
|
340
|
+
5. Now you can use `mcp.hud.so` to launch 100s of instances of this environment in parallel with any agent, and see everything live on [app.hud.so](https://app.hud.so):
|
|
341
|
+
|
|
342
|
+
```python
|
|
343
|
+
from hud.agents import ClaudeAgent
|
|
344
|
+
|
|
345
|
+
result = await ClaudeAgent().run({ # See all agents: https://docs.hud.so/reference/agents
|
|
346
|
+
"prompt": "Please explore this environment",
|
|
347
|
+
"mcp_config": {
|
|
348
|
+
"my-environment": {
|
|
349
|
+
"url": "https://mcp.hud.so",
|
|
350
|
+
"headers": {
|
|
351
|
+
"Authorization": f"Bearer {os.getenv('HUD_API_KEY')}",
|
|
352
|
+
"Mcp-Image": "my-name/my-environment:latest"
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
# "my-environment": { # or use hud run which wraps local and remote running
|
|
356
|
+
# "cmd": "hud",
|
|
357
|
+
# "args": [
|
|
358
|
+
# "run",
|
|
359
|
+
# "my-name/my-environment:latest",
|
|
360
|
+
# ]
|
|
361
|
+
# }
|
|
362
|
+
}
|
|
363
|
+
})
|
|
364
|
+
|
|
365
|
+
```
|
|
366
|
+
|
|
367
|
+
> See the full environment design guide and common pitfalls in [`environments/README.md`](environments/README.md)
|
|
368
|
+
|
|
369
|
+
## Leaderboards & benchmarks
|
|
370
|
+
|
|
371
|
+
All leaderboards are publicly available on [app.hud.so/leaderboards](https://app.hud.so/leaderboards) (see [docs](https://docs.hud.so/evaluate-agents/leaderboards))
|
|
372
|
+
|
|
373
|
+

|
|
374
|
+
|
|
375
|
+
We highly suggest running 3-5 evaluations per dataset for the most consistent results across multiple jobs.
|
|
376
|
+
|
|
377
|
+
Using the [`run_dataset`](https://docs.hud.so/reference/tasks#run_dataset) function with a HuggingFace dataset automatically assigns your job to that leaderboard page, and allows you to create a scorecard out of it:
|
|
378
|
+
|
|
379
|
+
## Architecture
|
|
380
|
+
|
|
381
|
+
```mermaid
|
|
382
|
+
%%{init: {"theme": "neutral", "themeVariables": {"fontSize": "14px"}} }%%
|
|
383
|
+
graph LR
|
|
384
|
+
subgraph "Platform"
|
|
385
|
+
Dashboard["📊 app.hud.so"]
|
|
386
|
+
API["🔌 mcp.hud.so"]
|
|
387
|
+
end
|
|
388
|
+
|
|
389
|
+
subgraph "hud"
|
|
390
|
+
Agent["🤖 Agent"]
|
|
391
|
+
Task["📋 Task"]
|
|
392
|
+
SDK["📦 SDK"]
|
|
393
|
+
end
|
|
394
|
+
|
|
395
|
+
subgraph "Environments"
|
|
396
|
+
LocalEnv["🖥️ Local Docker<br/>(Development)"]
|
|
397
|
+
RemoteEnv["☁️ Remote Docker<br/>(100s Parallel)"]
|
|
398
|
+
end
|
|
399
|
+
|
|
400
|
+
subgraph "otel"
|
|
401
|
+
Trace["📡 Traces & Metrics"]
|
|
402
|
+
end
|
|
403
|
+
|
|
404
|
+
Dataset["📚 Dataset<br/>(HuggingFace)"]
|
|
405
|
+
|
|
406
|
+
AnyMCP["🔗 Any MCP Client<br/>(Cursor, Claude, Custom)"]
|
|
407
|
+
|
|
408
|
+
Agent <--> SDK
|
|
409
|
+
Task --> SDK
|
|
410
|
+
Dataset <-.-> Task
|
|
411
|
+
SDK <-->|"MCP"| LocalEnv
|
|
412
|
+
SDK <-->|"MCP"| API
|
|
413
|
+
API <-->|"MCP"| RemoteEnv
|
|
414
|
+
SDK --> Trace
|
|
415
|
+
Trace --> Dashboard
|
|
416
|
+
AnyMCP -->|"MCP"| API
|
|
417
|
+
|
|
418
|
+
style Dashboard fill:#e0e7ff,stroke:#6366f1,stroke-width:2px
|
|
419
|
+
style SDK fill:#fef3c7,stroke:#f59e0b,stroke-width:2px
|
|
420
|
+
style RemoteEnv fill:#d1fae5,stroke:#10b981,stroke-width:2px
|
|
421
|
+
style AnyMCP fill:#fce7f3,stroke:#ec4899,stroke-width:2px,stroke-dasharray: 5 5
|
|
422
|
+
```
|
|
423
|
+
|
|
424
|
+
## CLI reference
|
|
425
|
+
|
|
426
|
+
| Command | Purpose | Docs |
|
|
427
|
+
| ----------------------- | ------------------------------------------ | ---- |
|
|
428
|
+
| [`hud init`](https://docs.hud.so/reference/cli/init) | Create new environment with boilerplate. | [📖](https://docs.hud.so/reference/cli/init) |
|
|
429
|
+
| [`hud dev`](https://docs.hud.so/reference/cli/dev) | Hot-reload development with Docker. | [📖](https://docs.hud.so/reference/cli/dev) |
|
|
430
|
+
| [`hud build`](https://docs.hud.so/reference/cli/build) | Build image and generate lock file. | [📖](https://docs.hud.so/reference/cli/build) |
|
|
431
|
+
| [`hud push`](https://docs.hud.so/reference/cli/push) | Share environment to registry. | [📖](https://docs.hud.so/reference/cli/push) |
|
|
432
|
+
| [`hud pull <target>`](https://docs.hud.so/reference/cli/pull) | Get environment from registry. | [📖](https://docs.hud.so/reference/cli/pull) |
|
|
433
|
+
| [`hud analyze <image>`](https://docs.hud.so/reference/cli/analyze) | Discover tools, resources, and metadata. | [📖](https://docs.hud.so/reference/cli/analyze) |
|
|
434
|
+
| [`hud debug <image>`](https://docs.hud.so/reference/cli/debug) | Five-phase health check of an environment. | [📖](https://docs.hud.so/reference/cli/debug) |
|
|
435
|
+
| [`hud run <image>`](https://docs.hud.so/reference/cli/run) | Run MCP server locally or remotely. | [📖](https://docs.hud.so/reference/cli/run) |
|
|
436
|
+
|
|
437
|
+
## Roadmap
|
|
438
|
+
|
|
439
|
+
- Merging our forks in to the main `mcp`, `mcp_use`, `verifiers` repositories
|
|
440
|
+
- Helpers for building new environments (see [current guide](environments/README.md))
|
|
441
|
+
- Integrations with every major agent framework
|
|
442
|
+
- Evaluation environment registry
|
|
443
|
+
- Native RL training to hud environments (see [current RL support](rl/))
|
|
444
|
+
- MCP opentelemetry standard
|
|
445
|
+
|
|
446
|
+
## Contributing
|
|
447
|
+
|
|
448
|
+
We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
|
|
449
|
+
|
|
450
|
+
Key areas:
|
|
451
|
+
- [Environment examples](environments/) - Add new MCP environments
|
|
452
|
+
- [Agent implementations](hud/agents/) - Add support for new LLM providers
|
|
453
|
+
- [Tool library](hud/tools/) - Extend the built-in tool collection
|
|
454
|
+
- [RL training](rl/) - Improve reinforcement learning pipelines
|
|
455
|
+
|
|
456
|
+
Thanks to all our contributors!
|
|
457
|
+
|
|
458
|
+
<a href="https://github.com/hud-evals/hud-python/graphs/contributors">
|
|
459
|
+
<img src="https://contrib.rocks/image?repo=hud-evals/hud-python&max=50" />
|
|
460
|
+
</a>
|
|
461
|
+
|
|
462
|
+
## Citation
|
|
463
|
+
|
|
464
|
+
```bibtex
|
|
465
|
+
@software{hud2025agentevalplatform,
|
|
466
|
+
author = {HUD and Jay Ram and Lorenss Martinsons and Parth Patel and Oskars Putans and Govind Pimpale and Mayank Singamreddy and Nguyen Nhat Minh},
|
|
467
|
+
title = {HUD: An Evaluation Platform for Agents},
|
|
468
|
+
date = {2025-04},
|
|
469
|
+
url = {https://github.com/hud-evals/hud-python},
|
|
470
|
+
langid = {en}
|
|
471
|
+
}
|
|
472
|
+
```
|
|
473
|
+
|
|
474
|
+
> **License**: HUD is released under the MIT License – see the [LICENSE](LICENSE) file for details.
|