dsh-daoing-memory 0.1.7 → 0.1.8

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()),
@@ -4512,7 +4521,62 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4512
4521
  "id": string(),
4513
4522
  "revision": number(),
4514
4523
  "kind": union([literal("positive"), literal("negative")]),
4515
- "source": union([literal("agent"), literal("human")]),
4524
+ "source": union([
4525
+ literal("agent"),
4526
+ literal("human"),
4527
+ literal("system")
4528
+ ]),
4529
+ "family": string(),
4530
+ "gist": string(),
4531
+ "situation": array(string()),
4532
+ "path": array(object({
4533
+ "order": number(),
4534
+ "action": string()
4535
+ })),
4536
+ "reasoning": string(),
4537
+ "limits": array(string()),
4538
+ "status": union([
4539
+ literal("candidate"),
4540
+ literal("live"),
4541
+ literal("challenged"),
4542
+ literal("superseded"),
4543
+ literal("archived"),
4544
+ literal("cold")
4545
+ ]),
4546
+ "alpha": number(),
4547
+ "beta": number(),
4548
+ "samples": number(),
4549
+ "trust": number(),
4550
+ "weightedTrust": number(),
4551
+ "lastVerifiedAt": number().optional(),
4552
+ "pinned": boolean(),
4553
+ "tokensSaved": number(),
4554
+ "tokensSpent": number(),
4555
+ "parentRevision": number().optional(),
4556
+ "failureReason": string().optional(),
4557
+ "evidence": object({
4558
+ "traceRef": string().optional(),
4559
+ "sessionRef": string().optional(),
4560
+ "note": string().optional()
4561
+ }).optional(),
4562
+ "challengeReason": string().optional(),
4563
+ "context": string(),
4564
+ "verifiedCount": number(),
4565
+ "rejectCount": number(),
4566
+ "globalFlag": boolean(),
4567
+ "createdAt": number(),
4568
+ "updatedAt": number()
4569
+ })]);
4570
+ const dsh_daoing_memory_memory_getDeletionFeedback_parameter_0$schema = intersection(string(), unknown());
4571
+ const dsh_daoing_memory_memory_getDeletionFeedback_result$schema = union([literal(null), object({
4572
+ "id": string(),
4573
+ "revision": number(),
4574
+ "kind": union([literal("positive"), literal("negative")]),
4575
+ "source": union([
4576
+ literal("agent"),
4577
+ literal("human"),
4578
+ literal("system")
4579
+ ]),
4516
4580
  "family": string(),
4517
4581
  "gist": string(),
4518
4582
  "situation": array(string()),
@@ -4613,7 +4677,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4613
4677
  "id": string(),
4614
4678
  "revision": number(),
4615
4679
  "kind": union([literal("positive"), literal("negative")]),
4616
- "source": union([literal("agent"), literal("human")]),
4680
+ "source": union([
4681
+ literal("agent"),
4682
+ literal("human"),
4683
+ literal("system")
4684
+ ]),
4617
4685
  "family": string(),
4618
4686
  "gist": string(),
4619
4687
  "situation": array(string()),
@@ -4783,7 +4851,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4783
4851
  "id": string(),
4784
4852
  "revision": number(),
4785
4853
  "kind": union([literal("positive"), literal("negative")]),
4786
- "source": union([literal("agent"), literal("human")]),
4854
+ "source": union([
4855
+ literal("agent"),
4856
+ literal("human"),
4857
+ literal("system")
4858
+ ]),
4787
4859
  "family": string(),
4788
4860
  "gist": string(),
4789
4861
  "situation": array(string()),
@@ -4871,7 +4943,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4871
4943
  "id": string(),
4872
4944
  "revision": number(),
4873
4945
  "kind": union([literal("positive"), literal("negative")]),
4874
- "source": union([literal("agent"), literal("human")]),
4946
+ "source": union([
4947
+ literal("agent"),
4948
+ literal("human"),
4949
+ literal("system")
4950
+ ]),
4875
4951
  "family": string(),
4876
4952
  "gist": string(),
4877
4953
  "situation": array(string()),
@@ -4920,7 +4996,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4920
4996
  "id": string(),
4921
4997
  "revision": number(),
4922
4998
  "kind": union([literal("positive"), literal("negative")]),
4923
- "source": union([literal("agent"), literal("human")]),
4999
+ "source": union([
5000
+ literal("agent"),
5001
+ literal("human"),
5002
+ literal("system")
5003
+ ]),
4924
5004
  "family": string(),
4925
5005
  "gist": string(),
4926
5006
  "situation": array(string()),
@@ -4971,7 +5051,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4971
5051
  "id": string(),
4972
5052
  "revision": number(),
4973
5053
  "kind": union([literal("positive"), literal("negative")]),
4974
- "source": union([literal("agent"), literal("human")]),
5054
+ "source": union([
5055
+ literal("agent"),
5056
+ literal("human"),
5057
+ literal("system")
5058
+ ]),
4975
5059
  "family": string(),
4976
5060
  "gist": string(),
4977
5061
  "situation": array(string()),
@@ -5023,7 +5107,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5023
5107
  "id": string(),
5024
5108
  "revision": number(),
5025
5109
  "kind": union([literal("positive"), literal("negative")]),
5026
- "source": union([literal("agent"), literal("human")]),
5110
+ "source": union([
5111
+ literal("agent"),
5112
+ literal("human"),
5113
+ literal("system")
5114
+ ]),
5027
5115
  "family": string(),
5028
5116
  "gist": string(),
5029
5117
  "situation": array(string()),
@@ -5109,7 +5197,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5109
5197
  "id": string(),
5110
5198
  "revision": number(),
5111
5199
  "kind": union([literal("positive"), literal("negative")]),
5112
- "source": union([literal("agent"), literal("human")]),
5200
+ "source": union([
5201
+ literal("agent"),
5202
+ literal("human"),
5203
+ literal("system")
5204
+ ]),
5113
5205
  "family": string(),
5114
5206
  "gist": string(),
5115
5207
  "situation": array(string()),
@@ -5229,7 +5321,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5229
5321
  "id": string(),
5230
5322
  "revision": number(),
5231
5323
  "kind": union([literal("positive"), literal("negative")]),
5232
- "source": union([literal("agent"), literal("human")]),
5324
+ "source": union([
5325
+ literal("agent"),
5326
+ literal("human"),
5327
+ literal("system")
5328
+ ]),
5233
5329
  "family": string(),
5234
5330
  "gist": string(),
5235
5331
  "situation": array(string()),
@@ -5406,7 +5502,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5406
5502
  "id": string(),
5407
5503
  "revision": number(),
5408
5504
  "kind": union([literal("positive"), literal("negative")]),
5409
- "source": union([literal("agent"), literal("human")]),
5505
+ "source": union([
5506
+ literal("agent"),
5507
+ literal("human"),
5508
+ literal("system")
5509
+ ]),
5410
5510
  "family": string(),
5411
5511
  "gist": string(),
5412
5512
  "situation": array(string()),
@@ -5465,7 +5565,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5465
5565
  "id": string(),
5466
5566
  "revision": number(),
5467
5567
  "kind": union([literal("positive"), literal("negative")]),
5468
- "source": union([literal("agent"), literal("human")]),
5568
+ "source": union([
5569
+ literal("agent"),
5570
+ literal("human"),
5571
+ literal("system")
5572
+ ]),
5469
5573
  "family": string(),
5470
5574
  "gist": string(),
5471
5575
  "situation": array(string()),
@@ -5544,7 +5648,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5544
5648
  "id": string(),
5545
5649
  "revision": number(),
5546
5650
  "kind": union([literal("positive"), literal("negative")]),
5547
- "source": union([literal("agent"), literal("human")]),
5651
+ "source": union([
5652
+ literal("agent"),
5653
+ literal("human"),
5654
+ literal("system")
5655
+ ]),
5548
5656
  "family": string(),
5549
5657
  "gist": string(),
5550
5658
  "situation": array(string()),
@@ -5613,7 +5721,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5613
5721
  "id": string(),
5614
5722
  "revision": number(),
5615
5723
  "kind": union([literal("positive"), literal("negative")]),
5616
- "source": union([literal("agent"), literal("human")]),
5724
+ "source": union([
5725
+ literal("agent"),
5726
+ literal("human"),
5727
+ literal("system")
5728
+ ]),
5617
5729
  "family": string(),
5618
5730
  "gist": string(),
5619
5731
  "situation": array(string()),
@@ -5689,7 +5801,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5689
5801
  "id": string(),
5690
5802
  "revision": number(),
5691
5803
  "kind": union([literal("positive"), literal("negative")]),
5692
- "source": union([literal("agent"), literal("human")]),
5804
+ "source": union([
5805
+ literal("agent"),
5806
+ literal("human"),
5807
+ literal("system")
5808
+ ]),
5693
5809
  "family": string(),
5694
5810
  "gist": string(),
5695
5811
  "situation": array(string()),
@@ -5741,7 +5857,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5741
5857
  "id": string(),
5742
5858
  "revision": number(),
5743
5859
  "kind": union([literal("positive"), literal("negative")]),
5744
- "source": union([literal("agent"), literal("human")]),
5860
+ "source": union([
5861
+ literal("agent"),
5862
+ literal("human"),
5863
+ literal("system")
5864
+ ]),
5745
5865
  "family": string(),
5746
5866
  "gist": string(),
5747
5867
  "situation": array(string()),
@@ -5783,6 +5903,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5783
5903
  "createdAt": number(),
5784
5904
  "updatedAt": number()
5785
5905
  });
5906
+ const dsh_daoing_memory_memory_runDeletionFeedback_parameter_0$schema = intersection(string(), unknown());
5907
+ const dsh_daoing_memory_memory_runDeletionFeedback_result$schema = object({
5908
+ "ran": boolean(),
5909
+ "summary": string().optional()
5910
+ });
5786
5911
  const dsh_daoing_memory_memory_stats_parameter_0$schema = intersection(string(), unknown());
5787
5912
  const dsh_daoing_memory_memory_stats_result$schema = object({
5788
5913
  "experiences": object({
@@ -5847,7 +5972,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5847
5972
  "id": string(),
5848
5973
  "revision": number(),
5849
5974
  "kind": union([literal("positive"), literal("negative")]),
5850
- "source": union([literal("agent"), literal("human")]),
5975
+ "source": union([
5976
+ literal("agent"),
5977
+ literal("human"),
5978
+ literal("system")
5979
+ ]),
5851
5980
  "family": string(),
5852
5981
  "gist": string(),
5853
5982
  "situation": array(string()),
@@ -5939,7 +6068,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5939
6068
  },
5940
6069
  sourceLocation: {
5941
6070
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
5942
- "line": 146,
6071
+ "line": 147,
5943
6072
  "column": 3
5944
6073
  }
5945
6074
  },
@@ -5980,7 +6109,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
5980
6109
  },
5981
6110
  sourceLocation: {
5982
6111
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
5983
- "line": 219,
6112
+ "line": 327,
5984
6113
  "column": 3
5985
6114
  }
5986
6115
  },
@@ -6012,7 +6141,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6012
6141
  },
6013
6142
  sourceLocation: {
6014
6143
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6015
- "line": 226,
6144
+ "line": 334,
6016
6145
  "column": 3
6017
6146
  }
6018
6147
  },
