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

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

askui_agent_os-26.6.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.6.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.6.1-cp314-cp314-macosx_11_0_arm64.whl (34.0 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

askui_agent_os-26.6.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.6.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.6.1-cp313-cp313-macosx_11_0_arm64.whl (34.0 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

askui_agent_os-26.6.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.6.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.6.1-cp312-cp312-macosx_11_0_arm64.whl (34.0 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

askui_agent_os-26.6.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.6.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.6.1-cp311-cp311-macosx_11_0_arm64.whl (34.0 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

askui_agent_os-26.6.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.6.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.6.1-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.1.tar.gz.

File metadata

  • Download URL: askui_agent_os-26.6.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.6.1.tar.gz
Algorithm Hash digest
SHA256 bfa16b8d1ab2d892c07d5fb9c03dcba109c4eb09562fd4d6e2da283f7820da31
MD5 6577c0f978e6548f0efea68c9604c203
BLAKE2b-256 41b3ff4bba9fcd60053b77efda8c73a5257b2a8c0be26d03087098b91bed5791

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 31ec9e0177d287aff17b170af8fdfff8f3af46e15236d97006112804c4554152
MD5 5f3b900908d09b4b92ac0bb02236acaf
BLAKE2b-256 3529662fde81970f7399a87e59ea312b1aef85ff5ef6f7cd822ef4a58dc118ae

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 283871291f46db651600df82108ed8c19fd8b57a5fe634f7c0a8c67d9a58e4d1
MD5 6f259e8e5d8ae09b17950512c2e3875c
BLAKE2b-256 acb11add23e251f9a958a1c324581513908da86d4e8b6e4816fddcf15a2da3f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 6e765a57dedf95542e05f6b79e2d3be54c2ebdb3061c48729087e1999db2efab
MD5 f4f71330180487f147c8b3a57914b634
BLAKE2b-256 92531a7b698bef1eb26a32fab59974b32d8fa825cfb40d7cf0442f8318e283bd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 a08d8e4446b36b64ce89beca8328f6b911410a0af836edca5f603ea69355339e
MD5 2b4491e5ec6d925f145418def4979892
BLAKE2b-256 c75b0a58d4a7f2cc0ea994d644b6fcb78f8bfdc009d4ba88bb1ce1efcc6a3eb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 0af85492013c8e4708e156bbd1887013e9a60941fb4923b9fec3289b62a329fa
MD5 0775e6ae0e905cc07e96fbff65345f2f
BLAKE2b-256 29eb2bc64a849e5d07400fd5bd8e8dece0ac41bef9e334f7ae2bb0a78a1f08e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3c6ff0ad175078abbe452f3ef2037684480b16c18a4fff82740aff36f270efe4
MD5 e4570a42edf3f529d7753de039881d82
BLAKE2b-256 7f8cb06e310eca69e5fdf51eef1a3c2f092559b42ebfdf13962e11bfe436aa20

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 bc2b73f7edc4f897d59ed642939e8a12724565f36ed15f6e2fac8ca3f1e1d4fd
MD5 1a105cc28170f17f1eb530fa9b77cf11
BLAKE2b-256 7e59b6bc3fcb40c632ebbfb2dd1990c116b31a1f746d8b5b16ad43d18b78fffd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d6b7e178c18c33069703b3928dfa96d8d687b4b2463f0407f7c1d69b0f939eb9
MD5 c0354ce30bb999d5e921cc512c735ca2
BLAKE2b-256 282d2468faef245b50ad0c530ed63b243779658e47f62bae60758a7ac2c513a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b2a7f891cc0ab0f7e9b8f1b6de237f5d769fb6cac5badd760e293cc71776864e
MD5 d473227a9011360a98c6cd7013f9c25d
BLAKE2b-256 6407ca2ed331236ae37f7df92693fbd53482a0a0de2397b25ceca6f77ee26be7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 a070da126b9191b7f35967a1114431980eabd1b2891235b7a9171d895b9446db
MD5 13f9fe711284b40332d55fee60dcc4b2
BLAKE2b-256 eb94e20ae041e75e8d7f3fd77e29ce4b79f8fd50d1ee55a790630f2475786f9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 41ac54702c22982db8e1f87c96fd86a1d70c34ec84600da2dac9634a42843eb0
MD5 fa02660ee423121ce61bcab4daa69cce
BLAKE2b-256 b54c8994188b3a872d02b4c08a41614d83a56146e6c658e2218d4e7284da1de8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9c8e05510f35d3f6c150955275c1f9368c93b5a60dd6ac8b983788759e3479cf
MD5 3ab4d1223ec76258d93b4e7aa39b9d95
BLAKE2b-256 1578dd2b2c774d36943e611c6bcf492556bae28c36f320b3550eb6a9b1dd8ead

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 51ecd0b189b6332c47879d35adce332eb11f858fc20709fc5fdab1a785b483ea
MD5 772791f1327197c768cc839dec23fdcb
BLAKE2b-256 ff87f7aeddc9b2c5f28555958d4f5b2bc872053686de7ba7f306fbcec76943a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e5ebaef9de6e793943e58a7c23284c378526cd9111005bbe9691a12fdb3bc5fd
MD5 39713131d89c11fef312e465ca8792f0
BLAKE2b-256 ea4a858283c368bf001d491d4187553a4b1b22ec2fe67dbc12402667a0b8e7e6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 689d157ec1ef6582d7a25258e6ee4e437d2fba987b72736c75ab4b884f5eec93
MD5 123ac35d5621ef675808244edfbc5cfb
BLAKE2b-256 bc93ce58384f35957dcfca0b4c13c6c0854f1ce68d0008573a5c0ae73b806187

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 0ff998b69ace1cfee448a625eeb4afc8a983aed7d8d89b0b7e123f94150dbe6c
MD5 75ba2224e3aa986e7d8cd0ec91ad3c14
BLAKE2b-256 351b7d6e195f55978d98dfa3c2afd8f5ff108dc19495d4babc690ab49a85dc91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 fafd680713e83be34db7600ef2e27a84bf1e7788267b78d773966cf277c33176
MD5 7f0c442811f1fc79aeda167f23e93971
BLAKE2b-256 e371e2d38420c065eb7f3e6357151e3234c875344bda58e8ed729c8198806038

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df10c5cbef8c3e900162bccdeab683d5749f2df8a575b76248d9bf9308d4e1c9
MD5 5e890ea00d76b3255a5c6194909727cc
BLAKE2b-256 998219996c3d29722184531b83f604e2dac4ec5f5f06cbeab96ea0e891f640f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 eaf17d36aa41d1ec12408bcb9e0e73ef6df703b13cb6f67d4da21278a88fce16
MD5 e06bcec9a0294b66ae565a890e1f128b
BLAKE2b-256 7154b57cc23b2621b4b0708bfa36f387627ca9a459f752653a76ec5bb86ff17c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0a59bcd3175a8d41ff189ab44c62a5ed6d282df7a4c5ec5e5c8068d6659a61d6
MD5 1c8e40e0c7d136ce68fc0d7db26350d6
BLAKE2b-256 c8954e86df09134f821976f70b81b220d5e2742a9acffd30a7c0bad29412b829

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c6fb60f8e8c1872bbed2c59c4f2e70cb0318cb36e2bbcb17fc3b51ec64c4e538
MD5 22b43d8f0bdae35eeb3420de989376a7
BLAKE2b-256 cb2435d3d0b877b5fd765567de54fc23b7638f08489de6bd517232bfa6ca62d9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 3851931c15e143b05037baad1e9252e7d9c7184c006f41a116809272e14db2a2
MD5 cc4154f3519fe9b45af1a14d9a6249f5
BLAKE2b-256 39ae60165399d2d98f4c0c8a51bf363007eeba57273cbf0ec493adfec0e7d2c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 22587e09bfde5bc88d7dae3eb085a921d25032704e747edbf472342e400a8956
MD5 335101bcf498cf5621698c21feb2473f
BLAKE2b-256 0256e2ee6e0b35fc4cd97635c4d69f09dda57f7016ad162b59eac3ed0772ad39

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b6f25e48dd4e1859e87f1e0edbdea06591e2f7ca2dba91c170ee117d721464a0
MD5 5e4a4caf7e30e6aea1189ab04babde47
BLAKE2b-256 2e322ed950c72f0600f57a9fbffc90d11a9f5bf50b5bff431c64ed530f77cbc8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 2bd54147233945d25b9c6c92aed80f3e715522928e957c5353778b4d4d83dcd3
MD5 8b0f9dd48b4f808a32178a701ac393ac
BLAKE2b-256 b466b2edf2d654af156be6bcdc0ef7c2bd6b9163ecd5b7a24b0dd2785e5a1829

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 386e1e8ab6dd0f9f7c936411c118f01273f24c8344f8712991b4656b20c0ac71
MD5 36062e29061591ba378d04177a266e79
BLAKE2b-256 3c1196b08e20a114f0b6607208cd7ec7b60af24088011f89b118dbe6b791779b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 1d5c3ea73c5d052bc945bbc90cedd53916deecafbc98c79ae1b8a5d91b387a67
MD5 4595dbb65106b7fda2ebd4bb11e451a3
BLAKE2b-256 62e28fd999bd15ba4385fe6ef61491525f7b7e7481f421c14a30a2acc418d887

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 21126e8bcbd6a3195fcbb14fc3cd6ae4a768d0be4998b821cb4094daa412cbee
MD5 efcf1c67c0922b8ffcc9dd6473627fe7
BLAKE2b-256 b012dc0d943f226672b8c4e47550fd3bade6496aee82c4443aafa643f7f5e9be

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 b3f4bef98780abd347852200d865cc85fbc16e8220d58a240c7d096a66a6f1be
MD5 af69ac3d619eac32cd4ea932d4aaa97c
BLAKE2b-256 977bc2c9ca4e5f52fd0c396432ae6da66097c75d5ccfa57e774d8379f5e7e7ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.6.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eb1a03d65e009c9966830bfba17783cfda7f4c3b9f020d2465ee14c6014fcb99
MD5 1cf79df6ccba0d95e5c15ed12328b727
BLAKE2b-256 414e70f087395bda89ff8659d2a5d1d1fe27a6eec37df3a4639ad85ed709ef7f

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