Serial Alice Agent — Verifiable energy and compute attestation
Project description
Serial Alice Agent
Verifiable energy and compute attestation agent for AI workloads. Issues Ed25519-signed certificates of energy consumption, anchored on Polygon.
Install
# From the self-hosted zip (no PyPI, no GitHub auth required):
pip install https://api.serialalice.pt/agent/download/linux
# Or download first:
curl -L https://api.serialalice.pt/agent/download/linux -o serial-alice-agent.zip
pip install serial-alice-agent.zip
# With NVIDIA GPU telemetry:
pip install "serial-alice-agent.zip[gpu]"
Quick start
export SA_AGENT_API_KEY=sa_live_... # from https://app.serialalice.pt
serial-alice-agent status # verify API connectivity
serial-alice-agent discover # list detected hardware
serial-alice-agent run --job-name my-training -- python train.py
Run without installing
unzip serial-alice-agent.zip
cd serial-alice-agent
pip install requests pyyaml psutil cryptography # core deps
python -m agent.cli status
Configuration
# agent.yaml
api_url: https://api.serialalice.pt
api_key: ${SA_AGENT_API_KEY}
measurement_interval_s: 10
hardware:
gpu: auto
cpu: true
Links
- Documentation: https://api.serialalice.pt/docs
- Platform: https://serialalice.pt
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
serial_alice_agent-1.0.3.tar.gz
(318.6 kB
view details)
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 serial_alice_agent-1.0.3.tar.gz.
File metadata
- Download URL: serial_alice_agent-1.0.3.tar.gz
- Upload date:
- Size: 318.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd8c7a21174fd139830723c6811a7e5f9d6d2c9a1a41be6543c380ef702dd06e
|
|
| MD5 |
4c1ef546839c87b210016b135cbe18a0
|
|
| BLAKE2b-256 |
8355a59b6c1522bd3ec3bb4f98f8268eb58cf52dd1a1c1ab195adcbe65b6bcca
|
File details
Details for the file serial_alice_agent-1.0.3-py3-none-any.whl.
File metadata
- Download URL: serial_alice_agent-1.0.3-py3-none-any.whl
- Upload date:
- Size: 390.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c4b7ccc8af73194774525b218c5807d0d3f089f89ed58ee248b565654fe2903
|
|
| MD5 |
ea10d78e2f2b6a81e1656ec784b18c7c
|
|
| BLAKE2b-256 |
8688a4e7acd3c3c81b3bf486481424b165d79d239fd02294fcc5f8c625fe45ea
|