@@ -6044,7 +6173,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6044
6173
  },
6045
6174
  sourceLocation: {
6046
6175
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6047
- "line": 268,
6176
+ "line": 376,
6048
6177
  "column": 3
6049
6178
  }
6050
6179
  },
@@ -6085,8 +6214,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6085
6214
  },
6086
6215
  sourceLocation: {
6087
6216
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6088
- "line": 152,
6089
- "column": 3
6217
+ "line": 153,
6218
+ "column": 9
6090
6219
  }
6091
6220
  },
6092
6221
  {
@@ -6139,7 +6268,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6139
6268
  },
6140
6269
  sourceLocation: {
6141
6270
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6142
- "line": 205,
6271
+ "line": 313,
6143
6272
  "column": 3
6144
6273
  }
6145
6274
  },
@@ -6171,7 +6300,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6171
6300
  },
6172
6301
  sourceLocation: {
6173
6302
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6174
- "line": 212,
6303
+ "line": 320,
6175
6304
  "column": 3
6176
6305
  }
6177
6306
  },
@@ -6212,7 +6341,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6212
6341
  },
6213
6342
  sourceLocation: {
6214
6343
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6215
- "line": 139,
6344
+ "line": 140,
6216
6345
  "column": 3
6217
6346
  }
6218
6347
  },
