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.1.tar.gz
(313.2 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.1.tar.gz.
File metadata
- Download URL: serial_alice_agent-1.0.1.tar.gz
- Upload date:
- Size: 313.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4f1ae9b97bfaf9f0691d629806e51f867dcfb29b6c39c4e26986fb7d2ec8398
|
|
| MD5 |
62d592881af9b6a86d3802383ccd617a
|
|
| BLAKE2b-256 |
5a2adf6b999da7aaa86d2fb62c9a84581fa261fe549d7842c83a2ecf451dd225
|
File details
Details for the file serial_alice_agent-1.0.1-py3-none-any.whl.
File metadata
- Download URL: serial_alice_agent-1.0.1-py3-none-any.whl
- Upload date:
- Size: 383.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
55473e4759a3d3b3cea1e258a7b5cda174b4cc7ae6f4248863c106ea5fb657a8
|
|
| MD5 |
fae1bfdfeb3f424b742d8dd46a59b98c
|
|
| BLAKE2b-256 |
2c61f300f0f3c2a494cac1ada6c9a45a6fa5048b05686148a750675f81ec2fc2
|