@tenova/swt3-ai 0.2.1 → 0.2.3
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.
- package/README.md +16 -0
- package/package.json +6 -2
package/README.md
CHANGED
|
@@ -262,6 +262,14 @@ Each anchor gets its own JSON file containing the full uncleared factors and met
|
|
|
262
262
|
|
|
263
263
|
For the full protocol specification, see the [Factor Handoff Protocol](https://sovereign.tenova.io/docs/factor-handoff-protocol.html).
|
|
264
264
|
|
|
265
|
+
## Ready to Witness Your AI?
|
|
266
|
+
|
|
267
|
+
Get an API key and start witnessing in under 10 minutes:
|
|
268
|
+
|
|
269
|
+
- [Book a 14-Day Assessment](https://calendly.com/tenova-axiom/30min) — free pilot, Compliance Passport delivered at day 14
|
|
270
|
+
- [Quickstart Guide](https://sovereign.tenova.io/guides/ai-witness-quickstart.html) — 10-minute integration walkthrough
|
|
271
|
+
- [Contact Sales](mailto:sales@tenovaai.com) — enterprise, on-prem, or custom clearing levels
|
|
272
|
+
|
|
265
273
|
## Documentation
|
|
266
274
|
|
|
267
275
|
- [SDK Developer Docs](https://sovereign.tenova.io/docs/) - Quickstart, providers, clearing levels, configuration
|
|
@@ -271,6 +279,14 @@ For the full protocol specification, see the [Factor Handoff Protocol](https://s
|
|
|
271
279
|
|
|
272
280
|
---
|
|
273
281
|
|
|
282
|
+
## Support the Standard
|
|
283
|
+
|
|
284
|
+
If you believe AI systems should prove they followed the rules, [give us a star](https://github.com/tenova-labs/swt3-ai). Every star signals that the industry is ready for an accountability standard.
|
|
285
|
+
|
|
286
|
+
---
|
|
287
|
+
|
|
274
288
|
*SWT3: Sovereign Witness Traceability. We don't run your models. We witness them.*
|
|
275
289
|
|
|
290
|
+
*TeNova: Defining the AI Accountability Standard. One protocol. Zero Integrity Debt. Total Sovereignty.*
|
|
291
|
+
|
|
276
292
|
SWT3 and Sovereign Witness Traceability are trademarks of Tenable Nova LLC. Patent pending. Apache 2.0 licensed.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tenova/swt3-ai",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.3",
|
|
4
4
|
"description": "SWT3 AI Witness SDK: cryptographic attestation for AI inference",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -36,7 +36,11 @@
|
|
|
36
36
|
"license": "Apache-2.0",
|
|
37
37
|
"repository": {
|
|
38
38
|
"type": "git",
|
|
39
|
-
"url": "https://github.com/tenova/swt3-ai"
|
|
39
|
+
"url": "https://github.com/tenova-labs/swt3-ai"
|
|
40
|
+
},
|
|
41
|
+
"homepage": "https://tenova.io",
|
|
42
|
+
"bugs": {
|
|
43
|
+
"url": "https://github.com/tenova-labs/swt3-ai/issues"
|
|
40
44
|
},
|
|
41
45
|
"peerDependencies": {
|
|
42
46
|
"openai": ">=4.0.0"
|