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.6.2.tar.gz (37.5 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.6.2-cp314-cp314-win_arm64.whl (14.3 MB view details)

Uploaded CPython 3.14Windows ARM64

askui_agent_os-26.6.2-cp314-cp314-win_amd64.whl (15.6 MB view details)

Uploaded CPython 3.14Windows x86-64

askui_agent_os-26.6.2-cp314-cp314-win32.whl (15.6 MB view details)

Uploaded CPython 3.14Windows x86

askui_agent_os-26.6.2-cp314-cp314-manylinux_2_34_x86_64.whl (42.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ x86-64

askui_agent_os-26.6.2-cp314-cp314-manylinux_2_34_aarch64.whl (39.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

askui_agent_os-26.6.2-cp314-cp314-macosx_11_0_arm64.whl (34.0 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

askui_agent_os-26.6.2-cp313-cp313-win_arm64.whl (13.9 MB view details)

Uploaded CPython 3.13Windows ARM64

askui_agent_os-26.6.2-cp313-cp313-win_amd64.whl (15.2 MB view details)

Uploaded CPython 3.13Windows x86-64

askui_agent_os-26.6.2-cp313-cp313-win32.whl (15.2 MB view details)

Uploaded CPython 3.13Windows x86

askui_agent_os-26.6.2-cp313-cp313-manylinux_2_34_x86_64.whl (42.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ x86-64

askui_agent_os-26.6.2-cp313-cp313-manylinux_2_34_aarch64.whl (39.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

askui_agent_os-26.6.2-cp313-cp313-macosx_11_0_arm64.whl (34.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

askui_agent_os-26.6.2-cp312-cp312-win_arm64.whl (13.9 MB view details)

Uploaded CPython 3.12Windows ARM64

askui_agent_os-26.6.2-cp312-cp312-win_amd64.whl (15.2 MB view details)

Uploaded CPython 3.12Windows x86-64

askui_agent_os-26.6.2-cp312-cp312-win32.whl (15.2 MB view details)

Uploaded CPython 3.12Windows x86

askui_agent_os-26.6.2-cp312-cp312-manylinux_2_34_x86_64.whl (42.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ x86-64

askui_agent_os-26.6.2-cp312-cp312-manylinux_2_34_aarch64.whl (39.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

askui_agent_os-26.6.2-cp312-cp312-macosx_11_0_arm64.whl (34.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

askui_agent_os-26.6.2-cp311-cp311-win_arm64.whl (13.9 MB view details)

Uploaded CPython 3.11Windows ARM64

askui_agent_os-26.6.2-cp311-cp311-win_amd64.whl (15.2 MB view details)

Uploaded CPython 3.11Windows x86-64

askui_agent_os-26.6.2-cp311-cp311-win32.whl (15.2 MB view details)

Uploaded CPython 3.11Windows x86

askui_agent_os-26.6.2-cp311-cp311-manylinux_2_34_x86_64.whl (42.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ x86-64

askui_agent_os-26.6.2-cp311-cp311-manylinux_2_34_aarch64.whl (39.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

askui_agent_os-26.6.2-cp311-cp311-macosx_11_0_arm64.whl (34.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

askui_agent_os-26.6.2-cp310-cp310-win_arm64.whl (13.9 MB view details)

Uploaded CPython 3.10Windows ARM64

askui_agent_os-26.6.2-cp310-cp310-win_amd64.whl (15.2 MB view details)

Uploaded CPython 3.10Windows x86-64

askui_agent_os-26.6.2-cp310-cp310-win32.whl (15.2 MB view details)

Uploaded CPython 3.10Windows x86

askui_agent_os-26.6.2-cp310-cp310-manylinux_2_34_x86_64.whl (42.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ x86-64

askui_agent_os-26.6.2-cp310-cp310-manylinux_2_34_aarch64.whl (39.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

askui_agent_os-26.6.2-cp310-cp310-macosx_11_0_arm64.whl (34.0 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

Details for the file askui_agent_os-26.6.2.tar.gz.

File metadata

  • Download URL: askui_agent_os-26.6.2.tar.gz
  • Upload date:
  • Size: 37.5 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.6.2.tar.gz
Algorithm Hash digest
SHA256 307822265a2d3349b86ab2264e7cfd36f10cf4914d53f6753766e31c6ff7c0f4
MD5 17ffac96c33abe5b073bdbf4e9ede28c
BLAKE2b-256 2e554f86f47d25a388236af1c2dbb25e979b87a9ac9f17e8841c43579b5d9e4a

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp314-cp314-win_arm64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 32cae4a5f851d649a7896f29c1753d68b386afdf1ff26d5f8b0ea8416d4f68ae
MD5 0031ac4f4a8a8942c00e9e470dd520aa
BLAKE2b-256 ffc6be83d113bbef3f266012e1c3e649f153146dbda4d57099e4edf515604b77

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 e16193f29ca5ab9fcad46f91468c2d6976392317c762c5ad219b864bb124bad1
MD5 baad293572d49973d6b0fe7f513a8a4d
BLAKE2b-256 eed7c286fe8e8a3f87500ddfd8adce163f13c350d4ba0091db4ae94e7f2db815

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 dd4a04e2b79e861df3f5fee9584ead7ed6be19bb5c53b740d85ab21831f9c4d9
MD5 51d46a1d119fb6d5cf20bf30619bc44f
BLAKE2b-256 c3f5466cdba2b3bf1808f4ac1ead75e7182072dce78d0214c859df0524c291d5

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp314-cp314-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 339856a6d7df753568f7f002501dfea1d96468de8eb403e0312ce026fda32bb1
MD5 2fda9520fbc1efeed9a20232aa83f370
BLAKE2b-256 2ac892015a9fa4acd2189b85b8eaf4eff9284cab48799eb3406deee96d4b8619

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp314-cp314-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 59efa6de9a71e7a3c5d6f435815a67bd50040c4e2ba0720f3be86618aa3faa69
MD5 46f22632bfe4bdb51d36db8f4dd08f14
BLAKE2b-256 623a6f35d55fb2d6268db82dcde15cffd14bc7917088733569cdcdac8060b802

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6dcabf011048f8fbdb9c0fde3d4fff2a2751c3c7a1f34f6fdfa1231e6d035296
MD5 36078a08145b07936413c3265d760789
BLAKE2b-256 eeee7543626ad1a46db6d7a3c3ade0fbc4ef3965a28c766bdb73ca484d3130b0

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp313-cp313-win_arm64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 14fb409f78027eeea0f390c0f53e0adf9057e8bc414bbe0c8229c53163e81dbe
MD5 90bf534d256ab30e0d773afdc470ebfb
BLAKE2b-256 ef2deaf19b5ffc6b95ab575a7bda5eef2991588d3c5a8352a7875ba8c157933c

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f4a039c5e061a9e9a9dd5557a43da24d7a39d6e50a9dabb2d68b2f6927a4cc56
MD5 adf7d4b6d5ff8d3a22ac70025c7c61ce
BLAKE2b-256 73b5daceba75f70988f75c9569f13a71a8fd7c870d5bc17002857b1bad719f12

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 dd14567855f8b17f8bb462b65f834b4316086f7303e4a3c12d5f12acfe0d1c67
MD5 9ff195121a1f52a0056776498472c3dc
BLAKE2b-256 71ead536c7aceaf3d8acbc30e49c2bb41ca37cfeb29081a7937824b7355b5927

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp313-cp313-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 695cf8b5b050cf42e1db88b67024fec16eb1bb5ceee38a1fa7e7c0296eb158cb
MD5 7c5b8d8efcb28c9e42e4ec8cec43df4c
BLAKE2b-256 a486553454ec7c1c50f031b4cabe1dbcae145b08ba7ed69d404977cd971b2a07

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp313-cp313-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 7feca4eea5bb13a2b03f883e3feca061a0c5b69b25ba59925e7e53b854a02de8
MD5 84040e37f5b359f161cdd70f7dd21cbc
BLAKE2b-256 95b3031fffe906751f3cf3c2ae85cc4f634b875dd2cb03198b789419a9685f51

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 22f6b81d17677ecd13e3d4224974549633eb686611dc94b61190474b5a314c6e
MD5 7a7705a00cbb032709a77ccb425b841d
BLAKE2b-256 5d99a9d5798bb0e15d0b1d90d10382bb60abf749b8732e284f1910481e12f3bf

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp312-cp312-win_arm64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 5f6b64f39af5253f85b2ca8d794140ce94367074c5523208fce6be4fdbfc8b9c
MD5 e3d47d52469561d0077a327ad70cbb52
BLAKE2b-256 57d3783e67d8b41065c1ae75e9d89005dd8d88d70c569869b732dc8502215dd4

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 0158c27e7647b24ac7d7a76735cacc54f31aa859a210b8def7a644239ccefa4f
MD5 3f9fbe7e7827fb32d16fd655692ae428
BLAKE2b-256 880092cf6d7ecc0199ebdefec92398f511112acd844b21795c3ff9a15bef9b87

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9da12abb436d4634b61cfe5b80ec5c37aa0af5cfa0cda5ad2e69a8837d7f3eb4
MD5 a713789b5ae7b073bd9e88cb1043564d
BLAKE2b-256 b75285b73cc87d97d3ef5f9b6a483166758a35a872b1f74282079beae7ae11cd

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp312-cp312-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 d806d6d8ae36a98678ac0fd6d842cdfcff7b892595dbaa5569dd13ae3cbb5d28
MD5 2aeb2a89a8ec9fb8c69f3685dd328264
BLAKE2b-256 7e388ebb153f2c0c1af310ed3c28148224af4ab3996c1f46ee22a160be7b1141

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp312-cp312-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 b495afddddd5283f1edef2f4505e40daff1c86da8440b5b5e8fece1c7d089478
MD5 72d241caf3f05e8ca3fbc4650463d183
BLAKE2b-256 fde791e75e34f0b92a91322ed3d8ec34e8e022fdddf26b6b66459f5f1ef84afd

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ed790c22b3dab2c45b9957cd87b1d5738ab09b48d8a16b9e018bd9d59e982397
MD5 98ac5f45e857217917fd14167aa822e8
BLAKE2b-256 ae7b3e1f7329a3be8d3d79f76a42a30e2813f238e6458983a3b4a0e6feda7396

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 ea90e16e8c28f2a39bf5a8e78a70317e539fbc8fdcc273a80e55020b23fef8a7
MD5 85e0255c2735f92a59dd1e72a41f333f
BLAKE2b-256 84bc88067395a6291dbc7db113d118ad263584bba2cbc8f1e02845b8f4ecb1b7

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 bd87b04e47866bf61105ea928b8bd5549e7e1c1a2ecaab9af030df28c9410b0e
MD5 373b433a6262fac5751347269a856941
BLAKE2b-256 3755265ef46eaa9f832a7692f1382a65efcdd35297842592023083108d02723f

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 eb4f1c3f51e8599872c4230ac8280ca5bf655efb28cb5a1ae137cca8a8fe8da9
MD5 896c7951da9b4f1432cfd8a5eba84833
BLAKE2b-256 9640aba6046740111a36e31a2a483ef46aaac87e59dd16e714fadb5a5526067f

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp311-cp311-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 03911586da26ff465c8e068b0db4eca574039371c4b076ab0e6a5f3f0f8ef1be
MD5 0ce98ac2023d3ed0a2f4e07033491852
BLAKE2b-256 bc91f6813ed53561fbfae677b4c525eb549f99dfbfc45762b299fdef92f7cb0c

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp311-cp311-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 e12cd6b192bf73a324baea43d62b9e4108f7813b49eaa1089790dd5116192bac
MD5 e01cab336965a1ffd31b3a0346e30b84
BLAKE2b-256 4fcbc24d81807f2a5007369c4789371515c4555311a01c8eae559014b5c92cc4

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 09391f421be9e27da0774251e88f6f979f4841b2b54f465b0c76a9a519bdfacf
MD5 7b1ae9f8a3be3b3338de0ffbbd83c60a
BLAKE2b-256 0aac502943fde54e75dd6762c17d35c2ee36e7c77aadace225d32159ba194a62

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 ed7db1d6da4624bffab15c136b4b6c16d009c3c065b4ebc3d3b56913026ebf3b
MD5 8048af8f57525e18bd90ee826b8e1d6f
BLAKE2b-256 6585dd2d281d48aa7b2c2f3a3363d1be3b7f495ceed06e8ff1a6d0f879301b8c

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 884b1cc8dacd2495d02f00d804bafee5f21f357268f3f8f3e21988843586ea56
MD5 cddbbbcb564696977e345fa26c07089e
BLAKE2b-256 2105a1294bc1fb5355a335705296d0234301751a9adaf83ca3de9e53fe2fbd2a

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 22fc97914ba78103cf10187b0109ecef966b43f44003627fbdf41b6da1f39412
MD5 8bfe61705633bc240e0f6aeff2af906f
BLAKE2b-256 892d7c1bda2183870e146a86924d9a8a6ee935c461cd862f95d52bd55252bd1a

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp310-cp310-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 576bea3bf59ff7f954a12142a78cb474aa16470c30613ae3b6952af290927efc
MD5 00e8c00357318dc7f7ea6585dafa8a0d
BLAKE2b-256 85d35b994ade4fbbd555efb19f48b4b3e629d5b8bc9c68355c1333971b8740fd

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp310-cp310-manylinux_2_34_aarch64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 7bb372df4134f160dc2ff02a8ca39ba1368cdc99f6074855c2c2f4132e27f12d
MD5 5215b5466a692583b61739f3822473ce
BLAKE2b-256 a70fe46950e9ca84e7ee0966c9fd0292297d5e7b4807d7c20cb6e0b055b4a0c7

See more details on using hashes here.

File details

Details for the file askui_agent_os-26.6.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for askui_agent_os-26.6.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9ee47d67332a9144066f55321bd20d0b72588562dc44ba37f064f1e788a95a36
MD5 62165414aed6ddebfa3215dca37ba303
BLAKE2b-256 16afa70511d1c071e9353a8b3094912cce0355c4c44ab0c73a0fa99063866a85

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