dsh-daoing-memory 0.1.7 → 0.1.9

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/client.js CHANGED
@@ -4167,7 +4167,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4167
4167
  "id": string(),
4168
4168
  "revision": number(),
4169
4169
  "kind": union([literal("positive"), literal("negative")]),
4170
- "source": union([literal("agent"), literal("human")]),
4170
+ "source": union([
4171
+ literal("agent"),
4172
+ literal("human"),
4173
+ literal("system")
4174
+ ]),
4171
4175
  "family": string(),
4172
4176
  "gist": string(),
4173
4177
  "situation": array(string()),
@@ -4442,7 +4446,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4442
4446
  }),
4443
4447
  "reason": string()
4444
4448
  })),
4445
- "appliedConcerns": number()
4449
+ "appliedConcerns": number(),
4450
+ "deletionFeedback": string().optional()
4446
4451
  });
4447
4452
  const dsh_daoing_memory_memory_extractionLog_parameter_0$schema = intersection(string(), unknown());
4448
4453
  const dsh_daoing_memory_memory_extractionLog_parameter_1$schema = number();
@@ -4463,7 +4468,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4463
4468
  "id": string(),
4464
4469
  "revision": number(),
4465
4470
  "kind": union([literal("positive"), literal("negative")]),
4466
- "source": union([literal("agent"), literal("human")]),
4471
+ "source": union([
4472
+ literal("agent"),
4473
+ literal("human"),
4474
+ literal("system")
4475
+ ]),
4467
4476
  "family": string(),
4468
4477
  "gist": string(),
4469
4478
  "situation": array(string()),
@@ -4505,6 +4514,37 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4505
4514
  "createdAt": number(),
4506
4515
  "updatedAt": number()
4507
4516
  }));
4517
+ const dsh_daoing_memory_memory_generateSkillDraft_parameter_0$schema = intersection(string(), unknown());
4518
+ const dsh_daoing_memory_memory_generateSkillDraft_parameter_1$schema = object({
4519
+ "experienceId": string(),
4520
+ "form": union([literal("skill_md"), literal("script_mjs")])
4521
+ });
4522
+ const dsh_daoing_memory_memory_generateSkillDraft_result$schema = object({
4523
+ "id": string(),
4524
+ "parentExperienceId": string(),
4525
+ "form": union([literal("skill_md"), literal("script_mjs")]),
4526
+ "status": union([
4527
+ literal("draft"),
4528
+ literal("pending_review"),
4529
+ literal("approved"),
4530
+ literal("published"),
4531
+ literal("rejected"),
4532
+ literal("deprecated"),
4533
+ literal("file_missing"),
4534
+ literal("draft_lost"),
4535
+ literal("revising"),
4536
+ literal("file_drift")
4537
+ ]),
4538
+ "draftPath": string().optional(),
4539
+ "publishedPath": string().optional(),
4540
+ "version": number(),
4541
+ "useCount": number(),
4542
+ "optimizeCount": number(),
4543
+ "lastFeedback": string().optional(),
4544
+ "contentHash": string().optional(),
4545
+ "createdAt": number(),
4546
+ "updatedAt": number()
4547
+ });
4508
4548
  const dsh_daoing_memory_memory_get_parameter_0$schema = intersection(string(), unknown());
4509
4549
  const dsh_daoing_memory_memory_get_parameter_1$schema = string();
4510
4550
  const dsh_daoing_memory_memory_get_parameter_2$schema = union([_undefined(), number()]);
@@ -4512,7 +4552,62 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4512
4552
  "id": string(),
4513
4553
  "revision": number(),
4514
4554
  "kind": union([literal("positive"), literal("negative")]),
4515
- "source": union([literal("agent"), literal("human")]),
4555
+ "source": union([
4556
+ literal("agent"),
4557
+ literal("human"),
4558
+ literal("system")
4559
+ ]),
4560
+ "family": string(),
4561
+ "gist": string(),
4562
+ "situation": array(string()),
4563
+ "path": array(object({
4564
+ "order": number(),
4565
+ "action": string()
4566
+ })),
4567
+ "reasoning": string(),
4568
+ "limits": array(string()),
4569
+ "status": union([
4570
+ literal("candidate"),
4571
+ literal("live"),
4572
+ literal("challenged"),
4573
+ literal("superseded"),
4574
+ literal("archived"),
4575
+ literal("cold")
4576
+ ]),
4577
+ "alpha": number(),
4578
+ "beta": number(),
4579
+ "samples": number(),
4580
+ "trust": number(),
4581
+ "weightedTrust": number(),
4582
+ "lastVerifiedAt": number().optional(),
4583
+ "pinned": boolean(),
4584
+ "tokensSaved": number(),
4585
+ "tokensSpent": number(),
4586
+ "parentRevision": number().optional(),
4587
+ "failureReason": string().optional(),
4588
+ "evidence": object({
4589
+ "traceRef": string().optional(),
4590
+ "sessionRef": string().optional(),
4591
+ "note": string().optional()
4592
+ }).optional(),
4593
+ "challengeReason": string().optional(),
4594
+ "context": string(),
4595
+ "verifiedCount": number(),
4596
+ "rejectCount": number(),
4597
+ "globalFlag": boolean(),
4598
+ "createdAt": number(),
4599
+ "updatedAt": number()
4600
+ })]);
4601
+ const dsh_daoing_memory_memory_getDeletionFeedback_parameter_0$schema = intersection(string(), unknown());
4602
+ const dsh_daoing_memory_memory_getDeletionFeedback_result$schema = union([literal(null), object({
4603
+ "id": string(),
4604
+ "revision": number(),
4605
+ "kind": union([literal("positive"), literal("negative")]),
4606
+ "source": union([
4607
+ literal("agent"),
4608
+ literal("human"),
4609
+ literal("system")
4610
+ ]),
4516
4611
  "family": string(),
4517
4612
  "gist": string(),
4518
4613
  "situation": array(string()),
@@ -4572,6 +4667,34 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4572
4667
  "tags": array(string()),
4573
4668
  "extracted": boolean()
4574
4669
  }));
4670
+ const dsh_daoing_memory_memory_getSkillArtifact_parameter_0$schema = intersection(string(), unknown());
4671
+ const dsh_daoing_memory_memory_getSkillArtifact_parameter_1$schema = string();
4672
+ const dsh_daoing_memory_memory_getSkillArtifact_result$schema = union([literal(null), object({
4673
+ "id": string(),
4674
+ "parentExperienceId": string(),
4675
+ "form": union([literal("skill_md"), literal("script_mjs")]),
4676
+ "status": union([
4677
+ literal("draft"),
4678
+ literal("pending_review"),
4679
+ literal("approved"),
4680
+ literal("published"),
4681
+ literal("rejected"),
4682
+ literal("deprecated"),
4683
+ literal("file_missing"),
4684
+ literal("draft_lost"),
4685
+ literal("revising"),
4686
+ literal("file_drift")
4687
+ ]),
4688
+ "draftPath": string().optional(),
4689
+ "publishedPath": string().optional(),
4690
+ "version": number(),
4691
+ "useCount": number(),
4692
+ "optimizeCount": number(),
4693
+ "lastFeedback": string().optional(),
4694
+ "contentHash": string().optional(),
4695
+ "createdAt": number(),
4696
+ "updatedAt": number()
4697
+ })]);
4575
4698
  const dsh_daoing_memory_memory_humanAckDiary_parameter_0$schema = intersection(string(), unknown());
4576
4699
  const dsh_daoing_memory_memory_humanAckDiary_parameter_1$schema = object({
4577
4700
  "diaryId": string(),
@@ -4613,7 +4736,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4613
4736
  "id": string(),
4614
4737
  "revision": number(),
4615
4738
  "kind": union([literal("positive"), literal("negative")]),
4616
- "source": union([literal("agent"), literal("human")]),
4739
+ "source": union([
4740
+ literal("agent"),
4741
+ literal("human"),
4742
+ literal("system")
4743
+ ]),
4617
4744
  "family": string(),
4618
4745
  "gist": string(),
4619
4746
  "situation": array(string()),
@@ -4783,7 +4910,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4783
4910
  "id": string(),
4784
4911
  "revision": number(),
4785
4912
  "kind": union([literal("positive"), literal("negative")]),
4786
- "source": union([literal("agent"), literal("human")]),
4913
+ "source": union([
4914
+ literal("agent"),
4915
+ literal("human"),
4916
+ literal("system")
4917
+ ]),
4787
4918
  "family": string(),
4788
4919
  "gist": string(),
4789
4920
  "situation": array(string()),
@@ -4871,7 +5002,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4871
5002
  "id": string(),
4872
5003
  "revision": number(),
4873
5004
  "kind": union([literal("positive"), literal("negative")]),
4874
- "source": union([literal("agent"), literal("human")]),
5005
+ "source": union([
5006
+ literal("agent"),
5007
+ literal("human"),
5008
+ literal("system")
5009
+ ]),
4875
5010
  "family": string(),
4876
5011
  "gist": string(),
4877
5012
  "situation": array(string()),
@@ -4920,7 +5055,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4920
5055
  "id": string(),
4921
5056
  "revision": number(),
4922
5057
  "kind": union([literal("positive"), literal("negative")]),
4923
- "source": union([literal("agent"), literal("human")]),
5058
+ "source": union([
5059
+ literal("agent"),
5060
+ literal("human"),
5061
+ literal("system")
5062
+ ]),
4924
5063
  "family": string(),
4925
5064
  "gist": string(),
4926
5065
  "situation": array(string()),
@@ -4971,7 +5110,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4971
5110
  "id": string(),
4972
5111
  "revision": number(),
4973
5112
  "kind": union([literal("positive"), literal("negative")]),
4974
- "source": union([literal("agent"), literal("human")]),
5113
+ "source": union([
5114
+ literal("agent"),
5115
+ literal("human"),
5116
+ literal("system")
5117
+ ]),
4975
5118
  "family": string(),
4976
5119
  "gist": string(),
4977
5120
  "situation": array(string()),
@@ -5023,7 +5166,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5023
5166
  "id": string(),
5024
5167
  "revision": number(),
5025
5168
  "kind": union([literal("positive"), literal("negative")]),
5026
- "source": union([literal("agent"), literal("human")]),
5169
+ "source": union([
5170
+ literal("agent"),
5171
+ literal("human"),
5172
+ literal("system")
5173
+ ]),
5027
5174
  "family": string(),
5028
5175
  "gist": string(),
5029
5176
  "situation": array(string()),
@@ -5109,7 +5256,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5109
5256
  "id": string(),
5110
5257
  "revision": number(),
5111
5258
  "kind": union([literal("positive"), literal("negative")]),
5112
- "source": union([literal("agent"), literal("human")]),
5259
+ "source": union([
5260
+ literal("agent"),
5261
+ literal("human"),
5262
+ literal("system")
5263
+ ]),
5113
5264
  "family": string(),
5114
5265
  "gist": string(),
5115
5266
  "situation": array(string()),
@@ -5160,6 +5311,9 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5160
5311
  "beta": number()
5161
5312
  })
5162
5313
  });
