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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

askui_agent_os-26.7.1-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.7.1-cp314-cp314-manylinux_2_34_aarch64.whl (39.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

askui_agent_os-26.7.1-cp314-cp314-macosx_11_0_arm64.whl (33.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

askui_agent_os-26.7.1-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.7.1-cp313-cp313-manylinux_2_34_aarch64.whl (39.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

askui_agent_os-26.7.1-cp313-cp313-macosx_11_0_arm64.whl (33.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

askui_agent_os-26.7.1-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.7.1-cp312-cp312-manylinux_2_34_aarch64.whl (39.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

askui_agent_os-26.7.1-cp312-cp312-macosx_11_0_arm64.whl (33.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

askui_agent_os-26.7.1-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.7.1-cp311-cp311-manylinux_2_34_aarch64.whl (39.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

askui_agent_os-26.7.1-cp311-cp311-macosx_11_0_arm64.whl (33.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

askui_agent_os-26.7.1-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.7.1-cp310-cp310-manylinux_2_34_aarch64.whl (39.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

askui_agent_os-26.7.1-cp310-cp310-macosx_11_0_arm64.whl (33.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: askui_agent_os-26.7.1.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.7.1.tar.gz
Algorithm Hash digest
SHA256 f72cdc1accbffabfd5205ccb950bd854c2c1b5cf146d1762505addfcf3fc17aa
MD5 f3fb6bdb43e1f19a95f4bf9d27395235
BLAKE2b-256 7c78dc384db18fc7b754617a1a1a1a54cf3c3fe0733d7a7f66a2893736b91edb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 1bfa3374495eade28c8230e033cad0af84b1db6ceba7bc60ce5e4266600c6480
MD5 a7aeb46fa5ed9856e553ce52bbd6bf60
BLAKE2b-256 9f8d4b23a0d772ddb4b5985fb38c5e74bb74f2a09afbf038cd0bb66af67dbeed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1a8c583d6d76f6d14519b841e02b37fbdf893941fce16e680104b43957707bbd
MD5 0df06c68cb33eee1e820c714cc016ac0
BLAKE2b-256 60fa5467bc88425ac28840a728c5e0da5e14acbc1db91bc56eda55b7343403d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 ed185b5630c7e9031ed5d2a51ecf73118a4293daaaafc0dcaeeaa22960ab95a8
MD5 d63fe2d15cb62eae7bfbbc3898500d01
BLAKE2b-256 dc8656209680da4fa5bf0a9e2e3dbc83095ef2e662717dd4ec88f984b0638d01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 c8f56165f75a85878ef24351e89c089d40326dd82732ee815030a5b999dacbec
MD5 ec9fb145569a7dd3090c03840f82881a
BLAKE2b-256 2136a4ed728b598e253fcaa069c54e9690c6ee005d085a4b1f75df502ebe2f5f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 08be2970f2a9fdaa4bffb73d26f5a756aca76c70dc0d97c9426f84c05aaeec70
MD5 6ff88c1e3a13088a66176d1203dd8847
BLAKE2b-256 8bdd2764e95bf614b94eb3c915474a2574afb66b7a20dd32795bfca65d2df639

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6e0501edfebda2ec0ee2eb0fcc24ae815bcb7717b80489ca3d908b14964475bd
MD5 5b3a56d9b3c9ed6cd754868563c0794c
BLAKE2b-256 b00ccd6205b9a6a83ffea535f78e162c49a298fdbd06dacee338d989ae1a5c27

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 3c987de6bb0fab47d900987368dbd893badbe8b361cf10cfb026cb5d7352e4dc
MD5 8e831a5ac79f6f393f983b24aa52a568
BLAKE2b-256 8b35f02dea9e335016714c3c201fadd0c8ef496def03173f628f0e07a2538b89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 f6d2ebc920df4292c862e2801471aac21f08a83f7b8dd117ce29a31d67ad4e7a
MD5 9f719f30b8d7e728d38476f6dff458ab
BLAKE2b-256 04a95aea116b8b17607b4d43226420688a1cd8f52ce2b5c38e3b6a64d8eb1905

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e26fed63b05c21e3ac401b3da33cc061c59d76444756876bf4b1b6f1623b8d73
MD5 7d057ed94f750bfacc316ad9221915ca
BLAKE2b-256 2c7212cd8b642a94e471ca0e3726472f2f258d014001297947b5591e07258a2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 f6393771d022d0e38d2746f6b12f5369f20dade0e35726f78865fbf353e78d08
MD5 579f6557ed865bb105a2a67dbcd1f8e6
BLAKE2b-256 d4d9734ad6779d517a6dfde375fea3603ed7bb200da488f691f1a973d9206b45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 7839dfdf6a6bd92680af12361fbd7b10535eb38554d4783f90d0ebfda2a0e7e9
MD5 68a21dcde5c45fed159c745c05c22192
BLAKE2b-256 a43842c817da5be12b50871d98954993860438060997154e956ffde0b7bb6538

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5deb2c435674f63f116130b89a11b343ae55f20facd1b51aa5716ab8955a70d2
MD5 82d06750513e9e6844be808edda11928
BLAKE2b-256 1cbe6c9c9a944404628ba919d05c1afeaa1056cc70c91381ddbfe1ec01f3a06d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 0e265863f9638d78f4f9aabf35223a9291a3febc067bef49acaf4de6615bcfbe
MD5 db663277ad1cb24cee42252f31415385
BLAKE2b-256 cba0272f8bf50a4598416d3649f5f94e26bfa32743b117fbf91104f7a4e1c5cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 abe350b521e3c16ac28d0736599c10969ced6182e19f248b5d55fca230559535
MD5 931e64c7e14b17332204dae85ec4f3f6
BLAKE2b-256 6e6a3ceed80a18eb2ce25c2da3e2f9cfbdfeb5765e740718f76562acf1370318

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 19732aa85610eafeb55bb8f0409f999207715816b8cc31472eb2e7e8e5d0c2db
MD5 75ea5d9e39ac7f0dec8021325d03ed51
BLAKE2b-256 66cd601c96e85e917e34ce77876b6e0fb01fb426e670fb618ea1180de84f29ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 b52edde6ed6fbc3dc1a6afb3304dde15557a974e3505ddcc84e4756bbe9a686b
MD5 c4ec119db99620a7f2074c6f7fbe5c6a
BLAKE2b-256 44164d96bd60f6c473cc4850cc877875cb89288c5ede5d5ce1e02d06d2bdba99

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 0bf043e57ecb257fdc4a0447316d1544315b1f5a197705151e61ccfbab588fe8
MD5 7f3f048b6eaf8f56e190e5c2c7096530
BLAKE2b-256 d11f6526f087332878f772052d64989bd462565b9d1029cbc7d1418027ce67ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 40c6655272ff90ee749db782c8b9023913715cec3840c73fb18d45b0103f72a9
MD5 d540167a45ce3e37f01f9204d75111ef
BLAKE2b-256 ae702db12553be9e73315f2008e166f8b6d3804b148f940b8ddf46d6b0d45eb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 c1727aac1a424e025494426a5c0f8f47c8cb0ca565e191d3acf7a206268a8c83
MD5 0fc0346b47ac73279ef6c74c9dfe2298
BLAKE2b-256 b9a2b649a7d7f64238ef245df762826a107a1c1b6c30c8654d54e4a4d7c32656

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 47665ddfeff1139146e11443091fc0d1813fd068e2cf60c13b21b9e9e50715c5
MD5 be46b222b8714634eb2e526c7e7451e9
BLAKE2b-256 e4085722e990322699424fa195135144536aee59e61e1af7c6594eee53053589

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 3868535f6841070a5b2e4f461d63fa2b7d3392ab1716b0929c1b8d3374afed67
MD5 94afeaca1809db7d52b7b4c95ee7615e
BLAKE2b-256 e7dc1f36c523f66735e48547fd7faa3a884fc7e2ebc9a36cdcfdc9686e4fc1cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 5263a6175cceb0c6e39095611649d4eb53e2d535babb150b32f55263ab364655
MD5 fe3f469c774b7e3472bb01436db7fc34
BLAKE2b-256 30ee9f8572b88b4067bb5143859bf47fc28f8abd7609d71e4a61860fd558d7c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 44a7aefb9a1a4281c216ffe1c377d0302217cfb203a7079519e54fb6f578b24e
MD5 ad887b8163f0fd48d642aec60b646c5e
BLAKE2b-256 b24b8c2578bb377a77d37e387c2efd976522f82257294fa7f61d301b06f9e38e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 88b984deb6295c16598aab7757db27b3f750d78be51cbb525bba30e8f6b01fd3
MD5 aa15d95bea603a83d986d419f90dd376
BLAKE2b-256 98b891efe5f9c7fc190af4b579cdb6dbd921bd299f9459d3b21eb33923b35625

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 f97c2259eef9660752fae0698b468ea0c1683a654372baf6be231e0125f400c0
MD5 e5b3ff21687d8c4499492292a1e69162
BLAKE2b-256 e48f55915bc0b7546d451d912bb1386cdfbf5b27c381997dbfac8fca3214f86f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fc400a0a9a0f8bf9fad9c02ee63d35d916d679bde76922db45c23a96aa3b759c
MD5 068a5e76115c850072f96542ffb74ef8
BLAKE2b-256 dd39b0a25f316428e49391c4311c532b7d37a28b3180f73bd1781f972a9be685

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 fd47aa1bb0e0c9e8578ef89c0eb198290645097bd594c65d8a8228b60b984b62
MD5 dc84d890155d09dd06e5ad91820e4b5c
BLAKE2b-256 18628cb839c8df7f6090a294325e2f76d293012760dc164d570bd874b1b2a5ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 d8c4d78d53a6344e33031a889a24047dd95c4e6b8c00efd97870441e6e006023
MD5 d158db3c6b9ae46c0a91bf8413bee8f7
BLAKE2b-256 bbec82c81774b3bcac4890dfaa9aaa93a7560b1c84007d64084ab45b428d67cf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 383d2bb357d16e6fc1a93f618056f409660c34c2d266d8717de8ff04d85d544c
MD5 678ca5f93c28ebc8a22105069085a02a
BLAKE2b-256 453e66db99058dd497a4143bd1c23812cfde30f541b853f6f06632a16d06c86e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.7.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5f61aaa874c617caa0e91476998191e3fe2d4366370bcbd6d1be243ae5cc58be
MD5 511717b62cf2389eed1bbe6a11437ff3
BLAKE2b-256 cbccbfa92950ed310201e0eea607c1ae01e89e8201c240992b8f87d48d4b27e9

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