@@ -6267,7 +6396,39 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6267
6396
  },
6268
6397
  sourceLocation: {
6269
6398
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6270
- "line": 125,
6399
+ "line": 126,
6400
+ "column": 3
6401
+ }
6402
+ },
6403
+ {
6404
+ id: "dsh-daoing-memory#memory/getDeletionFeedback",
6405
+ service: "memory",
6406
+ namespace: "memory",
6407
+ method: "getDeletionFeedback",
6408
+ invocation: { kind: "direct" },
6409
+ scope: {
6410
+ context: "agent",
6411
+ wire: "agentId"
6412
+ },
6413
+ parameters: [{
6414
+ name: "agent",
6415
+ wire: "agentId",
6416
+ source: "lookup",
6417
+ lookup: "agent",
6418
+ codec: {
6419
+ mode: "strict",
6420
+ typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
6421
+ schema: dsh_daoing_memory_memory_getDeletionFeedback_parameter_0$schema
6422
+ }
6423
+ }],
6424
+ result: {
6425
+ mode: "strict",
6426
+ typeSymbol: "dsh-daoing-memory#memory/getDeletionFeedback:result",
6427
+ schema: dsh_daoing_memory_memory_getDeletionFeedback_result$schema
6428
+ },
6429
+ sourceLocation: {
6430
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6431
+ "line": 259,
6271
6432
  "column": 3
6272
6433
  }
6273
6434
  },
