swt3-ai 0.5.6 → 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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -2
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 12b70f278f08567eaa37ac727c996a2067b35504ea4438be1d25ef00f6ad5d00
4
- data.tar.gz: ea571ecc554ae1016bbaba53acc2314faa64c44e4da0a1d6a1d2583c86c26aa7
3
+ metadata.gz: 5c27061c20a0a5b6e5de3d1080e2fd6d5e596965afcfb3212bb9deaffa6cbe9d
4
+ data.tar.gz: 7779475a2c3c040186f2c43a15ba0d4f29e267f51a2b588a9c3ddb582dc76286
5
5
  SHA512:
6
- metadata.gz: 4eeafc7a0f61f7b4b1813aba5efbe2200367a3db520f824d647bb246f2dd4c2cf0c1b007c174e7f7e804fb5239e97a87ebb844678a96a10d1fd7872e47a564d2
7
- data.tar.gz: e4130a57eb5bdb3ff05c16b41a60584301ea13e032dfd93c029798bf03a609eec89a2b40e2ea8797719f60f2ca1f887bfc277b74a2dc965a070e96720bb59e77
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 C# SDKs. Verified by shared test vectors.
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.6
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-16 00:00:00.000000000 Z
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. 94 procedures,
56
- 48 namespaces, 5 languages, 15 profiles, 12 integrations.'
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: []