Skip to main content

Platform-specific binaries for the AskUI Remote Device Controller, shipped as a Python package. Used by the AskUI Agent (created with the AskUI Python SDK) to control the local device on Windows, Linux, and macOS.

Project description

AskUI AgentOS (User-Mode)

Platform-specific binaries for the AskUI Remote Device Controller, shipped as a Python package. It is optimized for automation within an Active Interactive Session (local development and manual testing).

For Enterprise & CI/CD requirements—including headless VMs, RDP Resilience, and logon screen control—install the AskUI AgentOS System Service.

Comparison: User-Mode vs. System Service

Feature User-Mode (pip package) System Service (EXE Installer)
Primary Use Case Local Dev / Desktop Enterprise / CI/CD Pipelines
CI/CD Ready ❌ No Yes (Unattended/Headless)
RDP Resilience ❌ Session locks on disconnect Yes (Transmission Mode)
Enterprise Ready ❌ No Yes
Logon Screen Control ❌ No Yes
Send CTRL+ALT+DEL ❌ No Yes (Secure Attention Sequence)
Admin Privilege Limited to current user Full System Access

Requirements

  • Python: 3.10+
  • Platforms: Windows, Linux, macOS
  • Windows only: Microsoft Visual C++ Redistributable (minimum version 14.34.31938). The package checks this automatically when you use the API.

Installation

pip install askui-agent-os

Usage

Command line

Get the path to the Remote Device Controller binary:

askui-agent-os get-binary-path

Python API

The package exposes a single class, AgentOS, with static methods. On import, AgentOS.setup() runs and makes the controller binary executable (no-op on Windows). Prerequisites (e.g. Windows VC++ runtime) are checked when you call bin_path() or controller_path().

from askui_agent_os import AgentOS

# Directory containing platform binaries
bin_dir = AgentOS.bin_path()

# Full path to the controller executable (use this with the AskUI SDK)
path = AgentOS.controller_path()

# Optional: require Windows VC++ runtime (raises RuntimeError if missing on Windows)
AgentOS.require_vc_redistributable()
Method Description
AgentOS.bin_path() Path to the package bin directory.
AgentOS.controller_path() Full path to the controller executable.
AgentOS.require_vc_redistributable() No-op on non-Windows; on Windows, raises if the required VC++ runtime is missing.

Why upgrade to the System Service?

If any of these scenarios apply to you, you need the AskUI AgentOS System Service:

  • "I need to automate the Windows logon screen." The user-mode package only works inside an active session. The System Service runs at the system level and can interact with the logon screen, lock screen, and UAC prompts.
  • "I need to send CTRL+ALT+DEL." Windows reserves this key combination (the Secure Attention Sequence) and blocks it from regular user-mode applications. The System Service has the privileges to trigger SAS programmatically.
  • "My automation breaks when I disconnect from RDP." RDP disconnects destroy the interactive session, killing user-mode automation. The System Service keeps running and reconnects transparently.
  • "I want to run automation in a CI/CD pipeline on a headless VM." Without an active user session there is no desktop to attach to. The System Service creates and manages its own session.

Visit docs.askui.com to download the Enterprise-Ready EXE installer.

License

Non-commercial use is free; commercial use requires a separate Commercial Licence from AskUI — contact sales@askui.com.

View the full Terms of Service:

pip show askui-agent-os

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