5314
+ const dsh_daoing_memory_memory_isSkillCandidate_parameter_0$schema = intersection(string(), unknown());
5315
+ const dsh_daoing_memory_memory_isSkillCandidate_parameter_1$schema = string();
5316
+ const dsh_daoing_memory_memory_isSkillCandidate_result$schema = boolean();
5163
5317
  const dsh_daoing_memory_memory_ledgerQuery_parameter_0$schema = intersection(string(), unknown());
5164
5318
  const dsh_daoing_memory_memory_ledgerQuery_parameter_1$schema = object({
5165
5319
  "objectType": union([
@@ -5229,7 +5383,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5229
5383
  "id": string(),
5230
5384
  "revision": number(),
5231
5385
  "kind": union([literal("positive"), literal("negative")]),
5232
- "source": union([literal("agent"), literal("human")]),
5386
+ "source": union([
5387
+ literal("agent"),
5388
+ literal("human"),
5389
+ literal("system")
5390
+ ]),
5233
5391
  "family": string(),
5234
5392
  "gist": string(),
5235
5393
  "situation": array(string()),
@@ -5391,6 +5549,66 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5391
5549
  const dsh_daoing_memory_memory_listFactsCount_parameter_1$schema = string();
5392
5550
  const dsh_daoing_memory_memory_listFactsCount_parameter_2$schema = boolean();
5393
5551
  const dsh_daoing_memory_memory_listFactsCount_result$schema = number();
5552
+ const dsh_daoing_memory_memory_listSkillArtifacts_parameter_0$schema = intersection(string(), unknown());
5553
+ const dsh_daoing_memory_memory_listSkillArtifacts_parameter_1$schema = string();
5554
+ const dsh_daoing_memory_memory_listSkillArtifacts_parameter_2$schema = string();
5555
+ const dsh_daoing_memory_memory_listSkillArtifacts_result$schema = array(object({
5556
+ "id": string(),
5557
+ "parentExperienceId": string(),
5558
+ "form": union([literal("skill_md"), literal("script_mjs")]),
5559
+ "status": union([
5560
+ literal("draft"),
5561
+ literal("pending_review"),
5562
+ literal("approved"),
5563
+ literal("published"),
5564
+ literal("rejected"),
5565
+ literal("deprecated"),
5566
+ literal("file_missing"),
5567
+ literal("draft_lost"),
5568
+ literal("revising"),
5569
+ literal("file_drift")
5570
+ ]),
5571
+ "draftPath": string().optional(),
5572
+ "publishedPath": string().optional(),
5573
+ "version": number(),
5574
+ "useCount": number(),
5575
+ "optimizeCount": number(),
5576
+ "lastFeedback": string().optional(),
5577
+ "contentHash": string().optional(),
5578
+ "createdAt": number(),
5579
+ "updatedAt": number()
5580
+ }));
5581
+ const dsh_daoing_memory_memory_publishSkill_parameter_0$schema = intersection(string(), unknown());
5582
+ const dsh_daoing_memory_memory_publishSkill_parameter_1$schema = object({
5583
+ "id": string(),
5584
+ "reason": string()
5585
+ });
5586
+ const dsh_daoing_memory_memory_publishSkill_result$schema = object({
5587
+ "id": string(),
5588
+ "parentExperienceId": string(),
5589
+ "form": union([literal("skill_md"), literal("script_mjs")]),
5590
+ "status": union([
5591
+ literal("draft"),
5592
+ literal("pending_review"),
5593
+ literal("approved"),
5594
+ literal("published"),
5595
+ literal("rejected"),
5596
+ literal("deprecated"),
5597
+ literal("file_missing"),
5598
+ literal("draft_lost"),
5599
+ literal("revising"),
5600
+ literal("file_drift")
5601
+ ]),
5602
+ "draftPath": string().optional(),
5603
+ "publishedPath": string().optional(),
5604
+ "version": number(),
5605
+ "useCount": number(),
5606
+ "optimizeCount": number(),
5607
+ "lastFeedback": string().optional(),
5608
+ "contentHash": string().optional(),
5609
+ "createdAt": number(),
5610
+ "updatedAt": number()
5611
+ });
5394
5612
  const dsh_daoing_memory_memory_recall_parameter_0$schema = intersection(string(), unknown());
5395
5613
  const dsh_daoing_memory_memory_recall_parameter_1$schema = object({
5396
5614
  "situation": string(),
@@ -5406,7 +5624,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5406
5624
  "id": string(),
5407
5625
  "revision": number(),
5408
5626
  "kind": union([literal("positive"), literal("negative")]),
5409
- "source": union([literal("agent"), literal("human")]),
5627
+ "source": union([
5628
+ literal("agent"),
5629
+ literal("human"),
5630
+ literal("system")
5631
+ ]),
5410
5632
  "family": string(),
5411
5633
  "gist": string(),
5412
5634
  "situation": array(string()),
@@ -5465,7 +5687,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5465
5687
  "id": string(),
5466
5688
  "revision": number(),
5467
5689
  "kind": union([literal("positive"), literal("negative")]),
5468
- "source": union([literal("agent"), literal("human")]),
5690
+ "source": union([
5691
+ literal("agent"),
5692
+ literal("human"),
5693
+ literal("system")
5694
+ ]),
5469
5695
  "family": string(),
5470
5696
  "gist": string(),
5471
5697
  "situation": array(string()),
@@ -5544,7 +5770,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5544
5770
  "id": string(),
5545
5771
  "revision": number(),
5546
5772
  "kind": union([literal("positive"), literal("negative")]),
5547
- "source": union([literal("agent"), literal("human")]),
5773
+ "source": union([
5774
+ literal("agent"),
5775
+ literal("human"),
5776
+ literal("system")
5777
+ ]),
5548
5778
  "family": string(),
5549
5779
  "gist": string(),
5550
5780
  "situation": array(string()),
@@ -5613,7 +5843,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5613
5843
  "id": string(),
5614
5844
  "revision": number(),
5615
5845
  "kind": union([literal("positive"), literal("negative")]),
5616
- "source": union([literal("agent"), literal("human")]),
5846
+ "source": union([
5847
+ literal("agent"),
5848
+ literal("human"),
5849
+ literal("system")
5850
+ ]),
5617
5851
  "family": string(),
5618
5852
  "gist": string(),
5619
5853
  "situation": array(string()),
@@ -5672,6 +5906,38 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5672
5906
  "adopted": boolean(),
5673
5907
  "cooled": boolean().optional()
5674
5908
  });
5909
+ const dsh_daoing_memory_memory_reviewSkill_parameter_0$schema = intersection(string(), unknown());
5910
+ const dsh_daoing_memory_memory_reviewSkill_parameter_1$schema = object({
5911
+ "id": string(),
5912
+ "decision": union([literal("approve"), literal("reject")]),
5913
+ "reason": string()
5914
+ });
5915
+ const dsh_daoing_memory_memory_reviewSkill_result$schema = object({
5916
+ "id": string(),
5917
+ "parentExperienceId": string(),
5918
+ "form": union([literal("skill_md"), literal("script_mjs")]),
5919
+ "status": union([
5920
+ literal("draft"),
5921
+ literal("pending_review"),
5922
+ literal("approved"),
5923
+ literal("published"),
5924
+ literal("rejected"),
5925
+ literal("deprecated"),
5926
+ literal("file_missing"),
5927
+ literal("draft_lost"),
5928
+ literal("revising"),
5929
+ literal("file_drift")
5930
+ ]),
5931
+ "draftPath": string().optional(),
5932
+ "publishedPath": string().optional(),
5933
+ "version": number(),
5934
+ "useCount": number(),
5935
+ "optimizeCount": number(),
5936
+ "lastFeedback": string().optional(),
5937
+ "contentHash": string().optional(),
5938
+ "createdAt": number(),
5939
+ "updatedAt": number()
5940
+ });
5675
5941
  const dsh_daoing_memory_memory_revise_parameter_0$schema = intersection(string(), unknown());
5676
5942
  const dsh_daoing_memory_memory_revise_parameter_1$schema = object({
5677
5943
  "id": string(),
@@ -5689,7 +5955,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5689
5955
  "id": string(),
5690
5956
  "revision": number(),
5691
5957
  "kind": union([literal("positive"), literal("negative")]),
5692
- "source": union([literal("agent"), literal("human")]),
5958
+ "source": union([
5959
+ literal("agent"),
5960
+ literal("human"),
5961
+ literal("system")
5962
+ ]),
5693
5963
  "family": string(),
5694
5964
  "gist": string(),
5695
5965
  "situation": array(string()),
@@ -5741,7 +6011,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5741
6011
  "id": string(),
5742
6012
  "revision": number(),
5743
6013
  "kind": union([literal("positive"), literal("negative")]),
5744
- "source": union([literal("agent"), literal("human")]),
6014
+ "source": union([
6015
+ literal("agent"),
6016
+ literal("human"),
6017
+ literal("system")
6018
+ ]),
5745
6019
  "family": string(),
5746
6020
  "gist": string(),
5747
6021
  "situation": array(string()),
@@ -5783,6 +6057,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5783
6057
  "createdAt": number(),
5784
6058
  "updatedAt": number()
5785
6059
  });
6060
+ const dsh_daoing_memory_memory_runDeletionFeedback_parameter_0$schema = intersection(string(), unknown());
6061
+ const dsh_daoing_memory_memory_runDeletionFeedback_result$schema = object({
6062
+ "ran": boolean(),
6063
+ "summary": string().optional()
6064
+ });
5786
6065
  const dsh_daoing_memory_memory_stats_parameter_0$schema = intersection(string(), unknown());
5787
6066
  const dsh_daoing_memory_memory_stats_result$schema = object({
5788
6067
  "experiences": object({
@@ -5847,7 +6126,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5847
6126
  "id": string(),
5848
6127
  "revision": number(),
5849
6128
  "kind": union([literal("positive"), literal("negative")]),
5850
- "source": union([literal("agent"), literal("human")]),
6129
+ "source": union([
6130
+ literal("agent"),
6131
+ literal("human"),
6132
+ literal("system")
6133
+ ]),
5851
6134
  "family": string(),
5852
6135
  "gist": string(),
5853
6136
  "situation": array(string()),
@@ -5939,7 +6222,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5939
6222
  },
5940
6223
  sourceLocation: {
5941
6224
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
5942
- "line": 146,
6225
+ "line": 156,
5943
6226
  "column": 3
5944
6227
  }
5945
6228
  },
@@ -5980,7 +6263,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5980
6263
  },
5981
6264
  sourceLocation: {
5982
6265
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
5983
- "line": 219,
6266
+ "line": 336,
5984
6267
  "column": 3
5985
6268
  }
5986
6269
  },
@@ -6012,7 +6295,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6012
6295
  },
6013
6296
  sourceLocation: {
6014
6297
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6015
- "line": 226,
6298
+ "line": 343,
6016
6299
  "column": 3
6017
6300
  }
6018
6301
  },
@@ -6044,7 +6327,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6044
6327
  },
6045
6328
  sourceLocation: {
6046
6329
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6047
- "line": 268,
6330
+ "line": 385,
6048
6331
  "column": 3
6049
6332
  }
6050
6333
  },