@@ -6308,7 +6469,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6308
6469
  },
6309
6470
  sourceLocation: {
6310
6471
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6311
- "line": 165,
6472
+ "line": 273,
6312
6473
  "column": 3
6313
6474
  }
6314
6475
  },
@@ -6349,7 +6510,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6349
6510
  },
6350
6511
  sourceLocation: {
6351
6512
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6352
- "line": 373,
6513
+ "line": 481,
6353
6514
  "column": 3
6354
6515
  }
6355
6516
  },
@@ -6390,7 +6551,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6390
6551
  },
6391
6552
  sourceLocation: {
6392
6553
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6393
- "line": 316,
6554
+ "line": 424,
6394
6555
  "column": 3
6395
6556
  }
6396
6557
  },
@@ -6431,7 +6592,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6431
6592
  },
6432
6593
  sourceLocation: {
6433
6594
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6434
- "line": 344,
6595
+ "line": 452,
6435
6596
  "column": 3
6436
6597
  }
6437
6598
  },
@@ -6472,7 +6633,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6472
6633
  },
6473
6634
  sourceLocation: {
6474
6635
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6475
- "line": 301,
6636
+ "line": 409,
6476
6637
  "column": 3
6477
6638
  }
6478
6639
  },
@@ -6513,7 +6674,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6513
6674
  },
6514
6675
  sourceLocation: {
6515
6676
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6516
- "line": 366,
6677
+ "line": 474,
6517
6678
  "column": 3
6518
6679
  }
6519
6680
  },
@@ -6554,7 +6715,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6554
6715
  },
6555
6716
  sourceLocation: {
6556
6717
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6557
- "line": 388,
6718
+ "line": 496,
6558
6719
  "column": 3
6559
6720
  }
6560
6721
  },
@@ -6595,7 +6756,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6595
6756
  },
6596
6757
  sourceLocation: {
6597
6758
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6598
- "line": 293,
6759
+ "line": 401,
6599
6760
  "column": 3
6600
6761
  }
6601
6762
  },
@@ -6636,7 +6797,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6636
6797
  },
6637
6798
  sourceLocation: {
6638
6799
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6639
- "line": 358,
6800
+ "line": 466,
6640
6801
  "column": 3
6641
6802
  }
6642
6803
  },
@@ -6677,7 +6838,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6677
6838
  },
6678
6839
  sourceLocation: {
6679
6840
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6680
- "line": 309,
6841
+ "line": 417,
6681
6842
  "column": 3
6682
6843
  }
6683
6844
  },
@@ -6718,7 +6879,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6718
6879
  },
6719
6880
  sourceLocation: {
6720
6881
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6721
- "line": 351,
6882
+ "line": 459,
6722
6883
  "column": 3
6723
6884
  }
6724
6885
  },
@@ -6759,7 +6920,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6759
6920
  },
6760
6921
  sourceLocation: {
6761
6922
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6762
- "line": 286,
6923
+ "line": 394,
6763
6924
  "column": 3
6764
6925
  }
6765
6926
  },
@@ -6813,7 +6974,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6813
6974
  },
6814
6975
  sourceLocation: {
6815
6976
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6816
- "line": 323,
6977
+ "line": 431,
6817
6978
  "column": 3
6818
6979
  }
6819
6980
  },
@@ -6854,7 +7015,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6854
7015
  },
6855
7016
  sourceLocation: {
6856
7017
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6857
- "line": 330,
7018
+ "line": 438,
6858
7019
  "column": 3
6859
7020
  }
