swt3-ai 0.5.7 → 0.5.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +9 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bebf373d9a11721a8c636e8335ff3c0bd48f60f5ef738571dc19b34251b5d65d
|
|
4
|
+
data.tar.gz: 996a7b4ee26e5603ad6697f4f37b93dc5750aeafcc344d0d3d50185a7fc3bcc8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 18a7db4cf5bb5cc237881b9324a876fa8918abd93c4f39114a04205213caf99b91a8e3ad9eae5d44ab593cc4d86d3d32f0cbc1486dd07183ed896b881087350a
|
|
7
|
+
data.tar.gz: 91e86cf454721b565d84bf03985b128e9ea6351540536fc3bc779eff917e8ce5bc83464990e2a365183a5af98cae419570f10cb61b96056fc7210a524922f641
|
data/README.md
CHANGED
|
@@ -9,6 +9,11 @@ Witness your AI. Prove it followed the rules. Cryptographic accountability for e
|
|
|
9
9
|
|
|
10
10
|
GPAI transparency obligations are enforceable now. EU AI Act high-risk enforcement begins **December 2, 2027**. This SDK gives you the cryptographic primitives.
|
|
11
11
|
|
|
12
|
+
## What's New in v0.5.9
|
|
13
|
+
|
|
14
|
+
- **Compliance Intelligence** available in Python, TypeScript, and MCP SDKs -- offline crosswalk resolution across 24 frameworks. Core primitives in this package remain stable and unchanged.
|
|
15
|
+
- 2,069 tests passing across all 7 SDK languages.
|
|
16
|
+
|
|
12
17
|
## What You Get
|
|
13
18
|
|
|
14
19
|
- **`Swt3Ai::Fingerprint.mint_fingerprint`** -- canonical SWT3 fingerprint from tenant, procedure, factors, and timestamp
|
|
@@ -16,7 +21,7 @@ GPAI transparency obligations are enforceable now. EU AI Act high-risk enforceme
|
|
|
16
21
|
- **`Swt3Ai::Fingerprint.sha256_truncated`** -- truncated SHA-256 hashing for prompts, responses, and model weights
|
|
17
22
|
- **Types** -- `WitnessPayload`, `WitnessReceipt`, `WitnessConfig` structs and `REVOCATION_REASONS` constants
|
|
18
23
|
|
|
19
|
-
All output is byte-identical to the Python, TypeScript, Rust, and
|
|
24
|
+
All output is byte-identical to the Python, TypeScript, Swift, Rust, C#, and MCP SDKs. 7 languages, one audit trail. Verified by shared test vectors.
|
|
20
25
|
|
|
21
26
|
## Quick Start
|
|
22
27
|
|
|
@@ -57,12 +62,14 @@ All SWT3 SDKs produce identical fingerprints from the same inputs. A unified aud
|
|
|
57
62
|
|----------|---------|----------|
|
|
58
63
|
| Python | [swt3-ai](https://pypi.org/project/swt3-ai/) | PyPI |
|
|
59
64
|
| TypeScript | [@tenova/swt3-ai](https://www.npmjs.com/package/@tenova/swt3-ai) | npm |
|
|
65
|
+
| Swift | [swt3-ai](https://github.com/tenova-labs/swt3-ai-swift) | Swift Package Index |
|
|
60
66
|
| Rust | [swt3-ai](https://crates.io/crates/swt3-ai) | crates.io |
|
|
61
67
|
| C# / .NET | [swt3-ai](https://www.nuget.org/packages/swt3-ai) | NuGet |
|
|
62
68
|
| Ruby | swt3-ai (this package) | RubyGems |
|
|
63
69
|
| MCP Server | [@tenova/swt3-mcp](https://www.npmjs.com/package/@tenova/swt3-mcp) | npm + MCP Registry |
|
|
70
|
+
| K8s Witness Agent | [swt3-witness](https://github.com/tenova-labs/swt3-ai/tree/main/packages/swt3-witness) | GHCR + Helm |
|
|
64
71
|
|
|
65
|
-
The Python and TypeScript SDKs include the full witness pipeline: transparent client wrapping, buffer management, clearing engine, adapter support (OpenAI, Anthropic, Bedrock, vLLM, Ollama, LangChain), trust mesh, policy-as-code, and Merkle accumulator. Use them for production AI witnessing. Use this Ruby gem for embedding fingerprint verification into Rails apps, Sidekiq workers, or Ruby-based tooling.
|
|
72
|
+
The Python and TypeScript SDKs include the full witness pipeline: transparent client wrapping, buffer management, clearing engine, adapter support (OpenAI, Anthropic, Bedrock, vLLM, Ollama, LangChain, LangGraph, Microsoft AGT, Google ADK, CrewAI), trust mesh, policy-as-code, and Merkle accumulator. Use them for production AI witnessing. Use this Ruby gem for embedding fingerprint verification into Rails apps, Sidekiq workers, or Ruby-based tooling.
|
|
66
73
|
|
|
67
74
|
## Regulatory Coverage
|
|
68
75
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: swt3-ai
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- TeNova Labs
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-07-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Mint, verify, and sign SWT3 witness anchors for AI compliance. EU AI
|
|
14
14
|
Act, NIST AI RMF, CMMC, SR 11-7. Cross-language parity with Python and TypeScript
|
|
@@ -52,6 +52,6 @@ requirements: []
|
|
|
52
52
|
rubygems_version: 3.4.20
|
|
53
53
|
signing_key:
|
|
54
54
|
specification_version: 4
|
|
55
|
-
summary: 'SWT3 AI Witness SDK: cryptographic attestation for AI inference.
|
|
56
|
-
|
|
55
|
+
summary: 'SWT3 AI Witness SDK: cryptographic attestation for AI inference. 103 procedures,
|
|
56
|
+
52 namespaces, 7 languages, 18 profiles, 21 integrations.'
|
|
57
57
|
test_files: []
|