swt3-ai 0.5.7 → 0.5.8
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 +4 -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: 5c27061c20a0a5b6e5de3d1080e2fd6d5e596965afcfb3212bb9deaffa6cbe9d
|
|
4
|
+
data.tar.gz: 7779475a2c3c040186f2c43a15ba0d4f29e267f51a2b588a9c3ddb582dc76286
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 585e7fd2cba59cb0fdc0d6f63e9e17c15aaa2a7ca97856a1d978758d2d120086bbe32deae4bf514865db152a86aaf609435565f3d93c0b73f6445a69b35a9825
|
|
7
|
+
data.tar.gz: 51b771b4e57789cdf352a9ae1bdcbabfccc15dba493665b5e6c35145cc973588e85509c0a9ffaa5e6b1cca839403298082f73399770fc0a8ab236c817139fa7a
|
data/README.md
CHANGED
|
@@ -16,7 +16,7 @@ GPAI transparency obligations are enforceable now. EU AI Act high-risk enforceme
|
|
|
16
16
|
- **`Swt3Ai::Fingerprint.sha256_truncated`** -- truncated SHA-256 hashing for prompts, responses, and model weights
|
|
17
17
|
- **Types** -- `WitnessPayload`, `WitnessReceipt`, `WitnessConfig` structs and `REVOCATION_REASONS` constants
|
|
18
18
|
|
|
19
|
-
All output is byte-identical to the Python, TypeScript, Rust, and
|
|
19
|
+
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
20
|
|
|
21
21
|
## Quick Start
|
|
22
22
|
|
|
@@ -57,12 +57,14 @@ All SWT3 SDKs produce identical fingerprints from the same inputs. A unified aud
|
|
|
57
57
|
|----------|---------|----------|
|
|
58
58
|
| Python | [swt3-ai](https://pypi.org/project/swt3-ai/) | PyPI |
|
|
59
59
|
| TypeScript | [@tenova/swt3-ai](https://www.npmjs.com/package/@tenova/swt3-ai) | npm |
|
|
60
|
+
| Swift | [swt3-ai](https://github.com/tenova-labs/swt3-ai-swift) | Swift Package Index |
|
|
60
61
|
| Rust | [swt3-ai](https://crates.io/crates/swt3-ai) | crates.io |
|
|
61
62
|
| C# / .NET | [swt3-ai](https://www.nuget.org/packages/swt3-ai) | NuGet |
|
|
62
63
|
| Ruby | swt3-ai (this package) | RubyGems |
|
|
63
64
|
| MCP Server | [@tenova/swt3-mcp](https://www.npmjs.com/package/@tenova/swt3-mcp) | npm + MCP Registry |
|
|
65
|
+
| K8s Witness Agent | [swt3-witness](https://github.com/tenova-labs/swt3-ai/tree/main/packages/swt3-witness) | GHCR + Helm |
|
|
64
66
|
|
|
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.
|
|
67
|
+
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
68
|
|
|
67
69
|
## Regulatory Coverage
|
|
68
70
|
|
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.8
|
|
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-06-
|
|
11
|
+
date: 2026-06-30 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: []
|