@wasmagent/aep 1.2.0 → 1.3.1
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/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
Agent Evidence Protocol — runtime action evidence and run provenance types for WasmAgent.
|
|
6
6
|
|
|
7
|
-
Emit verifiable `AEPRecord` evidence after every agent run. Records are schema-versioned (
|
|
7
|
+
Emit verifiable `AEPRecord` evidence after every agent run. Records are schema-versioned; v0.2 (Ed25519 signature contract) is the current shipped schema. v0.1 records are still parsed for backward compatibility but no longer produced. Records are consumable by `evomerge` for audit and training data export.
|
|
8
8
|
|
|
9
9
|
## Install
|
|
10
10
|
|