6860
7021
  },
@@ -6895,7 +7056,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6895
7056
  },
6896
7057
  sourceLocation: {
6897
7058
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6898
- "line": 337,
7059
+ "line": 445,
6899
7060
  "column": 3
6900
7061
  }
6901
7062
  },
@@ -6936,7 +7097,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6936
7097
  },
6937
7098
  sourceLocation: {
6938
7099
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6939
- "line": 380,
7100
+ "line": 488,
6940
7101
  "column": 3
6941
7102
  }
6942
7103
  },
@@ -6977,7 +7138,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
6977
7138
  },
6978
7139
  sourceLocation: {
6979
7140
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
6980
- "line": 101,
7141
+ "line": 102,
6981
7142
  "column": 3
6982
7143
  }
6983
7144
  },
@@ -7018,7 +7179,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7018
7179
  },
7019
7180
  sourceLocation: {
7020
7181
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7021
- "line": 233,
7182
+ "line": 341,
7022
7183
  "column": 3
7023
7184
  }
7024
7185
  },
@@ -7059,7 +7220,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7059
7220
  },
7060
7221
  sourceLocation: {
7061
7222
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7062
- "line": 240,
7223
+ "line": 348,
7063
7224
  "column": 3
7064
7225
  }
7065
7226
  },
@@ -7100,7 +7261,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7100
7261
  },
7101
7262
  sourceLocation: {
7102
7263
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7103
- "line": 132,
7264
+ "line": 133,
7104
7265
  "column": 3
7105
7266
  }
7106
7267
  },
@@ -7174,7 +7335,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7174
7335
  },
7175
7336
  sourceLocation: {
7176
7337
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7177
- "line": 186,
7338
+ "line": 294,
7178
7339
  "column": 3
7179
7340
  }
7180
7341
  },
@@ -7228,7 +7389,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7228
7389
  },
7229
7390
  sourceLocation: {
7230
7391
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7231
- "line": 193,
7392
+ "line": 301,
7232
7393
  "column": 3
7233
7394
  }
7234
7395
  },
@@ -7292,7 +7453,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7292
7453
  },
7293
7454
  sourceLocation: {
7294
7455
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7295
- "line": 158,
7456
+ "line": 266,
7296
7457
  "column": 3
7297
7458
  }
7298
7459
  },
@@ -7366,7 +7527,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7366
7527
  },
7367
7528
  sourceLocation: {
7368
7529
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7369
- "line": 172,
7530
+ "line": 280,
7370
7531
  "column": 3
7371
7532
  }
7372
7533
  },
@@ -7420,7 +7581,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7420
7581
  },
7421
7582
  sourceLocation: {
7422
7583
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7423
- "line": 179,
7584
+ "line": 287,
7424
7585
  "column": 3
7425
7586
  }
7426
7587
  },
@@ -7461,7 +7622,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7461
7622
  },
7462
7623
  sourceLocation: {
7463
7624
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7464
- "line": 89,
7625
+ "line": 90,
7465
7626
  "column": 3
7466
7627
  }
7467
7628
  },
@@ -7502,7 +7663,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7502
7663
  },
7503
7664
  sourceLocation: {
7504
7665
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7505
- "line": 83,
7666
+ "line": 84,
7506
7667
  "column": 3
7507
7668
  }
7508
7669
  },
@@ -7543,7 +7704,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7543
7704
  },
7544
7705
  sourceLocation: {
7545
7706
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7546
- "line": 95,
7707
+ "line": 96,
7547
7708
  "column": 3
7548
7709
  }
7549
7710
  },
@@ -7584,7 +7745,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7584
7745
  },
7585
7746
  sourceLocation: {
7586
7747
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7587
- "line": 107,
7748
+ "line": 108,
7588
7749
  "column": 3
7589
7750
  }
7590
7751
  },
@@ -7625,10 +7786,42 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7625
7786
  },
7626
7787
  sourceLocation: {
7627
7788
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7628
- "line": 119,
7789
+ "line": 120,
7629
7790
  "column": 3
7630
7791
  }
7631
7792
  },