askui_agent_os-26.4.1rc1.tar.gz (19.7 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

askui_agent_os-26.4.1rc1-cp314-cp314-win_arm64.whl (12.6 MB view details)

Uploaded CPython 3.14Windows ARM64

askui_agent_os-26.4.1rc1-cp314-cp314-win_amd64.whl (13.8 MB view details)

Uploaded CPython 3.14Windows x86-64

askui_agent_os-26.4.1rc1-cp314-cp314-win32.whl (13.8 MB view details)

Uploaded CPython 3.14Windows x86

askui_agent_os-26.4.1rc1-cp314-cp314-manylinux_2_34_x86_64.whl (34.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

askui_agent_os-26.4.1rc1-cp314-cp314-manylinux_2_34_aarch64.whl (31.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

askui_agent_os-26.4.1rc1-cp314-cp314-macosx_11_0_arm64.whl (18.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

askui_agent_os-26.4.1rc1-cp313-cp313-win_arm64.whl (12.2 MB view details)

Uploaded CPython 3.13Windows ARM64

askui_agent_os-26.4.1rc1-cp313-cp313-win_amd64.whl (13.4 MB view details)

Uploaded CPython 3.13Windows x86-64

askui_agent_os-26.4.1rc1-cp313-cp313-win32.whl (13.4 MB view details)

Uploaded CPython 3.13Windows x86

askui_agent_os-26.4.1rc1-cp313-cp313-manylinux_2_34_x86_64.whl (34.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

askui_agent_os-26.4.1rc1-cp313-cp313-manylinux_2_34_aarch64.whl (31.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

askui_agent_os-26.4.1rc1-cp313-cp313-macosx_11_0_arm64.whl (18.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

askui_agent_os-26.4.1rc1-cp312-cp312-win_arm64.whl (12.2 MB view details)

Uploaded CPython 3.12Windows ARM64

askui_agent_os-26.4.1rc1-cp312-cp312-win_amd64.whl (13.4 MB view details)

Uploaded CPython 3.12Windows x86-64

askui_agent_os-26.4.1rc1-cp312-cp312-win32.whl (13.4 MB view details)

Uploaded CPython 3.12Windows x86

askui_agent_os-26.4.1rc1-cp312-cp312-manylinux_2_34_x86_64.whl (34.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

askui_agent_os-26.4.1rc1-cp312-cp312-manylinux_2_34_aarch64.whl (31.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

askui_agent_os-26.4.1rc1-cp312-cp312-macosx_11_0_arm64.whl (18.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

askui_agent_os-26.4.1rc1-cp311-cp311-win_arm64.whl (12.2 MB view details)

Uploaded CPython 3.11Windows ARM64

askui_agent_os-26.4.1rc1-cp311-cp311-win_amd64.whl (13.4 MB view details)

Uploaded CPython 3.11Windows x86-64

askui_agent_os-26.4.1rc1-cp311-cp311-win32.whl (13.4 MB view details)

Uploaded CPython 3.11Windows x86

askui_agent_os-26.4.1rc1-cp311-cp311-manylinux_2_34_x86_64.whl (34.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

askui_agent_os-26.4.1rc1-cp311-cp311-manylinux_2_34_aarch64.whl (31.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

askui_agent_os-26.4.1rc1-cp311-cp311-macosx_11_0_arm64.whl (18.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

askui_agent_os-26.4.1rc1-cp310-cp310-win_arm64.whl (12.2 MB view details)

Uploaded CPython 3.10Windows ARM64

askui_agent_os-26.4.1rc1-cp310-cp310-win_amd64.whl (13.4 MB view details)

Uploaded CPython 3.10Windows x86-64

askui_agent_os-26.4.1rc1-cp310-cp310-win32.whl (13.4 MB view details)

Uploaded CPython 3.10Windows x86

askui_agent_os-26.4.1rc1-cp310-cp310-manylinux_2_34_x86_64.whl (34.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64

askui_agent_os-26.4.1rc1-cp310-cp310-manylinux_2_34_aarch64.whl (31.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

askui_agent_os-26.4.1rc1-cp310-cp310-macosx_11_0_arm64.whl (18.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file askui_agent_os-26.4.1rc1.tar.gz.

File metadata

  • Download URL: askui_agent_os-26.4.1rc1.tar.gz
  • Upload date:
  • Size: 19.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for askui_agent_os-26.4.1rc1.tar.gz
Algorithm Hash digest
SHA256 f1b80dbfd46a5d0c754d5f92cede7e010d4c2161065f3c7322399fc436927fc8
MD5 620c64cc064a046459b0336086da2fb5
BLAKE2b-256 fe61b6626021c8514f4b9d9a926115cf75c73c1301a54e08a4c17232522a61d8

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 0e9e5d172b374347c6933d9b0887976213bfc357910b00a1e473e7dc9a4fb528
MD5 682575cb5062f9f13ce42d309f4ad9c6
BLAKE2b-256 8afdb2bf744c6792c467ec4e214ab7334a3a7723788a9c9a618e9bbfb29d0825

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 53255304d495660da8d4e0d310cf0ff44cd596e54ccda252e45df3196f3725b5
MD5 f9f44f253095c99089ddc7492fb7feda
BLAKE2b-256 460351004e93c413f8ff1fb37e30e68f4498e7fd17c45d9a798d9e003096cf2a

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 056a8af35cca7cdd8d2a877d2dea32dc9de4c0ee90518473f6d91d693d2e8d68
MD5 2ca1d083fa8ce483db8d19987cbeb48b
BLAKE2b-256 f47aae2b1387e2bd6c35b7e596017ef5fb7ffd73389aaf3398b253deb3101d74

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp314-cp314-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 38ce7223d5995ae44104414def78c38dd07112490738bae7a5a2a0802fe16871
MD5 4eb1f03442be2498bd49113499917c3b
BLAKE2b-256 c287ce0ace987bc3a090cbfd5ca34017933e69a3127fbdddfb1355c5210febc4

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp314-cp314-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 ad6d11226946931b38d616bcf82f42cf2ddfd6f9844ae1a2f7da11da63973e59
MD5 9381ce8a6685255d6491b50c0ad27d2d
BLAKE2b-256 d6ccf606d2ff6823fedbbd28a863d9576adfa4d9fad1a66ec5e61e6995a9b8f4

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 74ae528fea89a902d03b4c2887c49341fb6bc8e90a9165ad2aba7aa9c1b59d24
MD5 f7ff42948f0791e3011058a11f63209e
BLAKE2b-256 2fe4b5ec5c6c0cf0b9eefe8cc2c8d6d4c84f85d7d71715d8de79e67e1943b9e5

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 5f7e3ef2d2951ab7f458e1d6150be6a94a92db5966a9b700308f33bddec73bd1
MD5 4c11eff57a593943fe5e17b5724583d3
BLAKE2b-256 137c68b3350261a84164dc835e4fb5033e22eec17598d1c01a7ef809461a93b4

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 499463fb0dfd640dbaa90524d77a99a6fe5e366f7287d2be86e18f7e49e4acda
MD5 eba9b31fa6d75748442ced36dae77999
BLAKE2b-256 4da3fceb317fa6f5672b6d4a8eabeede398d8a8037db754a0dacddcb9a8bc38f

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 68240ded049b9a791c9ec93a29a658159af8908314b8b0afd7f7c2fc0c6fe27c
MD5 a90154cfd0b1fbd1cb7f05ffd72c2843
BLAKE2b-256 8ddd9763f3bd4a9751126bf9988704b65f170ffc5681e0e358efb5a3654bbd3e

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp313-cp313-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 59686753837aa14f0f58f0289b85f8d5a8ab183cb421cc162993147576b35250
MD5 e288def0888e4cd0fa429b3b3d66adfb
BLAKE2b-256 0af1d6c43ab25965c2b8ed138d9e22b8ba4132bbbd991360c2e17a9e9837d6c8

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp313-cp313-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 c652b7215a27f5f19f70a0f22530d2781a69948a9a6734e0d2c7de73c8ec6ba8
MD5 41643fd314a47e12300ea71d74e85abc
BLAKE2b-256 803ec4fc999b51491bbb4d1ac587c24ba8ad479d9a1c1a018b6bb7c034415984

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6d2670ed9e910d494a24f736e3629e260b64a83109a466169eeca852e198abcd
MD5 bc082cdbafbea62941ee0eed5c386a40
BLAKE2b-256 bd3fcef584956d3042f805992bc390ffd44a4188ea248e89c0ecf6691d5874c6

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 3cdfe5f2a34d2dd23975b125619d6f82cdd803c93a0c1440b226c2c1a2afce4e
MD5 315fbfbaba55040d15aabaa7bad89cf2
BLAKE2b-256 55f634d4f7f19d0fc8feca8bf860d5e7653a54a4b3390ea8aff0b7781491dc1d

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c32e227d839f66b207416dc5eed4793b1ae9371b5d8022e87f741f3d0cdb0444
MD5 e048ff95ca46671654ca8dcf70c2550b
BLAKE2b-256 f5a5abfcd8d837a1b6b208fd7b9f77db39e04f3583461b554b0e50c379c941cf

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2f8477e9db257547933e0935bc80f367f23ebd5e95a5c92f00ddfb42084386a4
MD5 6abcc9992468befb2f5f45bfe69d34a2
BLAKE2b-256 5560820aae02e340ef6da1693bd0980d4bedbc5f93b2773ed350ce141bb346d2

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp312-cp312-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 086b8d006fc90580ad65b037727140fa96a422650e30ba4a8d72bf3785306ac3
MD5 3d1c3f8228c207843e60be3c6a28e040
BLAKE2b-256 66b63226cdec98f971111d72d212f164f32530232fd9707182712fb56de258cf

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp312-cp312-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 0d5b7890baee7d0dfbfd3ab7e4f768c4b3d41df54e29e47021b74d356ffe9d0d
MD5 7dfd1f488255f84c7afab338087e24a2
BLAKE2b-256 5799ddb9ed87bb8c991bf39be6b7f11db33ff5355b7998cfcab743cd7d25f9f1

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 42dfbcf1cf85afb6b2b0fa69754f01bb637f40d87dc24f32cb3de2319529c86a
MD5 8cf9152f4070ee28aa4bcefc095c2de8
BLAKE2b-256 348035b4b6489a9a68756764521dd33f7a04d62fa1c29679ab4826c3f4280503

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 f3fb3cb3b2581a23336e92cac32b82b1d0826b9c5d55e810a9c3b128a0ae7d61
MD5 ac8dbb04c52b1fde0555bddbc44f54bd
BLAKE2b-256 079d51e7618917162aceeeec020b2a9765d6e5ddf60b371365e75b5a0e0ac391

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 97eadd42e6a5516f32539c03dbc9c6ef724602de4aabf385aa29f9bba38893a4
MD5 b53f6938d98c4f3a76784facebf0c7cb
BLAKE2b-256 17a8c3baa110d5010da53b743580ffec475aeca3ce8be977dc850d1ae413848b

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d81e0ebbd8f4e414de1d3438eb2bc8616b5e246ee6c8cad31b7803dbef2c6ae7
MD5 f43d222a71c84d81c0238b5ba1875845
BLAKE2b-256 e04413e858dd70a772e9a891727108859c2fa01f0ae5fcec671755afa01926a8

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp311-cp311-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 6fb004a10a21d528a1a8a1eb59c9a2d3603deaae9f6892690a1bd34bb726791e
MD5 0aff663fbb9518728ee081a04198eb93
BLAKE2b-256 c02fdb89c474807105e396f38e82ebe0f632ba754f305f7c3d9be500ae79fe7b

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp311-cp311-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 e304c2f7430a4433f3848740386f5b963f60fd7cc6b380eb621f8c20ac5ade59
MD5 7adbaf1dbdf20cfdb8820d94d83b179e
BLAKE2b-256 b4c687ab7fccd5c85e9190eb2afe9cbcb11a3efb4c59f8beae32e84b5c0b0b46

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 27d99ebb17da4a5377d2d3e0bfc9c1c4d336aebaf423150d04b463e52f503b8c
MD5 96c65799e0ca445000dd301f763dbce6
BLAKE2b-256 a5930310514e59c1344dd14a3e7cc12e3e9f91090327a4a65737194212f0d180

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 3749052db170364aa352e04e8ce0d01530daf0587ec472f09b7d71fbdb84bf81
MD5 2216c8cdcbd45bd29446e24a49e9f7f8
BLAKE2b-256 9b92bc40b1e8fc95a04282797e58c2898536f58af09d867344a6f4c3a9cea983

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 58232ac392ed6b652ee796a81991df367f6ad3186ff49f2cf01bc9f71ecbd702
MD5 6a9496f183d883270b32db6cf79b0ece
BLAKE2b-256 09ce08a93ef09e8bbff9137d6e7b2fd8ca488b213d5911dfd213e5b11afca3a7

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b822ef4a65e33568ecd4594d171aae098a47e00a869b08c170225f01b1ccd39b
MD5 f49874b92ed6b43b87d112cfe13ef3dd
BLAKE2b-256 f4df21d1a26114600ced37ed44daa30acb09f6650cbf117b291d93e95523ca54

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp310-cp310-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 e690d712bf2fc1c23bcf2596ed658e9b6e1384344889409bfe09e3ba6072ba41
MD5 7fc74ad8d39dcc79748fabc54754182f
BLAKE2b-256 95da62629d7444ae5229471d95b46dd0209ef363b111bd7257f74d26fc75c444

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp310-cp310-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 d2bb2d8daf9cec046d39b3fecb35d53628f628e3f3bfc28d5c1bfceec43469fa
MD5 a6b78a69a664102bb6a5ad8177cdb628
BLAKE2b-256 7343b148cbffdcd5ef9c57f4f139e83fa38207a884d5ee95467a40141b7893f4

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.4.1rc1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.4.1rc1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 62d3ebbb09e7bcc14ad4034d87e13854eefd5cf6057998ddbdb00c44f60cf37c
MD5 19279944e5efbb91906d3295140da95f
BLAKE2b-256 da0b987a26256c2666bb71305a1aa8a1069ebeb368e43282b7d07d18c5a12e16

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page