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.2.2.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.2.2-cp314-cp314-win_arm64.whl (12.6 MB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

askui_agent_os-26.2.2-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.2.2-cp314-cp314-manylinux_2_34_aarch64.whl (31.7 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

askui_agent_os-26.2.2-cp314-cp314-macosx_11_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

askui_agent_os-26.2.2-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.2.2-cp313-cp313-manylinux_2_34_aarch64.whl (31.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

askui_agent_os-26.2.2-cp313-cp313-macosx_11_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

askui_agent_os-26.2.2-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.2.2-cp312-cp312-manylinux_2_34_aarch64.whl (31.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

askui_agent_os-26.2.2-cp312-cp312-macosx_11_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

askui_agent_os-26.2.2-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.2.2-cp311-cp311-manylinux_2_34_aarch64.whl (31.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

askui_agent_os-26.2.2-cp311-cp311-macosx_11_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

askui_agent_os-26.2.2-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.2.2-cp310-cp310-manylinux_2_34_aarch64.whl (31.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

askui_agent_os-26.2.2-cp310-cp310-macosx_11_0_arm64.whl (18.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: askui_agent_os-26.2.2.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.2.2.tar.gz
Algorithm Hash digest
SHA256 96617229d439bde66d439d9dc541a41f134bbb628d0ba3afa611c690d8125133
MD5 06250b65bd5566c99b75f49b6f8ccc82
BLAKE2b-256 693d5100cdaadcfb7437889e5b030191dbb22f97e62940fbc4b0dc171439bf10

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 7089d8796f585f954a649bf4657d197b2436a8009e36306d4cf0297fce18cdcd
MD5 c7b01618de8a0e51876bc01009180ccc
BLAKE2b-256 45f00a0124cf12334776d88adc8580c38acd48865d755a9e9f0c5868c42de28a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 04ce2528dd5c14f6f39506283832a4df623cb603ba92f0d31ad577b5b1b0682b
MD5 ce459cd56b0f15c9f232d864cd5944f0
BLAKE2b-256 4061aa2e1376962041c7e0d22591bdd1620389d653b0a195aac9b8194481961c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 2da5ef79f7722eba524cfebdf51f931de41c07f342fa6dee5b1e9e560d3aa4f9
MD5 28e87ef4413b636e123a03726ec9ad2d
BLAKE2b-256 a075e8e48b265e855805b7b3a43652c4bdae63c4502fb4e015af6b9d3e87fdda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 57006d5217297ba5b7dcc52a5cb8ff220490b10a60072d188663495bc2c1dc84
MD5 4553a7bcb9c342fbccb83688b2a1e17f
BLAKE2b-256 cc31b3973d8f348b0437d6185722c09b9aa074d46525e273977ea0f6be69c439

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 d66682c2dfb8f5743dc7b8457373c8af37b140ceb487c787e371dc11c8746af8
MD5 b6b671ac18c3406421a0449bd38f92e1
BLAKE2b-256 a88cf3ddc09d24693b83151349ffb1d6df43ffc9ab12684f2b4a193f26c5b290

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e3a79e5353e3c9191d29deca8c571b31ee605e7d0b6d5b1be8d3b4ef2d2d6afc
MD5 82f25db99c78f09611599d03eec81a18
BLAKE2b-256 d5f39415d91d93808defba8b13d31556095608539f73447bd89b43df5ba5474c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 63073baf1d5cf6a2c9a3970e2e272c528d3f95bd73816cc15c7a6fa3483afa01
MD5 6228a625cef1ad16a9f2bbb9fd619ad1
BLAKE2b-256 3b536f82450e86ac09b010f545d50b7abfa67e531e80b1558a8355d35fba2124

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4f7324b92dba6ba4017bbb13503d00e37fb8da35f627c094f4fd4f04e63c4505
MD5 a11fc7b060a42326734adec36f291244
BLAKE2b-256 d43af2be204c74b5c7c31f3d12c1da5a7294799f175026ece3837ca92f2d67fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 cfb8607831111b02fca0789c7e49658a06a4b9e7c844ee76721bd5b496c289b2
MD5 3bf58caa9b75204c235fb82d0ed966c1
BLAKE2b-256 9e73f8486006699b5af2c79aa16bc283d2712b20eb84e13bca83c813c300507f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 45e5cb29d63fd5a748e4ce71b77dc52b695a18a16490d60f89d15314148d513e
MD5 715f63f95fe6fe0a05d8f956652e34fc
BLAKE2b-256 8d5d419b9bb6a79928f713cd1c4d69fecb34414ae0134f24629b7ec9475e10e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 79b6cd87f01f67347c8492fced82a24e1c72f51189b1eb704848e6b7cdc62160
MD5 87cb862b550c65a38124f1fc9fa10767
BLAKE2b-256 a8e3a4f8d482fd15b8d6bac44c70eddfaa66977e613435c8f0401772e320b93e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 454c338bf73e2e638d26c62302d069c55854a3152a3fe1b8b3261aa846eb1d37
MD5 af01292ff9dcc52c3f39bda56dac520c
BLAKE2b-256 98eb8bf1706878ab227187cd1e6eac5b27ff4f29a8a252e1abeda6cf4b7631ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 647f7a881e6deec42cacb02d77d44eee814b7abcb6540540569b4e41f412d0ec
MD5 a6abcdb086a5e7d66383e43c60e1e052
BLAKE2b-256 d274b41888fd2e385dfcb644d3ae6b4a9b40ac14a3ec91e6a7d471f07ddf2042

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4a0587fb0aa75e572c0f0a400af757c193daa7ee58003adf2c5b591107c1ce6d
MD5 7ef6403aaa85bb35ee2c3b49fc49ac59
BLAKE2b-256 5ae24f3deb4bcb42688612c918b60a39dbc85522f349d980e748e4116a8cf517

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 3659d459c177e30eaf865001bc50f62b62fe686c337ae658d671aff01178505b
MD5 566811a006cf037ddd6272110af437a3
BLAKE2b-256 791f1a0ac63468c0a4f08510bf26c9c4dcb095d5d1d18808968d2b8102b09e30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 13da7a46fff64791cd1113cb750fd9f394fada5c798072f73e5928ffcb0e1480
MD5 71cc33e295c4efeccfaffa6b39e12568
BLAKE2b-256 fd80b59b7df560a7eb8e562de5810d6d03e63a19672ba66ce87b9593951a75b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 9c13671488355c2ec63d676024cc431c4451736d6fb04da7f8a98bfffbb90f5b
MD5 624cd98ee0f2d49e86b2dec96407834e
BLAKE2b-256 f18b7ca802eb2be162f600fa4b263f136656664bfcd2ddb870fb52c647286c08

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 270f0afc974274e17119f09abc78c445399d9b9e9f9c22b7456f553b63e0640b
MD5 714995d785b48be0baa1a580b0c76e0e
BLAKE2b-256 fcfd994573c7314651a93eca494720bcfbc9817d4c8407cf9ce96395965e96f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 3c57cfefaed4ea32abf5ed9073a05df4d518330cb39c10da1bdaad2db6c1d767
MD5 5d487ad35b17a17b06414774dd3319f6
BLAKE2b-256 f0b630b747fdbd22122bddc593a5fe8e3fd99e369650a5ca19fbb3c0041cd939

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 f265d526e26ee2bcadc7b8e54e37356da1b4eac08b20b40d7d0273637b681ffd
MD5 28ed60b2d25e05015333369b996b18a5
BLAKE2b-256 90d24fe26c55de95de1ebaa2a56dc5dce037e28882fec2e5af237b3768676e00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 e86d438579add1c944023c6747cfdc41d9b56e4c0e0265a62e58d65df9589a6d
MD5 57b7976575c53e0267f7530797634f3a
BLAKE2b-256 db8ae1bfd9a1a9ba8f77383c299112a78b1e7cf80f3127e67ebab2e3d731493b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 c5fb39a73f433dc18059d22d9a640e9aca5a1c94847fb04cf406aa04045dc28e
MD5 be6fe5181c81574096220ad4982fc549
BLAKE2b-256 4f58fb6569747a434e84175ce48352bb26caa03cea976ffaf400d51b936685b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 3e2ba6c6fb3636218335d8e2051f5bead7c8a3bc2e50e80599d21ffee1371c4d
MD5 aeb35548e159b7ed1093ae5052530e88
BLAKE2b-256 934c61810186849369a2dc10e9d3186e66160733b6963ab3033651614cc0ef09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a83b6278b41365eb8538cdb8f29ea306efe6d029ba538c35b93f5a7053ed2e8c
MD5 3b3eddfa5a5fa247366b6c3af06467d0
BLAKE2b-256 69ab7e1a6e848814d6a6b8458071cf5d10598d32009abec2db000e2ad72e60fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 2c3edc1c0e0d904636c4de8fac64bfd4cf2e40ed36d7520ef6ed6280b91ae80e
MD5 7b4b0589665227d1da04214a8119a609
BLAKE2b-256 637ac02b94beb079f842e30eed713a07768c785dc88f567b996b9eb6473cb5bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6f218ab3b4984f3946160546a9157a7c22876c3c9725b00eff93c0496ed1a5c3
MD5 e8e371d39a0472a0d7f879d43d253d72
BLAKE2b-256 a696cb3d63d6554c83c72cedda9a9fb151ffd77ebfbe3b14de03b38346e1d125

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 cb53f95047873dbe1ceb304ee83d8a67c4e3b987d47b7f9921b5b4076164b36a
MD5 8ef4f09f67c903575dddedc92ce12527
BLAKE2b-256 5698df91a6b824b68de169f6273b1e9b004abadbb05f4d29497329b2f60423c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 f90df76ef5f2235c7a1f6c5415cc523bf857338249bc91d73feb3673e65ae4b2
MD5 fd020d9783a46848c472df89df867225
BLAKE2b-256 4a754c233cbb1b7f18563feebe3aa97f7c6a0b8377fa5842c47cdce281dd43f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 e8eefac2197d9ab8a7afa92d6aa8641c0f7ca98c2c143a66f73e7d660a96ebcf
MD5 f0f53719113266deb7be66cec9df460a
BLAKE2b-256 71b7fec6fcbbe681ae6ed3ba892a3631ad659d496ebf50168b775c764583f694

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.2.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e62761d0d926ca90132af5c8e1307c4b4d82114b41f4c1e5df7c6acce89e6129
MD5 a8baee845a40da35f41cf73d3502f680
BLAKE2b-256 31744ed8e038efdfdca0226c842220bc124c5ee0ff0987809cb4ad4115a39682

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