@@ -6085,8 +6368,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6085
6368
  },
6086
6369
  sourceLocation: {
6087
6370
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6088
- "line": 152,
6089
- "column": 3
6371
+ "line": 162,
6372
+ "column": 9
6090
6373
  }
6091
6374
  },
6092
6375
  {
@@ -6139,7 +6422,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6139
6422
  },
6140
6423
  sourceLocation: {
6141
6424
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6142
- "line": 205,
6425
+ "line": 322,
6143
6426
  "column": 3
6144
6427
  }
6145
6428
  },
@@ -6171,7 +6454,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6171
6454
  },
6172
6455
  sourceLocation: {
6173
6456
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6174
- "line": 212,
6457
+ "line": 329,
6175
6458
  "column": 3
6176
6459
  }
6177
6460
  },
@@ -6212,10 +6495,51 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6212
6495
  },
6213
6496
  sourceLocation: {
6214
6497
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6215
- "line": 139,
6498
+ "line": 149,
6216
6499
  "column": 3
6217
6500
  }
6218
6501
  },
6502
+ {
6503
+ id: "dsh-daoing-memory#memory/generateSkillDraft",
6504
+ service: "memory",
6505
+ namespace: "memory",
6506
+ method: "generateSkillDraft",
6507
+ invocation: { kind: "direct" },
6508
+ scope: {
6509
+ context: "agent",
6510
+ wire: "agentId"
6511
+ },
6512
+ parameters: [{
6513
+ name: "agent",
6514
+ wire: "agentId",
6515
+ source: "lookup",
6516
+ lookup: "agent",
6517
+ codec: {
6518
+ mode: "strict",
6519
+ typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
6520
+ schema: dsh_daoing_memory_memory_generateSkillDraft_parameter_0$schema
6521
+ }
6522
+ }, {
6523
+ name: "request",
6524
+ wire: "request",
6525
+ source: "json",
6526
+ codec: {
6527
+ mode: "strict",
6528
+ typeSymbol: "dsh-daoing-memory/types#GenerateSkillDraftRequest",
6529
+ schema: dsh_daoing_memory_memory_generateSkillDraft_parameter_1$schema
6530
+ }
6531
+ }],
6532
+ result: {
6533
+ mode: "strict",
6534
+ typeSymbol: "dsh-daoing-memory/types#SkillArtifact",
6535
+ schema: dsh_daoing_memory_memory_generateSkillDraft_result$schema
6536
+ },
6537
+ sourceLocation: {
6538
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6539
+ "line": 515,
6540
+ "column": 9
6541
+ }
6542
+ },
6219
6543
  {
6220
6544
  id: "dsh-daoing-memory#memory/get",
6221
6545
  service: "memory",
@@ -6267,7 +6591,39 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6267
6591
  },
