kontext-sdk 0.2.0 → 0.2.5
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 +1 -1
- package/dist/index.d.mts +1267 -24
- package/dist/index.d.ts +1267 -24
- package/dist/index.js +2834 -326
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2821 -325
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -4
package/README.md
CHANGED
|
@@ -55,7 +55,7 @@ console.log(`Chain valid: ${verification.valid}`);
|
|
|
55
55
|
|
|
56
56
|
- **Action Logging** -- Structured logging for all agent actions with timestamps, correlation IDs, and metadata.
|
|
57
57
|
- **Transaction Tracking** -- Full chain details for crypto transactions across Base, Ethereum, Polygon, Arbitrum, and Optimism.
|
|
58
|
-
- **Tamper-Evident Digest Chain** --
|
|
58
|
+
- **Tamper-Evident Digest Chain** -- Patented cryptographic digest chain that detects any modification to the audit trail.
|
|
59
59
|
- **Trust Scoring** -- Rule-based trust scores for agents based on history, task completion, anomaly rate, and consistency.
|
|
60
60
|
- **Anomaly Detection** -- Configurable rules for unusual amounts, frequency spikes, new destinations, off-hours activity, rapid succession, and round amounts.
|
|
61
61
|
- **Task Confirmation** -- Evidence-based task tracking with required proof for completion.
|