7793
+ {
7794
+ id: "dsh-daoing-memory#memory/runDeletionFeedback",
7795
+ service: "memory",
7796
+ namespace: "memory",
7797
+ method: "runDeletionFeedback",
7798
+ invocation: { kind: "direct" },
7799
+ scope: {
7800
+ context: "agent",
7801
+ wire: "agentId"
7802
+ },
7803
+ parameters: [{
7804
+ name: "agent",
7805
+ wire: "agentId",
7806
+ source: "lookup",
7807
+ lookup: "agent",
7808
+ codec: {
7809
+ mode: "strict",
7810
+ typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
7811
+ schema: dsh_daoing_memory_memory_runDeletionFeedback_parameter_0$schema
7812
+ }
7813
+ }],
7814
+ result: {
7815
+ mode: "strict",
7816
+ typeSymbol: "dsh-daoing-memory#memory/runDeletionFeedback:result",
7817
+ schema: dsh_daoing_memory_memory_runDeletionFeedback_result$schema
7818
+ },
7819
+ sourceLocation: {
7820
+ "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7821
+ "line": 239,
7822
+ "column": 9
7823
+ }
7824
+ },
7632
7825
  {
7633
7826
  id: "dsh-daoing-memory#memory/stats",
7634
7827
  service: "memory",
@@ -7657,7 +7850,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7657
7850
  },
7658
7851
  sourceLocation: {
7659
7852
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7660
- "line": 254,
7853
+ "line": 362,
7661
7854
  "column": 3
7662
7855
  }
7663
7856
  },
@@ -7689,7 +7882,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7689
7882
  },
7690
7883
  sourceLocation: {
7691
7884
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7692
- "line": 247,
7885
+ "line": 355,
7693
7886
  "column": 3
7694
7887
  }
7695
7888
  },
@@ -7730,7 +7923,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7730
7923
  },
7731
7924
  sourceLocation: {
7732
7925
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7733
- "line": 113,
7926
+ "line": 114,
7734
7927
  "column": 3
7735
7928
  }
7736
7929
  },
@@ -7762,7 +7955,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7762
7955
  },
7763
7956
  sourceLocation: {
7764
7957
  "file": "packages/memory/dsh-daoing-memory/src/service.ts",
7765
- "line": 261,
7958
+ "line": 369,
7766
7959
  "column": 3
7767
7960
  }
7768
7961
  }
@@ -7952,61 +8145,61 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
7952
8145
  document.head.appendChild(tag);
7953
8146
  }
7954
8147
  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
- "list": "KAfEAG_list",
7961
- "payloadFull": "KAfEAG_payloadFull",
7962
- "table": "KAfEAG_table",
7963
- "tabs": "KAfEAG_tabs",
7964
- "cellActions": "KAfEAG_cellActions",
7965
- "tab": "KAfEAG_tab",
7966
- "badgePositive": "KAfEAG_badgePositive",
7967
- "badgeNegative": "KAfEAG_badgeNegative",
7968
- "titleBlock": "KAfEAG_titleBlock",
7969
8148
  "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",
8149
+ "cardDetail": "KAfEAG_cardDetail",
7976
8150
  "workbenchTabs": "KAfEAG_workbenchTabs",
7977
- "valueCell": "KAfEAG_valueCell",
7978
8151
  "btn": "KAfEAG_btn",
7979
- "title": "KAfEAG_title",
8152
+ "valueCell": "KAfEAG_valueCell",
8153
+ "check": "KAfEAG_check",
8154
+ "detailLabel": "KAfEAG_detailLabel",
8155
+ "payloadFull": "KAfEAG_payloadFull",
8156
+ "workbenchTab": "KAfEAG_workbenchTab",
8157
+ "cardMeta": "KAfEAG_cardMeta",
8158
+ "statusLive": "KAfEAG_statusLive",
8159
+ "statusOther": "KAfEAG_statusOther",
8160
+ "tabs": "KAfEAG_tabs",
8161
+ "concernBg": "KAfEAG_concernBg",
7980
8162
  "actions": "KAfEAG_actions",
7981
- "error": "KAfEAG_error",
7982
- "column": "KAfEAG_column",
7983
- "cardHead": "KAfEAG_cardHead",
7984
- "toolbar": "KAfEAG_toolbar",
7985
8163
  "historyTitle": "KAfEAG_historyTitle",
7986
- "cardSub": "KAfEAG_cardSub",
7987
- "rules": "KAfEAG_rules",
7988
- "trust": "KAfEAG_trust",
8164
+ "card": "KAfEAG_card",
8165
+ "columns": "KAfEAG_columns",
7989
8166
  "form": "KAfEAG_form",