6268
6592
  sourceLocation: {
6269
6593
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6270
- "line": 125,
6594
+ "line": 135,
6595
+ "column": 3
6596
+ }
6597
+ },
6598
+ {
6599
+ id: "dsh-daoing-memory#memory/getDeletionFeedback",
6600
+ service: "memory",
6601
+ namespace: "memory",
6602
+ method: "getDeletionFeedback",
6603
+ invocation: { kind: "direct" },
6604
+ scope: {
6605
+ context: "agent",
6606
+ wire: "agentId"
6607
+ },
6608
+ parameters: [{
6609
+ name: "agent",
6610
+ wire: "agentId",
6611
+ source: "lookup",
6612
+ lookup: "agent",
6613
+ codec: {
6614
+ mode: "strict",
6615
+ typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
6616
+ schema: dsh_daoing_memory_memory_getDeletionFeedback_parameter_0$schema
6617
+ }
6618
+ }],
6619
+ result: {
6620
+ mode: "strict",
6621
+ typeSymbol: "dsh-daoing-memory#memory/getDeletionFeedback:result",
6622
+ schema: dsh_daoing_memory_memory_getDeletionFeedback_result$schema
6623
+ },
6624
+ sourceLocation: {
6625
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6626
+ "line": 268,
6271
6627
  "column": 3
6272
6628
  }
6273
6629
  },
@@ -6308,7 +6664,48 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6308
6664
  },
6309
6665
  sourceLocation: {
6310
6666
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6311
- "line": 165,
6667
+ "line": 282,
6668
+ "column": 3
6669
+ }
6670
+ },
6671
+ {
6672
+ id: "dsh-daoing-memory#memory/getSkillArtifact",
6673
+ service: "memory",
6674
+ namespace: "memory",
6675
+ method: "getSkillArtifact",
6676
+ invocation: { kind: "direct" },
6677
+ scope: {
6678
+ context: "agent",
6679
+ wire: "agentId"
6680
+ },
6681
+ parameters: [{
6682
+ name: "agent",
6683
+ wire: "agentId",
6684
+ source: "lookup",
6685
+ lookup: "agent",
6686
+ codec: {
6687
+ mode: "strict",
6688
+ typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
6689
+ schema: dsh_daoing_memory_memory_getSkillArtifact_parameter_0$schema
6690
+ }
6691
+ }, {
6692
+ name: "id",
6693
+ wire: "id",
6694
+ source: "json",
6695
+ codec: {
6696
+ mode: "strict",
6697
+ typeSymbol: "dsh-daoing-memory#memory/getSkillArtifact:id",
6698
+ schema: dsh_daoing_memory_memory_getSkillArtifact_parameter_1$schema
6699
+ }
6700
+ }],
6701
+ result: {
6702
+ mode: "strict",
6703
+ typeSymbol: "dsh-daoing-memory#memory/getSkillArtifact:result",
6704
+ schema: dsh_daoing_memory_memory_getSkillArtifact_result$schema
6705
+ },
6706
+ sourceLocation: {
6707
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6708
+ "line": 571,
6312
6709
  "column": 3
6313
6710
  }
6314
6711
  },
@@ -6349,7 +6746,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6349
6746
  },
6350
6747
  sourceLocation: {
6351
6748
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6352
- "line": 373,
6749
+ "line": 490,
6353
6750
  "column": 3
6354
6751
  }
6355
6752
  },
@@ -6390,7 +6787,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6390
6787
  },
6391
6788
  sourceLocation: {
6392
6789
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6393
- "line": 316,
6790
+ "line": 433,
6394
6791
  "column": 3
6395
6792
  }
6396
6793
  },
@@ -6431,7 +6828,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6431
6828
  },
6432
6829
  sourceLocation: {
6433
6830
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6434
- "line": 344,
6831
+ "line": 461,
6435
6832
  "column": 3
6436
6833
  }
6437
6834
  },
@@ -6472,7 +6869,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6472
6869
  },
6473
6870
  sourceLocation: {
6474
6871
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6475
- "line": 301,
6872
+ "line": 418,
6476
6873
  "column": 3
6477
6874
  }
6478
6875
  },
@@ -6513,7 +6910,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6513
6910
  },
6514
6911
  sourceLocation: {
6515
6912
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6516
- "line": 366,
6913
+ "line": 483,
6517
6914
  "column": 3
6518
6915
  }
6519
6916
  },
@@ -6554,7 +6951,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6554
6951
  },
6555
6952
  sourceLocation: {
6556
6953
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6557
- "line": 388,
6954
+ "line": 505,
6558
6955
  "column": 3
6559
6956
  }
6560
6957
  },
@@ -6595,7 +6992,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6595
6992
  },
6596
6993
  sourceLocation: {
6597
6994
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6598
- "line": 293,
6995
+ "line": 410,
6599
6996
  "column": 3
6600
6997
  }
6601
6998
  },
@@ -6636,7 +7033,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6636
7033
  },
6637
7034
  sourceLocation: {
6638
7035
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6639
- "line": 358,
7036
+ "line": 475,
6640
7037
  "column": 3
6641
7038
  }
6642
7039
  },
@@ -6677,7 +7074,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6677
7074
  },
6678
7075
  sourceLocation: {
6679
7076
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6680
- "line": 309,
7077
+ "line": 426,
6681
7078
  "column": 3
6682
7079
  }
6683
7080
  },
@@ -6718,7 +7115,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6718
7115
  },
6719
7116
  sourceLocation: {
6720
7117
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6721
- "line": 351,
7118
+ "line": 468,
6722
7119
  "column": 3
6723
7120
  }
6724
7121
  },
@@ -6759,7 +7156,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6759
7156
  },
6760
7157
  sourceLocation: {
6761
7158
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6762
- "line": 286,
7159
+ "line": 403,
6763
7160
  "column": 3
6764
7161
  }
6765
7162
  },
@@ -6813,7 +7210,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6813
7210
  },
6814
7211
  sourceLocation: {
6815
7212
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6816
- "line": 323,
7213
+ "line": 440,
6817
7214
  "column": 3
6818
7215
  }
6819
7216
  },
@@ -6854,7 +7251,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6854
7251
  },
6855
7252
  sourceLocation: {
6856
7253
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6857
- "line": 330,
7254
+ "line": 447,
6858
7255
  "column": 3
6859
7256
  }
6860
7257
  },
@@ -6895,7 +7292,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6895
7292
  },
6896
7293
  sourceLocation: {
6897
7294
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6898
- "line": 337,
7295
+ "line": 454,
6899
7296
  "column": 3
6900
7297
  }
6901
7298
  },
@@ -6936,7 +7333,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6936
7333
  },
6937
7334
  sourceLocation: {
6938
7335
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6939
- "line": 380,
7336
+ "line": 497,
6940
7337
  "column": 3
6941
7338
  }
