JARVIS Event Stream
Internal JARVIS service that stores RunEvents and serves NDJSON streams. This is a JARVIS-only contract (not part of the ARP Standard).
Requirements
- Python >= 3.11
Install
python3 -m pip install -e .
Run
python3 -m pip install -e .
arp-jarvis-eventstream
[!TIP] Use
bash src/scripts/dev_server.sh --host ... --port ... --reloadfor dev convenience.
Configuration
Environment variables:
JARVIS_EVENT_STORE_DB_URL(defaultsqlite:///./runs/jarvis_event_store.sqlite)JARVIS_EVENT_RETENTION_DAYS(optional)ARP_AUTH_*(JWT auth settings, shared across JARVIS services)
Auth is enabled by default (JWT). To disable for local dev, set ARP_AUTH_PROFILE=dev-insecure
or ARP_AUTH_MODE=disabled. Health/version endpoints are always exempt.
If no ARP_AUTH_* env vars are set, the service defaults to the dev Keycloak issuer.
API (v0.3.7)
Health/version:
GET /v1/healthGET /v1/version
Events:
POST /v1/run-events->{ items: [{ run_id, seq }], next_seq_by_run: { run_id: seq } }GET /v1/runs/{run_id}/events(NDJSON)GET /v1/node-runs/{node_run_id}/events(NDJSON)
Query params for streams:
cursor(opaque, optional)follow(0/1, optional)limit(optional)
Release files for arp-jarvis-eventstream 0.3.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| arp_jarvis_eventstream-0.3.8.tar.gz | 8.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| arp_jarvis_eventstream-0.3.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:18.9 kB
Release files / arp_jarvis_eventstream-0.3.8.tar.gz
| Download URL | arp_jarvis_eventstream-0.3.8.tar.gz |
|---|---|
| Size | 8.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
49122553c6f01f0391e71f715f6351f9780e645e07f0798e49dcfc4a77ccf949
|
|
BLAKE2b-256 checksum How to use checksums |
af938beaa1145ba9514c460b4fc1f36eb0f7326502e537069581c4402c502150
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 4, 2026.
Transparency logRelease files / arp_jarvis_eventstream-0.3.8-py3-none-any.whl
| Download URL | arp_jarvis_eventstream-0.3.8-py3-none-any.whl |
|---|---|
| Size | 9.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7407d188bf2bbbe71193649428c6fc658773384c84d1363ee122ea65a2574d6d
|
|
BLAKE2b-256 checksum How to use checksums |
6973bbe9443f4479253d6adc7e53f2d62208eb8e53ab1120ac1a96c2aa696ced
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.7
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Jan 4, 2026.
Transparency log