a3s-runtime 0.2.0

Provider-neutral execution contract and client for A3S runtimes
Documentation
1
2
3
4
5
6
7
8
9
{
  "schema": "a3s.runtime.exec-request.v1",
  "request_id": "golden-exec",
  "unit_id": "golden-service",
  "generation": 3,
  "command": ["/bin/sh", "-c", "printf ready"],
  "timeout_ms": 5000,
  "deadline_at_ms": 200000
}