7990
- "cardMeta": "KAfEAG_cardMeta",
7991
- "statline": "KAfEAG_statline",
7992
- "cardDetail": "KAfEAG_cardDetail",
7993
- "concernBg": "KAfEAG_concernBg",
8167
+ "cardHead": "KAfEAG_cardHead",
7994
8168
  "panel": "KAfEAG_panel",
7995
- "payloadToggle": "KAfEAG_payloadToggle",
7996
- "statusOther": "KAfEAG_statusOther",
7997
- "cardTitle": "KAfEAG_cardTitle",
7998
- "statusChallenged": "KAfEAG_statusChallenged",
7999
8169
  "workbenchTabActive": "KAfEAG_workbenchTabActive",
8170
+ "title": "KAfEAG_title",
8171
+ "empty": "KAfEAG_empty",
8172
+ "payloadToggle": "KAfEAG_payloadToggle",
8173
+ "cellActions": "KAfEAG_cellActions",
8000
8174
  "badge": "KAfEAG_badge",
8175
+ "body": "KAfEAG_body",
8176
+ "badgeConflict": "KAfEAG_badgeConflict",
8177
+ "statusCandidate": "KAfEAG_statusCandidate",
8001
8178
  "sectionTitle": "KAfEAG_sectionTitle",
8002
- "okLine": "KAfEAG_okLine",
8003
- "field": "KAfEAG_field",
8004
- "tabActive": "KAfEAG_tabActive",
8179
+ "titleBlock": "KAfEAG_titleBlock",
8180
+ "cardTitle": "KAfEAG_cardTitle",
8181
+ "cardSub": "KAfEAG_cardSub",
8182
+ "toolbar": "KAfEAG_toolbar",
8183
+ "badgePositive": "KAfEAG_badgePositive",
8184
+ "rules": "KAfEAG_rules",
8185
+ "trust": "KAfEAG_trust",
8186
+ "badgePinned": "KAfEAG_badgePinned",
8187
+ "detailRow": "KAfEAG_detailRow",
8005
8188
  "btnDanger": "KAfEAG_btnDanger",
8006
- "body": "KAfEAG_body",
8007
- "card": "KAfEAG_card",
8189
+ "error": "KAfEAG_error",
8190
+ "tab": "KAfEAG_tab",
8191
+ "tabActive": "KAfEAG_tabActive",
8192
+ "statline": "KAfEAG_statline",
8193
+ "list": "KAfEAG_list",
8194
+ "badgeNegative": "KAfEAG_badgeNegative",
8195
+ "header": "KAfEAG_header",
8196
+ "field": "KAfEAG_field",
8197
+ "okLine": "KAfEAG_okLine",
8198
+ "warnLine": "KAfEAG_warnLine",
8008
8199
  "page": "KAfEAG_page",
8009
- "warnLine": "KAfEAG_warnLine"
8200
+ "table": "KAfEAG_table",
8201
+ "statusChallenged": "KAfEAG_statusChallenged",
8202
+ "column": "KAfEAG_column"
8010
8203
  };
8011
8204
  //#endregion
8012
8205
  //#region src/client/ExperiencePage.tsx
@@ -8483,17 +8676,17 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
8483
8676
  document.head.appendChild(tag);
8484
8677
  }
8485
8678
  var ReasonDialog_module_css_default = {
8679
+ "header": "L4KK8a_header",
8486
8680
  "dialog": "L4KK8a_dialog",
8487
- "footer": "L4KK8a_footer",
8488
- "subtitle": "L4KK8a_subtitle",
8681
+ "buttons": "L4KK8a_buttons",
8489
8682
  "overlay": "L4KK8a_overlay",
8490
- "textarea": "L4KK8a_textarea",
8491
- "header": "L4KK8a_header",
8683
+ "footer": "L4KK8a_footer",
8492
8684
  "btnCancel": "L4KK8a_btnCancel",
8493
- "title": "L4KK8a_title",
8494
- "btnConfirm": "L4KK8a_btnConfirm",
8685
+ "textarea": "L4KK8a_textarea",
8686
+ "subtitle": "L4KK8a_subtitle",
8495
8687
  "hint": "L4KK8a_hint",
8496
- "buttons": "L4KK8a_buttons"
8688
+ "btnConfirm": "L4KK8a_btnConfirm",
8689
+ "title": "L4KK8a_title"
8497
8690
  };
8498
8691
  //#endregion
8499
8692
  //#region src/client/ReasonDialog.tsx