6942
7339
  },
@@ -6977,7 +7374,48 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6977
7374
  },
6978
7375
  sourceLocation: {
6979
7376
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6980
- "line": 101,
7377
+ "line": 111,
7378
+ "column": 3
7379
+ }
7380
+ },
7381
+ {
7382
+ id: "dsh-daoing-memory#memory/isSkillCandidate",
7383
+ service: "memory",
7384
+ namespace: "memory",
7385
+ method: "isSkillCandidate",
7386
+ invocation: { kind: "direct" },
7387
+ scope: {
7388
+ context: "agent",
7389
+ wire: "agentId"
7390
+ },
7391
+ parameters: [{
7392
+ name: "agent",
7393
+ wire: "agentId",
7394
+ source: "lookup",
7395
+ lookup: "agent",
7396
+ codec: {
7397
+ mode: "strict",
7398
+ typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
7399
+ schema: dsh_daoing_memory_memory_isSkillCandidate_parameter_0$schema
7400
+ }
7401
+ }, {
7402
+ name: "experienceId",
7403
+ wire: "experienceId",
7404
+ source: "json",
7405
+ codec: {
7406
+ mode: "strict",
7407
+ typeSymbol: "dsh-daoing-memory#memory/isSkillCandidate:experienceId",
7408
+ schema: dsh_daoing_memory_memory_isSkillCandidate_parameter_1$schema
7409
+ }
7410
+ }],
7411
+ result: {
7412
+ mode: "strict",
7413
+ typeSymbol: "dsh-daoing-memory#memory/isSkillCandidate:result",
7414
+ schema: dsh_daoing_memory_memory_isSkillCandidate_result$schema
7415
+ },
7416
+ sourceLocation: {
7417
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7418
+ "line": 578,
6981
7419
  "column": 3
6982
7420
  }
6983
7421
  },
@@ -7018,7 +7456,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7018
7456
  },
7019
7457
  sourceLocation: {
7020
7458
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7021
- "line": 233,
7459
+ "line": 350,
7022
7460
  "column": 3
7023
7461
  }
7024
7462
  },
@@ -7059,7 +7497,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7059
7497
  },
7060
7498
  sourceLocation: {
7061
7499
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7062
- "line": 240,
7500
+ "line": 357,
7063
7501
  "column": 3
7064
7502
  }
7065
7503
  },
@@ -7100,7 +7538,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7100
7538
  },
7101
7539
  sourceLocation: {
7102
7540
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7103
- "line": 132,
7541
+ "line": 142,
7104
7542
  "column": 3
7105
7543
  }
7106
7544
  },
@@ -7174,7 +7612,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7174
7612
  },
7175
7613
  sourceLocation: {
7176
7614
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7177
- "line": 186,
7615
+ "line": 303,
7178
7616
  "column": 3
7179
7617
  }
7180
7618
  },
@@ -7228,7 +7666,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7228
7666
  },
7229
7667
  sourceLocation: {
7230
7668
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7231
- "line": 193,
7669
+ "line": 310,
7232
7670
  "column": 3
7233
7671
  }
7234
7672
  },
@@ -7292,7 +7730,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7292
7730
  },
7293
7731
  sourceLocation: {
7294
7732
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7295
- "line": 158,
7733
+ "line": 275,
7296
7734
  "column": 3
7297
7735
  }
7298
7736
  },
@@ -7366,7 +7804,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7366
7804
  },
7367
7805
  sourceLocation: {
7368
7806
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7369
- "line": 172,
7807
+ "line": 289,
7370
7808
  "column": 3
7371
7809
  }
7372
7810
  },
@@ -7420,31 +7858,126 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7420
7858
  },
7421
7859
  sourceLocation: {
7422
7860
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7423
- "line": 179,
7861
+ "line": 296,
7424
7862
  "column": 3
7425
7863
  }
7426
7864
  },
7427
7865
  {
7428
- id: "dsh-daoing-memory#memory/recall",
7866
+ id: "dsh-daoing-memory#memory/listSkillArtifacts",
7429
7867
  service: "memory",
7430
7868
  namespace: "memory",
7431
- method: "recall",
7869
+ method: "listSkillArtifacts",
7432
7870
  invocation: { kind: "direct" },
7433
7871
  scope: {
7434
7872
  context: "agent",
7435
7873
  wire: "agentId"
7436
7874
  },
7437
- parameters: [{
7438
- name: "agent",
7439
- wire: "agentId",
7440
- source: "lookup",
7441
- lookup: "agent",
7442
- codec: {
7443
- mode: "strict",
7444
- typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
7445
- schema: dsh_daoing_memory_memory_recall_parameter_0$schema
7446
- }
7447
- }, {
7875
+ parameters: [
7876
+ {
7877
+ name: "agent",
7878
+ wire: "agentId",
7879
+ source: "lookup",
7880
+ lookup: "agent",
7881
+ codec: {
7882
+ mode: "strict",
7883
+ typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
7884
+ schema: dsh_daoing_memory_memory_listSkillArtifacts_parameter_0$schema
7885
+ }
7886
+ },
7887
+ {
7888
+ name: "parentExperienceId",
7889
+ wire: "parentExperienceId",
7890
+ source: "json",
7891
+ codec: {
7892
+ mode: "strict",
7893
+ typeSymbol: "dsh-daoing-memory#memory/listSkillArtifacts:parentExperienceId",
7894
+ schema: dsh_daoing_memory_memory_listSkillArtifacts_parameter_1$schema
7895
+ }
7896
+ },
7897
+ {
7898
+ name: "status",
7899
+ wire: "status",
7900
+ source: "json",
7901
+ codec: {
7902
+ mode: "strict",
7903
+ typeSymbol: "dsh-daoing-memory#memory/listSkillArtifacts:status",
7904
+ schema: dsh_daoing_memory_memory_listSkillArtifacts_parameter_2$schema
7905
+ }
7906
+ }
7907
+ ],
7908
+ result: {
7909
+ mode: "strict",
7910
+ typeSymbol: "dsh-daoing-memory#memory/listSkillArtifacts:result",
7911
+ schema: dsh_daoing_memory_memory_listSkillArtifacts_result$schema
7912
+ },
7913
+ sourceLocation: {
7914
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7915
+ "line": 561,
7916
+ "column": 3
7917
+ }
7918
+ },
7919
+ {
7920
+ id: "dsh-daoing-memory#memory/publishSkill",
7921
+ service: "memory",
7922
+ namespace: "memory",
7923
+ method: "publishSkill",
7924
+ invocation: { kind: "direct" },
7925
+ scope: {
7926
+ context: "agent",
7927
+ wire: "agentId"
7928
+ },
7929
+ parameters: [{
7930
+ name: "agent",
7931
+ wire: "agentId",
7932
+ source: "lookup",
7933
+ lookup: "agent",
7934
+ codec: {
7935
+ mode: "strict",
7936
+ typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
7937
+ schema: dsh_daoing_memory_memory_publishSkill_parameter_0$schema
7938
+ }
7939
+ }, {
7940
+ name: "request",
7941
+ wire: "request",
7942
+ source: "json",
7943
+ codec: {
7944
+ mode: "strict",
7945
+ typeSymbol: "dsh-daoing-memory/types#PublishSkillRequest",
7946
+ schema: dsh_daoing_memory_memory_publishSkill_parameter_1$schema
7947
+ }
7948
+ }],
7949
+ result: {
7950
+ mode: "strict",
7951
+ typeSymbol: "dsh-daoing-memory/types#SkillArtifact",
7952
+ schema: dsh_daoing_memory_memory_publishSkill_result$schema
7953
+ },
7954
+ sourceLocation: {
7955
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7956
+ "line": 541,
7957
+ "column": 3
7958
+ }
7959
+ },
7960
+ {
7961
+ id: "dsh-daoing-memory#memory/recall",
7962
+ service: "memory",
7963
+ namespace: "memory",
7964
+ method: "recall",
7965
+ invocation: { kind: "direct" },
7966
+ scope: {
7967
+ context: "agent",
7968
+ wire: "agentId"
7969
+ },
7970
+ parameters: [{
7971
+ name: "agent",
7972
+ wire: "agentId",
7973
+ source: "lookup",
7974
+ lookup: "agent",
7975
+ codec: {
7976
+ mode: "strict",
7977
+ typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
7978
+ schema: dsh_daoing_memory_memory_recall_parameter_0$schema
7979
+ }
7980
+ }, {
7448
7981
  name: "request",
7449
7982
  wire: "request",
7450
7983
  source: "json",
@@ -7461,7 +7994,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7461
7994
  },
7462
7995
  sourceLocation: {
7463
7996
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7464
- "line": 89,
7997
+ "line": 99,
7465
7998
  "column": 3
7466
7999
  }
7467
8000
  },
@@ -7502,7 +8035,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7502
8035
  },
7503
8036
  sourceLocation: {
7504
8037
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7505
- "line": 83,
8038
+ "line": 93,
7506
8039
  "column": 3
7507
8040
  }
7508
8041
  },
@@ -7543,7 +8076,48 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7543
8076
  },
