abtonmoy/SemanticSentry Drift Gate
Compare two saved embedding snapshots and fail the job if geometric drift crosses the configured thresholds.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 25, 2026
- License
- Apache 2.0
Pinned Snippet
uses: abtonmoy/semantic-sentry@e9946de6486c873ad9e4d5324efe7c2fcfc7b0b7 # no releases — HEAD as of 2026-08-29tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| baseline | Path to the baseline snapshot directory. | yes | — |
| candidate | Path to the candidate snapshot directory. | yes | — |
| fail-under | Comma-separated METRIC=MIN floors (e.g. cka=0.9,nps=0.85). | no | "" |
| fail-over | Comma-separated METRIC=MAX ceilings (e.g. isotropy_delta=0.05). | no | "" |
| python-version | Python version to set up. | no | 3.11 |
| version | semantic-sentry version/spec to install (default: latest on PyPI). | no | semantic-sentry |
Outputs
no outputs