TACET operator
Runs the TACET log in production. The reference defines the objects; this package fetches, signs, anchors and publishes them.
every hour tacet-operator run-epoch drand round → observe surfaces → update map → sign sheet → OTS stamp
every 6 h tacet-operator refresh-anchors upgrade OTS proofs; close sheets confirmed in Bitcoin
daily tacet-operator publish --proofs rebuild featured silence proofs (crovia.seal.v1)
What one epoch does
- Fetches the current drand round (chain
8990e7…, pinned intrust_root.json). Nothing in the epoch could have existed before that round: lower time bound. - Fetches the surfaces of the featured targets and of a rotating slice of the
target list (default 120 per hour, 0.6 s apart,
crovia-tacet-observeruser agent). Surface = the raw model card…/raw/main/README.md; for gated repositories (401/403) the rendered model page. - Runs the public predicate
crovia.pred.hf-card-training-data 1.0.0(source, hashed byte-for-byte into every snapshot) on the bytes and signs a snapshot with the observer key. Non-200 responses produce no snapshot: a fetch failure is indeterminate, never absence. - Applies forward-only slot transitions: a positive snapshot for an empty slot
inserts a
disclosurevalue; two consecutive negatives for a disclosed slot insert aretraction. Every value is asserted by acrovia.seal.v1signed with the Seal-issuer key (values/<key>.json). - Signs the epoch sheet (root, size,
snapshots_root,openedbeacon,prev_sheet_hash) with the operator key and stampssheet_hashwith OpenTimestamps. When the calendar reaches Bitcoin,refresh-anchorsfillsclosed(block height, block time, proof URL): upper time bound.
The operator is the only writer; all changes of an epoch are applied in one
batch, so the sheet's root is the root at epoch_end. Missed hours are
back-filled with empty sheets (historical drand round): the chain stays
contiguous and those hours contribute no silence.
Silence proofs
tacet-operator prove mistralai/Mistral-7B-v0.1 --strength 2 -o proof.seal.json
tacet-operator verify proof.seal.json --operator-pubkey <key_hex from trust_root.json>
A proof carries every sheet in the range, the delta-encoded non-inclusion
path, the negative snapshots with their Merkle inclusion in each epoch's
snapshots_root, and the silence block recomputed by the verifier:
silence_seconds = sum of the durations of anchored epochs that hold a negative
snapshot for the target. Unobserved, unanchored or unreachable hours count
zero. The bundle is wrapped in an unmodified crovia.seal.v1.
Keys
Three Ed25519 seeds in state/keys/ (mode 0600), created on first run:
operator (signs sheets), observer (signs snapshots), issuer
(urn:crovia:seal-issuer:tacet, signs Seals: value assertions and proofs).
Public keys are published in trust_root.json.
Install
pip install -e ../reference/python -e <crovia-seal>/reference/python -e .
TACET_STATE=/opt/crovia/tacet/state TACET_PUBLIC=/var/www/registry/data/tacet tacet-operator keys
Tests: pytest -q tests (predicate vectors are real model cards; the epoch
test uses a fake network, fake drand and fake OTS).
Release files for crovia-tacet-operator 0.4.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| crovia_tacet_operator-0.4.0.tar.gz | 25.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| crovia_tacet_operator-0.4.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 54.1 kB
Release files / crovia_tacet_operator-0.4.0.tar.gz
| Download URL | crovia_tacet_operator-0.4.0.tar.gz |
|---|---|
| Size | 25.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4ad48201114c63222b4df130a709eb33bacc66d1e59b5675652f970b2c0c4d38
|
|
BLAKE2b-256 checksum How to use checksums |
abe0d088119430cb09c28756e392bd60e6858736b1d20b39937b91cbb9024558
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
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 Sep 20, 2026.
Transparency logRelease files / crovia_tacet_operator-0.4.0-py3-none-any.whl
| Download URL | crovia_tacet_operator-0.4.0-py3-none-any.whl |
|---|---|
| Size | 28.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
38b01398c9a5a1e41bda36a7fb5c4084bb45a1422b3794170dc5916231a5466f
|
|
BLAKE2b-256 checksum How to use checksums |
6cb26114ad9455e5070251050ee2ebfde29c247f92de2a087fc7bd45a576195c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
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 Sep 20, 2026.
Transparency log