7544
8077
  sourceLocation: {
7545
8078
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7546
- "line": 95,
8079
+ "line": 105,
8080
+ "column": 3
8081
+ }
8082
+ },
8083
+ {
8084
+ id: "dsh-daoing-memory#memory/reviewSkill",
8085
+ service: "memory",
8086
+ namespace: "memory",
8087
+ method: "reviewSkill",
8088
+ invocation: { kind: "direct" },
8089
+ scope: {
8090
+ context: "agent",
8091
+ wire: "agentId"
8092
+ },
8093
+ parameters: [{
8094
+ name: "agent",
8095
+ wire: "agentId",
8096
+ source: "lookup",
8097
+ lookup: "agent",
8098
+ codec: {
8099
+ mode: "strict",
8100
+ typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
8101
+ schema: dsh_daoing_memory_memory_reviewSkill_parameter_0$schema
8102
+ }
8103
+ }, {
8104
+ name: "request",
8105
+ wire: "request",
8106
+ source: "json",
8107
+ codec: {
8108
+ mode: "strict",
8109
+ typeSymbol: "dsh-daoing-memory/types#ReviewSkillRequest",
8110
+ schema: dsh_daoing_memory_memory_reviewSkill_parameter_1$schema
8111
+ }
8112
+ }],
8113
+ result: {
8114
+ mode: "strict",
8115
+ typeSymbol: "dsh-daoing-memory/types#SkillArtifact",
8116
+ schema: dsh_daoing_memory_memory_reviewSkill_result$schema
8117
+ },
8118
+ sourceLocation: {
8119
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
8120
+ "line": 535,
7547
8121
  "column": 3
7548
8122
  }
7549
8123
  },
@@ -7584,7 +8158,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7584
8158
  },
7585
8159
  sourceLocation: {
7586
8160
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7587
- "line": 107,
8161
+ "line": 117,
7588
8162
  "column": 3
7589
8163
  }
7590
8164
  },
@@ -7625,10 +8199,42 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7625
8199
  },
7626
8200
  sourceLocation: {
7627
8201
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7628
- "line": 119,
8202
+ "line": 129,
7629
8203
  "column": 3
7630
8204
  }
7631
8205
  },
8206
+ {
8207
+ id: "dsh-daoing-memory#memory/runDeletionFeedback",
8208
+ service: "memory",
8209
+ namespace: "memory",
8210
+ method: "runDeletionFeedback",
8211
+ invocation: { kind: "direct" },
8212
+ scope: {
8213
+ context: "agent",
8214
+ wire: "agentId"
8215
+ },
8216
+ parameters: [{
8217
+ name: "agent",
8218
+ wire: "agentId",
8219
+ source: "lookup",
8220
+ lookup: "agent",
8221
+ codec: {
8222
+ mode: "strict",
8223
+ typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
8224
+ schema: dsh_daoing_memory_memory_runDeletionFeedback_parameter_0$schema
8225
+ }
8226
+ }],
8227
+ result: {
8228
+ mode: "strict",
8229
+ typeSymbol: "dsh-daoing-memory#memory/runDeletionFeedback:result",
8230
+ schema: dsh_daoing_memory_memory_runDeletionFeedback_result$schema
8231
+ },
8232
+ sourceLocation: {
8233
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
8234
+ "line": 248,
8235
+ "column": 9
8236
+ }
8237
+ },
7632
8238
  {
7633
8239
  id: "dsh-daoing-memory#memory/stats",
7634
8240
  service: "memory",
@@ -7657,7 +8263,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7657
8263
  },
7658
8264
  sourceLocation: {
7659
8265
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7660
- "line": 254,
8266
+ "line": 371,
7661
8267
  "column": 3
7662
8268
  }
7663
8269
  },
@@ -7689,7 +8295,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7689
8295
  },
7690
8296
  sourceLocation: {
7691
8297
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7692
- "line": 247,
8298
+ "line": 364,
7693
8299
  "column": 3
7694
8300
  }
7695
8301
  },
@@ -7730,7 +8336,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7730
8336
  },
7731
8337
  sourceLocation: {
7732
8338
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7733
- "line": 113,
8339
+ "line": 123,
7734
8340
  "column": 3
7735
8341
  }
7736
8342
  },
@@ -7762,7 +8368,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7762
8368
  },
7763
8369
  sourceLocation: {
7764
8370
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7765
- "line": 261,
8371
+ "line": 378,
7766
8372
  "column": 3
7767
8373
  }
7768
8374
  }
@@ -7855,7 +8461,12 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7855
8461
  humanSetConcernStatus: (request) => remote.humanSetConcernStatus(session, request),
7856
8462
  humanDeleteConcern: (request) => remote.humanDeleteConcern(session, request),
7857
8463
  humanReleaseCold: (request) => remote.humanReleaseCold(session, request),
7858
- ingest: (request) => remote.ingest(session, request)
8464
+ ingest: (request) => remote.ingest(session, request),
8465
+ generateSkillDraft: (request) => remote.generateSkillDraft(session, request),
8466
+ reviewSkill: (request) => remote.reviewSkill(session, request),
8467
+ publishSkill: (request) => remote.publishSkill(session, request),
8468
+ listSkillArtifacts: (parentExperienceId, status) => remote.listSkillArtifacts(session, parentExperienceId, status),
8469
+ isSkillCandidate: (experienceId) => remote.isSkillCandidate(session, experienceId)
7859
8470
  };
7860
8471
  }
7861
8472
  //#endregion
@@ -7952,61 +8563,61 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7952
8563
  document.head.appendChild(tag);
7953
8564
  }
