@lmzhen/dsh-evolution-learning-graph 0.1.0-rc.48 → 0.1.0-rc.49
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/lib/index.js +3 -1
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -173,7 +173,9 @@ function apply(ctx) {
|
|
|
173
173
|
return lines.join("\n") + "\n\n" + edges.join("\n") + densityLine;
|
|
174
174
|
}
|
|
175
175
|
function withSkills() {
|
|
176
|
-
return new SkillLibrary(void 0, evolutionIoAdapter(() => io.provider()))
|
|
176
|
+
return new SkillLibrary(void 0, evolutionIoAdapter(() => io.provider()), void 0, (event) => {
|
|
177
|
+
ctx.emit("evolution/skill-mutated", event);
|
|
178
|
+
});
|
|
177
179
|
}
|
|
178
180
|
async function nodeDetail(id) {
|
|
179
181
|
const parsed = parseGraphNodeId(id);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lmzhen/dsh-evolution-learning-graph",
|
|
3
3
|
"description": "Learning graph over skills and memory (community build)",
|
|
4
|
-
"version": "0.1.0-rc.
|
|
4
|
+
"version": "0.1.0-rc.49",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"license": "MIT",
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@deepseek-ai/schemastery": "^3.18.1",
|
|
36
|
-
"@lmzhen/dsh-evolution-core": "^0.1.0-rc.
|
|
36
|
+
"@lmzhen/dsh-evolution-core": "^0.1.0-rc.49"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@deepseek-ai/dsh-invariants": "^0.1.0-rc.6",
|