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 Agent OS

Platform-specific binaries for the AskUI Remote Device Controller, shipped as a Python package. Use it with the AskUI Python SDK when you need local device control—see the Setup Guide in the official docs.

Requirements

  • Python: 3.8+
  • 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.

CI/CD and automated pipelines

This package is for local and desktop use only. It is not suitable for use in CI/CD or other headless/automated pipelines. For CI/CD you need the dedicated AskUI service. To request access, contact support@askui.com.

License

Use of AskUI Agent OS is subject to the AskUI Agent OS Terms of Service. Non-commercial use is free; commercial use requires a separate Commercial Licence from AskUI.

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.1.1.tar.gz (17.9 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.1.1-cp314-cp314-win_arm64.whl (12.5 MB view details)

Uploaded CPython 3.14Windows ARM64

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

Uploaded CPython 3.14Windows x86-64

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

Uploaded CPython 3.14Windows x86

askui_agent_os-26.1.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.1.1-cp314-cp314-manylinux_2_34_aarch64.whl (31.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.13Windows ARM64

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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

askui_agent_os-26.1.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.1.1-cp313-cp313-manylinux_2_34_aarch64.whl (31.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

askui_agent_os-26.1.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.1.1-cp312-cp312-manylinux_2_34_aarch64.whl (31.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

askui_agent_os-26.1.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.1.1-cp311-cp311-manylinux_2_34_aarch64.whl (31.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.34+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

askui_agent_os-26.1.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.1.1-cp310-cp310-manylinux_2_34_aarch64.whl (31.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.34+ ARM64

askui_agent_os-26.1.1-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.1.1.tar.gz.

File metadata

  • Download URL: askui_agent_os-26.1.1.tar.gz
  • Upload date:
  • Size: 17.9 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.1.1.tar.gz
Algorithm Hash digest
SHA256 2fd72c0ace97e9c39e18ba4420a7d526b95069a45389a291e699048bf2865da8
MD5 c7e94c7ce1e87c3f6fb221dd8bab6bbb
BLAKE2b-256 0c75732cc9a3f695d54c16787b1c552d5d52ef8634028cb0517b339913526aaf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp314-cp314-win_arm64.whl
Algorithm Hash digest
SHA256 247f4a9e8157fc96b782dc33e73e789e248666ee1cf5fa7bf3b37634a46b4844
MD5 91e66167710da855ad04765c67076021
BLAKE2b-256 6f24ee20e5b5e49cc336e9d7ec8f17789c89a5c89115de4b3b77a42921ef5232

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 66673bb530572fe966f7ae19478da01944598a9b9cd58dd14a989114c1d4e759
MD5 d78ec5ad96116d8cf34c976c051b9645
BLAKE2b-256 477eb0478982c8821ade76e5e10a588f89d9d97f3eece3eba440251d9d3f3a3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 a22dc3a98cdf269bf6d4738b6b6ec99319d12ff8e0e026b7eb84fae07e2c9777
MD5 23b75faa899bdc60b78449ee4b55fe7f
BLAKE2b-256 c7a247115fa91f6e57e57f690844e694b5f86cbf021a18b7551ef97aa04fddb7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp314-cp314-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 1646ad3d04c0fcaa50a92010e1f937478f6e9b2ddf8f8dd8a3de5b813dea4329
MD5 cf5894d6acc417b7bf32e97683259d8d
BLAKE2b-256 3f8806224d543ff9aa9ad9438a5fe90c30145cf277be5392803abc6cc02d2b11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp314-cp314-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 821bec27a1abea5e154aa1203bb0c7fe8117bb6dd8ba3ff15d334fc8045d4add
MD5 fd1ecf7943d08bf9f3a5cc4013949f62
BLAKE2b-256 24f359311f03ed17fe45a32f3bb3e9d2c4a84c333679de7d709606ca3fdb681e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c3fb2fbd1d527a12c7bf40f0b61e4b127ce1eb475b9140fc1f3b7f2df7183808
MD5 f8226cf71bb67df707912c735071114b
BLAKE2b-256 39c2f419be09acb7a8302b8ec36cdc8f471b756628118101133594cdfaa5fa25

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 f17ce6a3da87e2d75b8119a3fdadf08f961b60b5f8a1552bb7f3a5b7a1d8c0bd
MD5 7744f33d1d5ee638de10aea6e0bdb949
BLAKE2b-256 40767ce53e747354a8447e77dc057f7fcd6717d1a2c44809b7d101c4002b1907

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7086e1bff487c42ba707da33906dd53ddc976afcedf1b0791f976b2fa5494d6f
MD5 5548abbbdd9806ee3e60619ac1fcb749
BLAKE2b-256 0c60e3d21f14e72ada4fbb9168e728f4e57af9a67df34376013b1d99bfbdc6c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 478323c694196ffaabc77bbd0112cb59922c53fd6bc30ce896572b9297f3baf2
MD5 5e58db90dfb3ac9cf6ac911e6afc59d3
BLAKE2b-256 de30700f2689c68c79d87bcfe2e80f610a6126df589908ea75ffae99e1de74ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp313-cp313-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 6bc687ed47b1dc25b7f42db656204ac297ca9ff6e5d7308d4262542ff7207f2e
MD5 3dffded7b8884442d9393a2edb53adac
BLAKE2b-256 f2e3c56d98d15b85792feb54f115ff42d53cb3dc0c561614f42f6a3dee5ad054

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp313-cp313-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 4a85dd025125ca6b2f2e4a9df0f961103d06563db0a58f9457d63e213ca5c3d4
MD5 eeda6006cb03c2459000441287b91d7f
BLAKE2b-256 756b598907adab92eaa94a0f5968c874c0c7a7001e729a98cc1773defd679e0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e8c69de3554170d0dfb7f3941e99a50c403d33700802d83091901e32c78b3a0d
MD5 0fc08d9388eddf6ca864242917b2e7a4
BLAKE2b-256 9366c25e2e355badced243e3e320d5bdae70e5d3e45c3d2d6c0c854b283fbce7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 91165a559b61d4e61efeae917d52dd31c2b28187808c6b7130bab384f4ec397b
MD5 cf88b743fa5a31c42f10a23e8e5bec20
BLAKE2b-256 143e49169cd3e1e807de8318fcdb87b6a322f4a709877d219e73f5f373d40e45

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 80734af7d6d752913e9b058f1ce578e64e76e3203532244d2aa6e739ff7ca244
MD5 c038c8db1bb39397fb9c00d8e97c6383
BLAKE2b-256 a2187f91560a2e49d5243c2f300493a0a2bcb0547b6114add6743d0c485aec1b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 c3c42a62bfb8efea8c80fcb3f52c78aec86fb938d7397526969918469968623a
MD5 85d32ee9f5615b1c0bec1ff06eedf4b9
BLAKE2b-256 5ac7142960d295f1978a8abc3a971d96578531d94c27f8a1e055d41a310a8233

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp312-cp312-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 0856001118b0f5f870c6686d4f561f54914f1742bd37e0c5f893df04b1484d29
MD5 5b7af37babc78593633bf165320ecaa0
BLAKE2b-256 f6515e312955df5176fe176acc8d774a8f83b2cbc6ddeb0409ecc1e2bce19392

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp312-cp312-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 5e6719db637251e67877b6e8cd3c8bade448e2523ee1f8b90c51b5ef1c03a288
MD5 75b869979a82f92a3b9d4216b108fcbc
BLAKE2b-256 5585886dd0d97303a5a53bcf78d56bfc7c7a164608807e4d3b45c728a5d6e793

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7471cad085e380ab9f580a77d1957011ca08677e8f7eb313b16dc1b1fc8d159e
MD5 ec1334ee830cd761af12446f29519d64
BLAKE2b-256 0202f864534977d5041f1b17855898a6845323da20c3ff147f7254dd707d565c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 481c1ebadf9a511804ca702c1403a68af037b6f40d68b662cccc9979be6bc70c
MD5 6264475d33d5db5e8b54ef3bd6631850
BLAKE2b-256 31cf5a80a4bc109aa372f4fdd12d3edfc56ef14f9a3a17f4a4e510bdec395187

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 90ca39ba3b1cdb3dedb9225db1dcd6524d8e0b261439dc32522241ebc1b84c1d
MD5 6ec1a8edb4d3d3ff00d5b6f656fbe270
BLAKE2b-256 8cb17ee5e6e59bb77e5f7ddcd9e90300be67b483d0c1cd659deff7a7b3b1bd6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 68130e52923367d58d080024c27944ca8d4be45a1420011b39a8bf14b46d0248
MD5 06241be08d8fc474745c412e3497c678
BLAKE2b-256 e43b30b0370ef0c5277f0d4d12115e49d21d243670438e6589525c1ef1ffeb9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp311-cp311-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 ec0704dbdeeb8ebb9c7557c874682a6ed7bf4009f04b41264561a535b85c7ed0
MD5 df6536a45978824d3ddd01890b0dedd3
BLAKE2b-256 3cb18a539382550e3efc69d5bdaf2859fab8940f8bafff3e9e6c1bc1b026c679

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp311-cp311-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 7abca8dd98d3bf615401cf42650688a82011aa60f7d4f1bc8b1c0b6033c95dd2
MD5 d04ec141ffcb5a3b70eb3670b44609f4
BLAKE2b-256 b5e24291b66dfef99ba1cb6fcc61f6128aff2c7b8647e75c44f7238f9cc170f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4e16ff453ed2cdb25a2bd97b67fcdaef1be293e96a2497720238c464f4a18afb
MD5 61d651265fee34ea2832f3287e42abb5
BLAKE2b-256 a4e33c6aec82ee7ffadffa37e2a8db575f7dad96a0d34e6d4908dd4eacbd3d8d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 40908a46cde60a2a2543930e6bb19cdde3e0af843ee5fc343fd5f9a38ce9b4c0
MD5 6fd99b50684facd2f2b9eb2b912cac0a
BLAKE2b-256 170e0c0f907c064b0c74c162ffede3ef7848ff167ea7ab7ec8e318bad289bfb0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e9ac17789c44eeb9df14c2d975d6b00e2283509c817e5c55b01cd7e92922c46c
MD5 44ba64364bd5bd784ad9ec99f7cb12e1
BLAKE2b-256 7655b901682ccf38d5e5d242569010084ba1b18a8f013a0164f3c692219018af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6158028333fc93a43845210a11bedc41a98fa3178cbb68e070ddaa153e3597c8
MD5 f0a82661e61fed3d54ee70a698cc698a
BLAKE2b-256 f5badc513c102ce1ba533481208ffece3bccd83cdc9e60552f5af996756df00e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp310-cp310-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 5273f7bf7ca7dae922458f37dbaf54e84f8c783cb9122be0239358ac609c8e9c
MD5 dbe0ab847814ef000fefe192a2f6c4f1
BLAKE2b-256 0fecc1aca6c6f25fbd2a56232549ab1b4862ff0ef3e56b71b087c394324c8c26

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp310-cp310-manylinux_2_34_aarch64.whl
Algorithm Hash digest
SHA256 797079d8c560c3a8925e1a94869fb1fb971fb4d5c2b38ab034c5dbfa0e15c13f
MD5 27cdc6c5e4fef5b90da517fc0067bbff
BLAKE2b-256 eb334025edf2c241ed0a60755251d835d8cbce8fa97654b82a6baf5e14792e73

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for askui_agent_os-26.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 03f4f7aa7c6c40903ca5e7155207db4c282b95d87542cc883b0c827feb0bbebc
MD5 1c7bca4a8c492358a6cbb8435ea0711a
BLAKE2b-256 5f4cfa5a4029877cb84e6ba4709811130ddb71648db22ebe17de0ca6f2c118d3

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