7954
8565
  var Workbench_module_css_default = {
7955
- "detailRow": "KAfEAG_detailRow",
7956
- "detailLabel": "KAfEAG_detailLabel",
7957
- "empty": "KAfEAG_empty",
7958
- "check": "KAfEAG_check",
7959
- "workbenchTab": "KAfEAG_workbenchTab",
7960
8566
  "list": "KAfEAG_list",
7961
- "payloadFull": "KAfEAG_payloadFull",
7962
- "table": "KAfEAG_table",
7963
- "tabs": "KAfEAG_tabs",
7964
- "cellActions": "KAfEAG_cellActions",
7965
- "tab": "KAfEAG_tab",
8567
+ "detailRow": "KAfEAG_detailRow",
8568
+ "okLine": "KAfEAG_okLine",
8569
+ "cardTitle": "KAfEAG_cardTitle",
7966
8570
  "badgePositive": "KAfEAG_badgePositive",
8571
+ "badgeConflict": "KAfEAG_badgeConflict",
8572
+ "table": "KAfEAG_table",
7967
8573
  "badgeNegative": "KAfEAG_badgeNegative",
8574
+ "concernBg": "KAfEAG_concernBg",
8575
+ "error": "KAfEAG_error",
7968
8576
  "titleBlock": "KAfEAG_titleBlock",
8577
+ "page": "KAfEAG_page",
8578
+ "actions": "KAfEAG_actions",
8579
+ "body": "KAfEAG_body",
7969
8580
  "subtitle": "KAfEAG_subtitle",
7970
- "badgePinned": "KAfEAG_badgePinned",
7971
- "statusLive": "KAfEAG_statusLive",
7972
- "header": "KAfEAG_header",
7973
- "statusCandidate": "KAfEAG_statusCandidate",
7974
- "columns": "KAfEAG_columns",
7975
- "badgeConflict": "KAfEAG_badgeConflict",
7976
- "workbenchTabs": "KAfEAG_workbenchTabs",
7977
- "valueCell": "KAfEAG_valueCell",
8581
+ "cellActions": "KAfEAG_cellActions",
8582
+ "workbenchTabActive": "KAfEAG_workbenchTabActive",
7978
8583
  "btn": "KAfEAG_btn",
7979
- "title": "KAfEAG_title",
7980
- "actions": "KAfEAG_actions",
7981
- "error": "KAfEAG_error",
7982
- "column": "KAfEAG_column",
8584
+ "cardMeta": "KAfEAG_cardMeta",
8585
+ "badgePinned": "KAfEAG_badgePinned",
8586
+ "empty": "KAfEAG_empty",
7983
8587
  "cardHead": "KAfEAG_cardHead",
8588
+ "btnDanger": "KAfEAG_btnDanger",
8589
+ "statusCandidate": "KAfEAG_statusCandidate",
8590
+ "trust": "KAfEAG_trust",
7984
8591
  "toolbar": "KAfEAG_toolbar",
8592
+ "check": "KAfEAG_check",
8593
+ "title": "KAfEAG_title",
7985
8594
  "historyTitle": "KAfEAG_historyTitle",
8595
+ "badge": "KAfEAG_badge",
8596
+ "column": "KAfEAG_column",
8597
+ "tab": "KAfEAG_tab",
8598
+ "tabActive": "KAfEAG_tabActive",
8599
+ "sectionTitle": "KAfEAG_sectionTitle",
8600
+ "card": "KAfEAG_card",
8601
+ "field": "KAfEAG_field",
8602
+ "statusLive": "KAfEAG_statusLive",
8603
+ "detailLabel": "KAfEAG_detailLabel",
8604
+ "form": "KAfEAG_form",
8605
+ "payloadToggle": "KAfEAG_payloadToggle",
8606
+ "workbenchTab": "KAfEAG_workbenchTab",
8607
+ "workbenchTabs": "KAfEAG_workbenchTabs",
8608
+ "warnLine": "KAfEAG_warnLine",
7986
8609
  "cardSub": "KAfEAG_cardSub",
8610
+ "statusChallenged": "KAfEAG_statusChallenged",
8611
+ "columns": "KAfEAG_columns",
8612
+ "cardDetail": "KAfEAG_cardDetail",
8613
+ "tabs": "KAfEAG_tabs",
7987
8614
  "rules": "KAfEAG_rules",
7988
- "trust": "KAfEAG_trust",
7989
- "form": "KAfEAG_form",
7990
- "cardMeta": "KAfEAG_cardMeta",
7991
8615
  "statline": "KAfEAG_statline",
7992
- "cardDetail": "KAfEAG_cardDetail",
7993
- "concernBg": "KAfEAG_concernBg",
7994
8616
  "panel": "KAfEAG_panel",
7995
- "payloadToggle": "KAfEAG_payloadToggle",
8617
+ "header": "KAfEAG_header",
7996
8618
  "statusOther": "KAfEAG_statusOther",
7997
- "cardTitle": "KAfEAG_cardTitle",
7998
- "statusChallenged": "KAfEAG_statusChallenged",
7999
- "workbenchTabActive": "KAfEAG_workbenchTabActive",
8000
- "badge": "KAfEAG_badge",
8001
- "sectionTitle": "KAfEAG_sectionTitle",
8002
- "okLine": "KAfEAG_okLine",
8003
- "field": "KAfEAG_field",
8004
- "tabActive": "KAfEAG_tabActive",
8005
- "btnDanger": "KAfEAG_btnDanger",
8006
- "body": "KAfEAG_body",
8007
- "card": "KAfEAG_card",
8008
- "page": "KAfEAG_page",
8009
- "warnLine": "KAfEAG_warnLine"
8619
+ "valueCell": "KAfEAG_valueCell",
8620
+ "payloadFull": "KAfEAG_payloadFull"
8010
8621
  };
8011
8622
  //#endregion
8012
8623
  //#region src/client/ExperiencePage.tsx
@@ -8023,6 +8634,18 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8023
8634
  archived: "已归档",
8024
8635
  cold: "冷宫"
8025
8636
  };
8637
+ const SKILL_STATUS_LABELS = {
8638
+ draft: "草稿",
8639
+ pending_review: "待审",
8640
+ approved: "已通过",
8641
+ published: "已发布",
8642
+ rejected: "已拒绝",
8643
+ deprecated: "已废弃",
8644
+ file_missing: "文件缺失",
8645
+ draft_lost: "草稿丢失",
8646
+ revising: "修订中",
8647
+ file_drift: "文件漂移"
8648
+ };
8026
8649
  const KIND_LABELS = {
8027
8650
  positive: "正经验",
8028
8651
  negative: "负经验"
@@ -8062,6 +8685,12 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8062
8685
  const [expanded, setExpanded] = (0, react.useState)(null);
8063
8686
  const [history, setHistory] = (0, react.useState)([]);
8064
8687
  const [error, setError] = (0, react.useState)(null);
8688
+ const [skillArtifacts, setSkillArtifacts] = (0, react.useState)([]);
8689
+ const refreshSkills = (0, react.useCallback)((experienceId) => {
8690
+ actions.listSkillArtifacts(experienceId, "").then(setSkillArtifacts).catch(() => {
8691
+ setSkillArtifacts([]);
8692
+ });
8693
+ }, [actions]);
8065
8694
  const refresh = (0, react.useCallback)(() => {
8066
8695
  const filter = {};
8067
8696
  if (statusFilter !== "") filter.status = statusFilter;
@@ -8086,13 +8715,19 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8086
8715
  if (expanded === key) {
8087
8716
  setExpanded(null);
8088
8717
  setHistory([]);
8718
+ setSkillArtifacts([]);
8089
8719
  return;
8090
8720
  }
8091
8721
  setExpanded(key);
8092
8722
  actions.family(item.id).then(setHistory).catch(() => {
8093
8723
  setHistory([]);
8094
8724
  });
8095
- }, [actions, expanded]);
8725
+ refreshSkills(item.id);
8726
+ }, [
8727
+ actions,
8728
+ expanded,
8729
+ refreshSkills
8730
+ ]);
8096
8731
  const runPin = (0, react.useCallback)(async (item) => {
8097
8732
  const reason = await promptReason(item.pinned ? "取消永久标记" : "永久标记(置顶信任,豁免预算)");
8098
8733
  if (reason === void 0) return;
@@ -8171,6 +8806,63 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8171
8806
  onChanged,
8172
8807
  refresh
8173
8808
  ]);
