@dzhechkov/keysarium-core 1.1.29 → 1.1.31
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/.dz-manifest.json +3 -3
- package/README.md +1 -1
- package/package.json +1 -2
- package/sbom.json +2 -2
package/.dz-manifest.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
11
|
"path": "README.md",
|
|
12
|
-
"sha256": "
|
|
12
|
+
"sha256": "cca9be80a303307fff55310a6fd4ab3aa74c83f591b527ea080630f91a1c5c22"
|
|
13
13
|
},
|
|
14
14
|
{
|
|
15
15
|
"path": "governance/checkpoint-protocol.md",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
},
|
|
58
58
|
{
|
|
59
59
|
"path": "package.json",
|
|
60
|
-
"sha256": "
|
|
60
|
+
"sha256": "b5e64e4c2ab23506c2bfc5cc331b4fd14242ce3e20f174a2615d5a2dec417fc6"
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
63
|
"path": "platform/adapter-registry.md",
|
|
@@ -97,5 +97,5 @@
|
|
|
97
97
|
}
|
|
98
98
|
]
|
|
99
99
|
},
|
|
100
|
-
"signature": "
|
|
100
|
+
"signature": "oNpD/PVeLoDM6x484D0FUHCdAS6NC1+dHPgJqrji142mpT4dDXHifH8x4kVJrEgBmKv5/HBgd7D2/Z5U19qECQ=="
|
|
101
101
|
}
|
package/README.md
CHANGED
|
@@ -119,7 +119,7 @@ To create a custom multi-agent pipeline using keysarium-core:
|
|
|
119
119
|
|
|
120
120
|
## Origins
|
|
121
121
|
|
|
122
|
-
keysarium-core was extracted from the [Keysarium](https://github.com/
|
|
122
|
+
keysarium-core was extracted from the [Keysarium](https://github.com/djd1m/dz-harness) project, which implements a 7-phase AI research pipeline. The protocols are inspired by:
|
|
123
123
|
|
|
124
124
|
- **Ruflo** — 7-layer governance, 6 topologies, 3-tier model routing
|
|
125
125
|
- **Agentic QE** — Trust tiers, reward-calibrated learning, dream cycles, PACT principles
|
package/package.json
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dzhechkov/keysarium-core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.31",
|
|
4
4
|
"scripts": {},
|
|
5
5
|
"description": "Core framework for multi-agent pipelines: governance, memory, orchestration, verification, trust tiers, and multi-platform support",
|
|
6
|
-
"main": "index.md",
|
|
7
6
|
"files": [
|
|
8
7
|
"index.md",
|
|
9
8
|
"governance/",
|
package/sbom.json
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"hashes": [
|
|
26
26
|
{
|
|
27
27
|
"alg": "SHA-256",
|
|
28
|
-
"content": "
|
|
28
|
+
"content": "cca9be80a303307fff55310a6fd4ab3aa74c83f591b527ea080630f91a1c5c22"
|
|
29
29
|
}
|
|
30
30
|
]
|
|
31
31
|
},
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
},
|
|
150
150
|
{
|
|
151
151
|
"name": "dz:canonical-json-sha256-v2",
|
|
152
|
-
"value": "
|
|
152
|
+
"value": "b5e64e4c2ab23506c2bfc5cc331b4fd14242ce3e20f174a2615d5a2dec417fc6"
|
|
153
153
|
}
|
|
154
154
|
]
|
|
155
155
|
},
|