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.3.1rc1.tar.gz (19.8 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.3.1rc1-cp314-cp314-win_arm64.whl (12.6 MB view details)

Uploaded CPython 3.14Windows ARM64

askui_agent_os-26.3.1rc1-cp314-cp314-win_amd64.whl (13.7 MB view details)

Uploaded CPython 3.14Windows x86-64

askui_agent_os-26.3.1rc1-cp314-cp314-win32.whl (13.7 MB view details)

Uploaded CPython 3.14Windows x86

askui_agent_os-26.3.1rc1-cp314-cp314-manylinux_2_34_x86_64.whl (34.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

askui_agent_os-26.3.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.3.1rc1-cp314-cp314-macosx_11_0_arm64.whl (18.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

askui_agent_os-26.3.1rc1-cp313-cp313-win_amd64.whl (13.3 MB view details)

Uploaded CPython 3.13Windows x86-64

askui_agent_os-26.3.1rc1-cp313-cp313-win32.whl (13.3 MB view details)

Uploaded CPython 3.13Windows x86

askui_agent_os-26.3.1rc1-cp313-cp313-manylinux_2_34_x86_64.whl (34.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

askui_agent_os-26.3.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.3.1rc1-cp313-cp313-macosx_11_0_arm64.whl (18.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

askui_agent_os-26.3.1rc1-cp312-cp312-win_amd64.whl (13.3 MB view details)

Uploaded CPython 3.12Windows x86-64

askui_agent_os-26.3.1rc1-cp312-cp312-win32.whl (13.3 MB view details)

Uploaded CPython 3.12Windows x86

askui_agent_os-26.3.1rc1-cp312-cp312-manylinux_2_34_x86_64.whl (34.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

askui_agent_os-26.3.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.3.1rc1-cp312-cp312-macosx_11_0_arm64.whl (18.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

askui_agent_os-26.3.1rc1-cp311-cp311-win_amd64.whl (13.3 MB view details)

Uploaded CPython 3.11Windows x86-64

askui_agent_os-26.3.1rc1-cp311-cp311-win32.whl (13.3 MB view details)

Uploaded CPython 3.11Windows x86

askui_agent_os-26.3.1rc1-cp311-cp311-manylinux_2_34_x86_64.whl (34.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

askui_agent_os-26.3.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.3.1rc1-cp311-cp311-macosx_11_0_arm64.whl (18.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

askui_agent_os-26.3.1rc1-cp310-cp310-win_amd64.whl (13.3 MB view details)

Uploaded CPython 3.10Windows x86-64

askui_agent_os-26.3.1rc1-cp310-cp310-win32.whl (13.3 MB view details)

Uploaded CPython 3.10Windows x86

askui_agent_os-26.3.1rc1-cp310-cp310-manylinux_2_34_x86_64.whl (34.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64

askui_agent_os-26.3.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.3.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.3.1rc1.tar.gz.

File metadata

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

File hashes

Hashes for askui_agent_os-26.3.1rc1.tar.gz
Algorithm Hash digest
SHA256 f5aa5b8885390f2576c60cb000f167417c06053ec2677fb11a2169668751f780
MD5 2d98cf3689e7853322838b173ebf98bd
BLAKE2b-256 2028f98df035bd11e0fdc6a598d163b7eb510a32fbfa920d9a2086c806420c40

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 64debedca2cadb402700961fc4bb325bb34a87c36e26ea817dd6148105bdf32f
MD5 b8010f3098ae76ff50d744d9e7786955
BLAKE2b-256 9b652644ecd90c961c5040cc96228415537ef41aaf2d671f1968f24898eed399

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 9e8fcbfccf307a930081e6382d22aa0032b21ce3c3b13675c60343bea81ef6a0
MD5 7fa80d9aa07cf8abb8d3f20eb1ba7281
BLAKE2b-256 4609f8e96829fb12b4e270adce32f8862f8d66656d9931a639a224130e022e9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 4426778e3c1619c221ca86e02977488411d34f5e497c428eb10f81792e6b953f
MD5 4d4b70446f311193dff4c4f745c6ef6a
BLAKE2b-256 97d214e908155030bfe730b9c65567daad761844e621fee01c88a275dde20c2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 bb895394f131e9379fd98214a07b8a88a2cff564c5302e1e59ad32a6c4baa939
MD5 655b66943cda6aa56fd6e9952414039e
BLAKE2b-256 c595e73002b1905eb5204363083a2cdd20c557b74f2d3dc980369916a53b888f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 8530645da67f79bc5cfee6cccbd30364a33bec452ac6be75ce69094d5f93e317
MD5 57ba8fc440116fbf204b0f73d1ef908e
BLAKE2b-256 ed296130948aae6da3498cfc1453971ed0bcebcc0c6364013533ab4573916c0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3895f5511950ca950e73452421a0bc1981ae11670ca34daf1de4628685b350e4
MD5 72760b7d47512e35bbe9aafc66bdbf0c
BLAKE2b-256 b7a9049fe809179b4e40d106693f81aa1977d554cbcc74ac4d776b9de1179e70

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 2af18815015a150845d94269f6d48e65a9bdedfdd273f89609b6151b8420310b
MD5 6c0bf73e04653e9b0830ba49dafffccc
BLAKE2b-256 e02722fce298d8899c169a68a17263fb8158448ed4c8d551e9c2b656c51ade67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7211b19403297ca91afaa6e1038cd348c2453f53e52144e93c854c4560693a02
MD5 c33c2a304ca39e2ad00fdd3ddd9def81
BLAKE2b-256 49452ec433425a77b7c7b628eb9e9f5a3be2eea5d3389babcc8f1889863aaf0f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 1898460179cf7e15f014dd1dd477170de7b9918f8df0abdffc68685b29b7f299
MD5 5d4afb6fd542b8b350fb13009c695788
BLAKE2b-256 f0d03fb8725f6153f676263fc547f01bf01f6d2ea14be3c3de8a4d9b12aa571f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 516f1d897116e38f1a49716deffa52e34bebd4a8462974a6f3a3a0d63ecf4997
MD5 1cef75187605c58da389a4a6de4bb973
BLAKE2b-256 977f8ca4cad408519ad8f8ca1ff6fd87487f3956653f992b815c6757ea72f1ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 005f04ccc82330917050061e3ac1c14f9658819220460710ac4a5e328de2e3d6
MD5 d4ce27a96b4fecbda41248bea9f2c223
BLAKE2b-256 200a0bde66d7bda0676d728b55ecbf698d67400aec55d063b49954aeac27feb3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 674dcf274c3b0910fae8107f201bd5866d3abe029809501a6ec3a1fe7152a14d
MD5 268a6f1d8595dc42812708fe9d992ca1
BLAKE2b-256 fad88338feee74314f853a7d2f3a2d1d8c6c4a6734d487cf95dff516e7c1c6d8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 9fa8b70e48cba4fe9471e59ea4d1b711874387d5f1f82a7f9fe98f124acbfd54
MD5 0dc8c7a127e6dafe7bab3d8dbbb866e1
BLAKE2b-256 6ed617167ecd568f011112481f3c7d1362fe8db2c7fdfab44ba9eafaee208629

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a3a5ee3b70e20ee9642b97be3e8bc125a155a235d08b8a611b90621bc888299c
MD5 faf76c29a167f7a5874829fe43622832
BLAKE2b-256 3a35521920b17b60679f919104484af561abe7832804f539a9c0d2a310059b23

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 810de6b6f24dbdb02c49e0b2baf8b04b83ec293a88f8f12e69c67f62ce0cb49f
MD5 68ca2940a84cb269bbf2e4921c566aa7
BLAKE2b-256 0be83112a40f15029626dc5c5708c546bcd2ae611f041d51327d7577c9e8008c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 564339ccdf76ff279430cc49255295779723be0b773fca78466fb210de39d00f
MD5 cde55729fb7d9f5c05b6907a06173753
BLAKE2b-256 0f71d8cede54d38e680dd33b3368e7d727408315a8e733fcdbf0da2a272ed596

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 c68ca1585adc0e1b1084bc62a59e266130fca51b619cee66fcd12f8b816ce7ad
MD5 6630106da8905d4ec1b5f23b401197d8
BLAKE2b-256 ec8cbeb04ef933f46c799c0d811daa9f872b54cad93f7272df093626ef0d30b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cfbfc315d6c1485df9eca0871910cd9897f911ddc2f111eed74cc242dfdb3509
MD5 70b6d2687e202d3983622c736d5b2daa
BLAKE2b-256 ada56734721e0af02b1337b1d9f8d1d8e6bfef525eeab5c890b064c3e028ed32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 8777b94988868c35e1523fda647686eaf88802b04f96ab471ea2eceb857b2f41
MD5 b7cfb82483d7f1f760c08a93797e18b6
BLAKE2b-256 357005c2cd166aeddf2040eb971ed685cec42affde795dc192c1852160c0ed07

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8e3337d6e68be38b69733173792468ba57412d923caa38cb391a8d573f04942b
MD5 22f500dcedf92abfd26018d5e4d826b5
BLAKE2b-256 e919e12779995020f0b95f153fd45b5ab7ac99958da68821a5998e3f34ded2f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 93e811d2f9ca29411b965094249671843b619204fbd1eec2ac85d22abdc3c39c
MD5 88048d5351d729c99b94e3fd682df02b
BLAKE2b-256 1fdae23db6c28d5933d58635c4c93edfd934057d451f0bb580e543ee2c76b6d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 afcd0714713109df7cbb6c335541462980bd3a6e0cddb870a444c18018fa5f08
MD5 6960341541d0ce0fff15f5bae7d14a94
BLAKE2b-256 a1340e117d0db9ddc743876b100ef5a46fc7b2847ededb45c3edea0c48098d89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 5c2ac63ef60e1b3b695856dac1446fde5326a37ab4127183c827be3a09854eea
MD5 02dd018d97dc73e59ec7a34466c50db2
BLAKE2b-256 523c232c698e6072b4adcc6fb00bc3537b8e2b50509189e2256ef98b41acb888

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7b00b5eeb4a30bcd5b2de6a3bfd0e2e02c0c35ec4582a9cd58f5c5848a8573e9
MD5 7479898bc2e9102fbf8bdc42c279df17
BLAKE2b-256 0399672eefeca659549a4479a69ba08c760acb90a2b48b4e8611e92c147d7b92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 acd8d48912567872fed704eda61df9a4527daf7c64adb1d843b38f5bb7e5f0bd
MD5 a4cf370cd6744d96ec1353701e8e3c5a
BLAKE2b-256 88cb13001d25733f7a41d07700679a904346360da57235a9edf1bcab78ec4017

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 14f07431c1daffe86b64b858e75c70858d0b0bf23acf256cd92ee2c02051cf1f
MD5 8bff4b14fddaaa9981ed159d77e76dd0
BLAKE2b-256 100b23fab50fab6168763fde0fc125a23996c0f5152f293f31d386fd5afdd562

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 eb456727252359edcd0038d9fbab9d74234050470a888212cf0816e30a9fc3f2
MD5 c754c98cc84646885652cef815081963
BLAKE2b-256 bb7d67d4cbd04855d6634208885d0bfef27720e96672761f2a7d63b8f0f86a2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 b86782ba8e4036c0bff31d481c91badbbfa838443a5eb8c42f825be6eeaf6730
MD5 5eb05fb8ac8947075b0e4aa2996ef937
BLAKE2b-256 3175b2a55cd14b4210ab3f7b88e1c8e72bc2eb4c6b4207e3c3b29e789ab09e5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 20efbc6aa33fca19fb026d02478e362c876c1731655570d0f5daf949947bbaf9
MD5 b54d4e2459d33f42bef5091eff9383f7
BLAKE2b-256 727616f3a019b7a4f8d8e601fce561c56cba7a1cfdea1762eb5555e981137a66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.3.1rc1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 19bcc1c3303ced8d838f753319b002fe9344e5a417750edaa72bbd3c3ab68023
MD5 a2c76f434aa9d3641c3f983968cd143e
BLAKE2b-256 a2f60dd83b2d834594f6a19e0865304e47e90b5d8d928f562a18ab570fb1076a

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