8809
+ const runGenerateSkill = (0, react.useCallback)(async (item, form) => {
8810
+ try {
8811
+ await actions.generateSkillDraft({
8812
+ experienceId: item.id,
8813
+ form
8814
+ });
8815
+ refreshSkills(item.id);
8816
+ onChanged();
8817
+ } catch (e) {
8818
+ setError(e instanceof Error ? e.message : String(e));
8819
+ }
8820
+ }, [
8821
+ actions,
8822
+ onChanged,
8823
+ refreshSkills
8824
+ ]);
8825
+ const runReviewSkill = (0, react.useCallback)(async (skillId, decision) => {
8826
+ const reason = await promptReason(decision === "approve" ? "通过 skill 草稿" : "拒绝 skill 草稿");
8827
+ if (reason === void 0) return;
8828
+ try {
8829
+ await actions.reviewSkill({
8830
+ id: skillId,
8831
+ decision,
8832
+ reason
8833
+ });
8834
+ const sa = skillArtifacts.find((s) => s.id === skillId);
8835
+ if (sa) refreshSkills(sa.parentExperienceId);
8836
+ onChanged();
8837
+ } catch (e) {
8838
+ setError(e instanceof Error ? e.message : String(e));
8839
+ }
8840
+ }, [
8841
+ actions,
8842
+ onChanged,
8843
+ refreshSkills,
8844
+ skillArtifacts
8845
+ ]);
8846
+ const runPublishSkill = (0, react.useCallback)(async (skillId) => {
8847
+ const reason = await promptReason("发布 skill 到 $DSH_HOME/skills/");
8848
+ if (reason === void 0) return;
8849
+ try {
8850
+ await actions.publishSkill({
8851
+ id: skillId,
8852
+ reason
8853
+ });
8854
+ const sa = skillArtifacts.find((s) => s.id === skillId);
8855
+ if (sa) refreshSkills(sa.parentExperienceId);
8856
+ onChanged();
8857
+ } catch (e) {
8858
+ setError(e instanceof Error ? e.message : String(e));
8859
+ }
8860
+ }, [
8861
+ actions,
8862
+ onChanged,
8863
+ refreshSkills,
8864
+ skillArtifacts
8865
+ ]);
8174
8866
  return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
8175
8867
  className: Workbench_module_css_default.page,
8176
8868
  children: [
@@ -8422,9 +9114,93 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8422
9114
  runDelete(item);
8423
9115
  },
8424
9116
  children: "删除"
9117
+ }),
9118
+ item.status === "live" && item.path.length >= 3 && item.verifiedCount >= 2 && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("button", {
9119
+ type: "button",
9120
+ className: Workbench_module_css_default.btn,
9121
+ onClick: () => {
9122
+ runGenerateSkill(item, "skill_md");
9123
+ },
9124
+ title: "从经验生成 DSH skill 文档草稿",
9125
+ children: "生成 Skill"
9126
+ }),
9127
+ item.status === "live" && item.path.length >= 3 && item.verifiedCount >= 2 && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("button", {
9128
+ type: "button",
9129
+ className: Workbench_module_css_default.btn,
9130
+ onClick: () => {
9131
+ runGenerateSkill(item, "script_mjs");
9132
+ },
9133
+ title: "从经验生成可执行脚本草稿",
9134
+ children: "生成脚本"
8425
9135
  })
8426
9136
  ]
8427
9137
  }),
9138
+ skillArtifacts.length > 0 && /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
9139
+ className: Workbench_module_css_default.historyTitle,
9140
+ children: [
9141
+ "关联 Skill/脚本(",
9142
+ String(skillArtifacts.length),
9143
+ ")"
9144
+ ]
9145
+ }),
9146
+ skillArtifacts.map((sa) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
9147
+ className: Workbench_module_css_default.cardDetail,
9148
+ children: [
9149
+ /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
9150
+ className: Workbench_module_css_default.detailRow,
9151
+ children: [
9152
+ /* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
9153
+ className: Workbench_module_css_default.detailLabel,
9154
+ children: sa.form === "skill_md" ? "Skill" : "脚本"
9155
+ }),
9156
+ "v",
9157
+ String(sa.version),
9158
+ " · ",
9159
+ SKILL_STATUS_LABELS[sa.status] ?? sa.status,
9160
+ " · 使用 ",
9161
+ String(sa.useCount),
9162
+ " · 优化 ",
9163
+ String(sa.optimizeCount)
9164
+ ]
9165
+ }),
9166
+ sa.status === "draft" && /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
9167
+ className: Workbench_module_css_default.actions,
9168
+ children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("button", {
9169
+ type: "button",
9170
+ className: Workbench_module_css_default.btn,
9171
+ onClick: () => {
9172
+ runReviewSkill(sa.id, "approve");
9173
+ },
9174
+ children: "通过"
9175
+ }), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("button", {
9176
+ type: "button",
9177
+ className: `${Workbench_module_css_default.btn} ${Workbench_module_css_default.btnDanger}`,
9178
+ onClick: () => {
9179
+ runReviewSkill(sa.id, "reject");
9180
+ },
9181
+ children: "拒绝"
9182
+ })]
9183
+ }),
9184
+ sa.status === "approved" && /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
9185
+ className: Workbench_module_css_default.actions,
9186
+ children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)("button", {
9187
+ type: "button",
9188
+ className: Workbench_module_css_default.btn,
9189
+ onClick: () => {
9190
+ runPublishSkill(sa.id);
9191
+ },
9192
+ children: "发布到 $DSH_HOME/skills/"
9193
+ })
9194
+ }),
9195
+ sa.status === "published" && sa.publishedPath !== void 0 && /* @__PURE__ */ (0, react_jsx_runtime.jsxs)("div", {
9196
+ className: Workbench_module_css_default.detailRow,
9197
+ children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
9198
+ className: Workbench_module_css_default.detailLabel,
9199
+ children: "路径"
9200
+ }), sa.publishedPath]
9201
+ })
9202
+ ]
9203
+ }, sa.id)),
8428
9204
  /* @__PURE__ */ (0, react_jsx_runtime.jsx)("div", {
8429
9205
  className: Workbench_module_css_default.historyTitle,
8430
9206
  children: "修订历史(superseded 为只读索引,可回滚)"
@@ -8483,17 +9259,17 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8483
9259
  document.head.appendChild(tag);
8484
9260
  }
8485
9261
  var ReasonDialog_module_css_default = {
8486
- "dialog": "L4KK8a_dialog",
8487
- "footer": "L4KK8a_footer",
8488
- "subtitle": "L4KK8a_subtitle",
8489
- "overlay": "L4KK8a_overlay",
8490
- "textarea": "L4KK8a_textarea",
8491
- "header": "L4KK8a_header",
8492
9262
  "btnCancel": "L4KK8a_btnCancel",
8493
- "title": "L4KK8a_title",
8494
9263
  "btnConfirm": "L4KK8a_btnConfirm",
9264
+ "textarea": "L4KK8a_textarea",
8495
9265
  "hint": "L4KK8a_hint",
8496
- "buttons": "L4KK8a_buttons"
9266
+ "dialog": "L4KK8a_dialog",
9267
+ "overlay": "L4KK8a_overlay",
9268
+ "title": "L4KK8a_title",
9269
+ "buttons": "L4KK8a_buttons",
9270
+ "header": "L4KK8a_header",
9271
+ "subtitle": "L4KK8a_subtitle",
9272
+ "footer": "L4KK8a_footer"
8497
9273
  };
8498
9274
  //#endregion
8499
9275
  //#region src/client/ReasonDialog.tsx
@@ -10538,7 +11314,12 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
10538
11314
  unwrap(await memory.humanDeleteConcern(session, request));
10539
11315
  },
10540
11316
  humanReleaseCold: async (session, request) => unwrap(await memory.humanReleaseCold(session, request)),
10541
- ingest: async (session, request) => unwrap(await memory.ingest(session, request))
11317
+ ingest: async (session, request) => unwrap(await memory.ingest(session, request)),
11318
+ generateSkillDraft: async (session, request) => unwrap(await memory.generateSkillDraft(session, request)),
11319
+ reviewSkill: async (session, request) => unwrap(await memory.reviewSkill(session, request)),
11320
+ publishSkill: async (session, request) => unwrap(await memory.publishSkill(session, request)),
11321
+ listSkillArtifacts: async (session, parentExperienceId, status) => unwrap(await memory.listSkillArtifacts(session, parentExperienceId, status)),
11322
+ isSkillCandidate: async (session, experienceId) => unwrap(await memory.isSkillCandidate(session, experienceId))
10542
11323
  };
10543
11324
  const disposeNav = ctx.slots.inject("conversation.session.header.utilities", () => ctx.slots.register({
10544
11325
  name: "conversation.session.header.utilities",