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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

askui_agent_os-26.4.1-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.4.1-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.1-cp314-cp314-macosx_11_0_arm64.whl (18.5 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

askui_agent_os-26.4.1-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.4.1-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.1-cp313-cp313-macosx_11_0_arm64.whl (18.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

askui_agent_os-26.4.1-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.4.1-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.1-cp312-cp312-macosx_11_0_arm64.whl (18.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

askui_agent_os-26.4.1-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.4.1-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.1-cp311-cp311-macosx_11_0_arm64.whl (18.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

askui_agent_os-26.4.1-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.4.1-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.1-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.1.tar.gz.

File metadata

  • Download URL: askui_agent_os-26.4.1.tar.gz
  • Upload date:
  • Size: 20.0 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.1.tar.gz
Algorithm Hash digest
SHA256 348d559645168dec0896cd687742201f443dbc2c2cdf0928d45cd1a5795b55d4
MD5 b6673ffaa7bd48497db21e131de6f3e5
BLAKE2b-256 d64073ffda5c550a18955b6d37384b86eaaab9721b01e3ae41966b001f19b46e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 a256123f4b7f8453c0d72a0e8c00ef1e38c2adcb1e552f14ade6e56b452f2e31
MD5 b149d3a698c20cf3d240d7324d072945
BLAKE2b-256 0078b5be55be4c6ee163a742bc5aae620659c3cfc34c6b9967be591037cae474

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 b75a2c7ecba63c48addf306f9a0b3e1e7255838d46c320432e68b8cd0be37c9c
MD5 649154d2e18ed79c22b3018f4d7c6d74
BLAKE2b-256 ced2dc4e90664fd4c648b024e3fc3f2040cae22c2b20221b4b6364bc54afa7d3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 988153190d6a9ed00abdb025060bfcf6ed39224aa230d1d384206ef810443f82
MD5 6228b7d3b51539ffbd0daff535aba4d4
BLAKE2b-256 1ced7261ed363c7a33acc5ba4f1fa550d048e261c039f3c08db85be153f91e53

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 2542839cfbcee114c11aa2a1fd1dcd7f30ed24e46ca1ef650972fb67ba0748a0
MD5 18d8bb95196ce52d1a828bc008f53fe4
BLAKE2b-256 c34f67dd721256351b17bef9adc25f234f14e922c28b674c5ed3a61af53d14c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 d9b04fdb448e351cb4a22a44734641c59ff881e69d0512de02669db2fe8a31fd
MD5 a645142b3ed5c58f3c0fff4cbac1ee03
BLAKE2b-256 538cce6740b0d63caa3df0c8d8c8918cdb7ff59b6117afebb6945e724b206ff7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2f38e279dcf643c385986dd786638c2b1d08336ca7be57cbd08b5357072cd966
MD5 85a85c341dba53bf58d68895f6cf92d7
BLAKE2b-256 1d8d69a69f9fba8a4336be26825e5d1a981d453e36dc398b4a1e6f465dd809c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 e91a5b80cb3e1fd88616a8dfdbf80481bc973d37e0a28614f7746276038c6573
MD5 dec6ecd9c3fa639d0b41d0c06824a9f7
BLAKE2b-256 dc56fbf701f734d43c9a091d42db77c75272605e7b35b34041bf9f4edc7e1d34

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 17ca2e6bef57025d7d8a68b04345f121921a6a0ae517990023e3268a596d63fc
MD5 e15c5888943ad5b13376169ea693da95
BLAKE2b-256 1b8f6ee8d8d6c7cdd5a6623203079b147238a90ff3ddf4c052ccba1658009df5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 60c39acb670deb577813b259c74f684d9806be2779c58726b70c186dbc8b423e
MD5 117d3bc1afa1db3f77252bd6db236d5c
BLAKE2b-256 651006cd96c87530dea887a88c2cbccbb83ffe1fecf74c6bee8ded595d5b85d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 d2aecaa0a300c82994a835bd61e063d2c6a9cc264fc042afca488ec049f31660
MD5 e46816c6af5da6bfd4f9f68cde9a9f2e
BLAKE2b-256 2cf1c05e77e4d89e40b79887a4d773e92152ec71335ce21d680851816f9fd37c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 49d85ab4e97840f9c1bc999f2e948e4363de5f93def9c4858fec1b6cc48d96b4
MD5 0b722c77cd9887a67918aba10a8876b1
BLAKE2b-256 44cea1380689700713b021ed96122a29ca0cdd9cc6d7da1eb155764c249c96d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6393019746c489bca699fd0c8f15672038c5db9fcc708f13e6eb9b2dec379b3d
MD5 388e39f0b8a742374a358943ec18446f
BLAKE2b-256 5bb3423138717007e37541abdd7b7edcb6aa07b8a80baa675f39f6c58a784efd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 8477afb09c1cc1b1d02ad961b56ad93aed6fe19b1dbca0d79b7285b07f21d1cd
MD5 3de352e430b51fc6d7cbd2a302f5e36a
BLAKE2b-256 5b7252c4ed6662dce3350dd998aa8da342a5fe670b221b5be7f5e78698864ff5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e31f401fba14cc1e4652eae00092eeaf9de9b9332d8e90e6f7cda0c592755444
MD5 c8dcaf107ebae5d061c32242bc438db5
BLAKE2b-256 e30641945b28c4dca1868945082bb1e2005a2a0b8ef669aee3ee1c96fb483248

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 409070bd9c576982aa44c7cf46aad9660caf08b32644d433cbc59cd50482a767
MD5 1b84f9bd85224f878096f406fde72886
BLAKE2b-256 44f0f34fa19b5fa9e75529eabfe5b0ce90a489ca26936bfb5dafa7699401ab03

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 cfe3b7a9ad3358a89ec2835d521fa05b21aa90e49f45107c4dfab840c20e758e
MD5 d29f83364ebb11e955b74a0d965ed86d
BLAKE2b-256 5ba541ff92de6e45c8859216d74707eb71c03cc7901e856d8ed62e797c3986a0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 95d57740e0d91ce7826547b53356772d5cb723c2564584c1b1b05709e8e09d15
MD5 bb17be6f2b9035745aa930d88c008c56
BLAKE2b-256 87da28c771bf475a67dedb8bf496e4cf667ccaf81bca53f59f34ef476ba0b9c2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1748bdcce5ccea9cf702bbc979a0695723221ed67888d716dbb88bf8ac6f3610
MD5 8eff6ae729063d667bb6630f8b4cba91
BLAKE2b-256 29e83cad028643252268fe92175f90356159b466af92aac4141c3927ccea39da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 00d6120ce6c885024fcbe92843a7910fead0946cffef21ec23215ee0570319f6
MD5 c1559c1726f2ab3b3f8862f51a774951
BLAKE2b-256 aa0978baef8bbeab85df53939943e7c81a4b0812b41e50c6fa8ff9d8c6cdde05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 67fd5bec03eda86aebe335a80a289eff14ae5e0d04355bce93d22e1c73249c65
MD5 704682bcf1e6f12826327bc87006b7ea
BLAKE2b-256 f1f454f80d759e05f0e8b3c3e663ccdebdfdf3e62a2fef3483170d95ced534b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 99fac6f21578adeb773345d8b9c2c29083724cf1c3388ed725c9bccdfa1493e6
MD5 2149ea937727ef87f8ba9a75448dc9c3
BLAKE2b-256 864119076ca2f693e22f23a54249f25a86ef43ffec03d85cee2a551bcd196935

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 57c3cb8e06a4bbe0524b091e04bec423233cb8d91b9f66a924371b219da8c52c
MD5 f03dc2a59abd941458889eba92f98d52
BLAKE2b-256 dd51124979a6ca4bb7fb2c548ac4896ee4327f7a576470d2729d01a48d80be71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 56e630badd1ce859543211ab13810cc0ce9773069c48489bc8b4ca07d1702095
MD5 db2370f6f170d1ef622c2a065ea21321
BLAKE2b-256 0e59acd16a2256ad40c622ac107502abb8efa9443b0410089a22daf446b06e52

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2463870f907b5f8c89445d27c9fdc4bf05901a68c1c9a1eaffb397e943fe0c18
MD5 ebb7ac18fa493794792b49efd2047bc4
BLAKE2b-256 f6a25321441c4329a735b9edfbaf197aa59451a5b28ad9e261516ea4ede81995

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 1ad9d7a6164e4d737b9dc7e61dd047b576fdc8b5f61d2ac654ba3067d49f89d2
MD5 b87698388a250c4590974c66f51b85d4
BLAKE2b-256 e5df5be5b9b1ab73e41351b7f612d356ec674726881d051f673eb9892b5d910d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 ed3d84befe1944ccd687b3d6f92617eda2359872ca63f215ef9212ef10277948
MD5 e637eb4f3f7977b9e70bdb2043753350
BLAKE2b-256 1c318c9fd5f62904a36c363a681f39c84398bfc3c53dafeac2f9012006d6e5e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 3f98a48f73502ba13664e63aa7b5a06711329fc0ef362915d5ef6652e71b9a1e
MD5 655b6d7d1ff38251ce6eac875a011aba
BLAKE2b-256 ce2c8238fe23f8b664bb1d193ae2e40e91e16a73a9b76516f0be928a8199bfad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 e8c9a465c95ead26fa914b9a4e074d570da308bdf8daa1f058fe73832bb36c44
MD5 cf0682dd855fadc808819ab48581b14a
BLAKE2b-256 23254d2cc0e27344662f11154355194abbe8cec2b2835f7f9197d19032cda275

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 b4408d18e7832e9d210a0e6b5d77800ddd0ff31e721a331fc91f5d3cfbc6a80f
MD5 563b0c488e8a5ced1ceff8ad576a4ead
BLAKE2b-256 eecc32110e4dd905f35dac642ab171bb4dacc42b83dc550ce54a61531c490a4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.4.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7ca94c312fad895df4f5f721ccb023feb3c75a329c3fc5fbdd22844b22b4c795
MD5 54d2977c84414e7131664ae67e9ee075
BLAKE2b-256 0947a289611f810b24a8181924705ef7a9101fd3116e3ed20efe863d403663b7

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