armnet client SDK — submit jobs to the platform from dev machines and CI.
Project description
armnet-client
The job-submission SDK for the Armnet managed arm farm.
Install it on a developer machine, a CI runner, or any service that submits jobs
to the platform — it builds and pushes container images, submits jobs, streams
logs, and manages secrets and volumes. (Code that runs inside your container
uses armnet-runtime instead.)
from armnet_client import Image, execute
image = Image.build(dockerfile="Dockerfile", context_dir=".", name="my-runner").push()
result = execute(
image=image,
embodiment="lerobot/so-101",
task="assemble_block_tower",
args={"seed": 0, "n_episodes": 20},
timeout_seconds=600,
)
print(result.return_value)
It also installs the armnet CLI (identity, secrets, volumes) plus policy
evaluation, teleoperation, and dataset-recording commands.
Install
pip install armnet-client
Documentation
Full guides and API reference: https://safe-robotics.github.io/alpha-robotics/packages/client/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file armnet_client-0.1.0.tar.gz.
File metadata
- Download URL: armnet_client-0.1.0.tar.gz
- Upload date:
- Size: 91.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e007d19159b50cddc295e63fd710e59684f830fe19fb7ccf9717458d782476c
|
|
| MD5 |
97d3d34cfeeb4b05416e591ef75ae38d
|
|
| BLAKE2b-256 |
eeef21619b6746140ac1ffbdcb286867348e43990201c01300e0850dd4eac06e
|
File details
Details for the file armnet_client-0.1.0-py3-none-any.whl.
File metadata
- Download URL: armnet_client-0.1.0-py3-none-any.whl
- Upload date:
- Size: 110.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36f453842ea0faf1a42b75fe274c23657f3c4531122991d1e43bb8b3f2f8107b
|
|
| MD5 |
2564827fa941599454ba1a798739063c
|
|
| BLAKE2b-256 |
5d86000e66e466b7e4f4d4261d87b3875cda1b5f40627b7310df3fc53321b4ad
|