dsh-daoing-memory 0.1.2 → 0.1.4
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 +360 -360
- package/lib/client.js.map +1 -1
- package/lib/typert.host.js +314 -366
- package/lib/typert.remote-client.d.ts +1 -1
- package/lib/typert.remote-client.js +312 -312
- package/package.json +12 -2
- package/lib/typert.remote-client.d.ts.map +0 -1
- package/lib/types/client/ExperiencePage.d.ts.map +0 -1
- package/lib/types/client/ExperiencePage.js.map +0 -1
- package/lib/types/client/FactDiaryPage.d.ts.map +0 -1
- package/lib/types/client/FactDiaryPage.js.map +0 -1
- package/lib/types/client/HumanOpsPage.d.ts.map +0 -1
- package/lib/types/client/HumanOpsPage.js.map +0 -1
- package/lib/types/client/LedgerPage.d.ts.map +0 -1
- package/lib/types/client/LedgerPage.js.map +0 -1
- package/lib/types/client/MemoryFooterAction.d.ts.map +0 -1
- package/lib/types/client/MemoryFooterAction.js.map +0 -1
- package/lib/types/client/Workbench.d.ts.map +0 -1
- package/lib/types/client/Workbench.js.map +0 -1
- package/lib/types/client/actions.d.ts.map +0 -1
- package/lib/types/client/actions.js.map +0 -1
- package/lib/types/client/index.d.ts.map +0 -1
- package/lib/types/client/index.js.map +0 -1
- package/lib/types/client/navStore.d.ts.map +0 -1
- package/lib/types/client/navStore.js.map +0 -1
- package/lib/types/core.d.ts.map +0 -1
- package/lib/types/core.js.map +0 -1
- package/lib/types/index.d.ts.map +0 -1
- package/lib/types/index.js.map +0 -1
- package/lib/types/invariant.d.ts.map +0 -1
- package/lib/types/invariant.js.map +0 -1
- package/lib/types/service.d.ts.map +0 -1
- package/lib/types/service.js.map +0 -1
- package/lib/types/store.d.ts.map +0 -1
- package/lib/types/store.js.map +0 -1
- package/lib/types/tools.d.ts.map +0 -1
- package/lib/types/tools.js.map +0 -1
- package/lib/types/types.d.ts.map +0 -1
- package/lib/types/types.js.map +0 -1
package/lib/client.js
CHANGED
|
@@ -4082,8 +4082,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4082
4082
|
}
|
|
4083
4083
|
//#endregion
|
|
4084
4084
|
//#region lib/typert.remote-client.js
|
|
4085
|
-
const
|
|
4086
|
-
const
|
|
4085
|
+
const dsh_daoing_memory_memory_appendDiary_parameter_0$schema = intersection(string(), unknown());
|
|
4086
|
+
const dsh_daoing_memory_memory_appendDiary_parameter_1$schema = object({
|
|
4087
4087
|
"kind": union([
|
|
4088
4088
|
literal("other"),
|
|
4089
4089
|
literal("said"),
|
|
@@ -4096,7 +4096,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4096
4096
|
"sessionRef": string().optional(),
|
|
4097
4097
|
"tags": array(string()).optional()
|
|
4098
4098
|
});
|
|
4099
|
-
const
|
|
4099
|
+
const dsh_daoing_memory_memory_appendDiary_result$schema = object({
|
|
4100
4100
|
"entry": object({
|
|
4101
4101
|
"id": string(),
|
|
4102
4102
|
"ts": number(),
|
|
@@ -4131,8 +4131,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4131
4131
|
"extracted": boolean()
|
|
4132
4132
|
})).optional()
|
|
4133
4133
|
});
|
|
4134
|
-
const
|
|
4135
|
-
const
|
|
4134
|
+
const dsh_daoing_memory_memory_consolidate_parameter_0$schema = intersection(string(), unknown());
|
|
4135
|
+
const dsh_daoing_memory_memory_consolidate_parameter_1$schema = object({
|
|
4136
4136
|
"merges": array(object({
|
|
4137
4137
|
"family": string(),
|
|
4138
4138
|
"kind": union([literal("positive"), literal("negative")]),
|
|
@@ -4146,7 +4146,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4146
4146
|
})),
|
|
4147
4147
|
"note": string().optional()
|
|
4148
4148
|
});
|
|
4149
|
-
const
|
|
4149
|
+
const dsh_daoing_memory_memory_consolidate_result$schema = object({
|
|
4150
4150
|
"consolidated": number(),
|
|
4151
4151
|
"archived": number(),
|
|
4152
4152
|
"skipped": array(object({
|
|
@@ -4154,15 +4154,15 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4154
4154
|
"reason": string()
|
|
4155
4155
|
}))
|
|
4156
4156
|
});
|
|
4157
|
-
const
|
|
4158
|
-
const
|
|
4157
|
+
const dsh_daoing_memory_memory_consolidationDue_parameter_0$schema = intersection(string(), unknown());
|
|
4158
|
+
const dsh_daoing_memory_memory_consolidationDue_result$schema = object({
|
|
4159
4159
|
"due": boolean(),
|
|
4160
4160
|
"lastTs": number(),
|
|
4161
4161
|
"newSince": number(),
|
|
4162
4162
|
"hoursSince": number()
|
|
4163
4163
|
});
|
|
4164
|
-
const
|
|
4165
|
-
const
|
|
4164
|
+
const dsh_daoing_memory_memory_exportLibrary_parameter_0$schema = intersection(string(), unknown());
|
|
4165
|
+
const dsh_daoing_memory_memory_exportLibrary_result$schema = object({
|
|
4166
4166
|
"exportedAt": number(),
|
|
4167
4167
|
"schemaVersion": number(),
|
|
4168
4168
|
"experiences": array(object({
|
|
@@ -4315,8 +4315,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4315
4315
|
"hash": string()
|
|
4316
4316
|
}))
|
|
4317
4317
|
});
|
|
4318
|
-
const
|
|
4319
|
-
const
|
|
4318
|
+
const dsh_daoing_memory_memory_extract_parameter_0$schema = intersection(string(), unknown());
|
|
4319
|
+
const dsh_daoing_memory_memory_extract_parameter_1$schema = object({
|
|
4320
4320
|
"proposals": array(object({
|
|
4321
4321
|
"category": union([
|
|
4322
4322
|
literal("other"),
|
|
@@ -4352,10 +4352,10 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4352
4352
|
literal("commitment")
|
|
4353
4353
|
]).optional(),
|
|
4354
4354
|
"status": union([
|
|
4355
|
-
literal("paused"),
|
|
4356
4355
|
literal("ongoing"),
|
|
4357
4356
|
literal("concluded"),
|
|
4358
|
-
literal("recurring")
|
|
4357
|
+
literal("recurring"),
|
|
4358
|
+
literal("paused")
|
|
4359
4359
|
]).optional(),
|
|
4360
4360
|
"concernId": string().optional(),
|
|
4361
4361
|
"sourceDiaryIds": array(string()),
|
|
@@ -4363,7 +4363,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4363
4363
|
})).optional(),
|
|
4364
4364
|
"summary": string()
|
|
4365
4365
|
});
|
|
4366
|
-
const
|
|
4366
|
+
const dsh_daoing_memory_memory_extract_result$schema = object({
|
|
4367
4367
|
"applied": array(object({
|
|
4368
4368
|
"id": string(),
|
|
4369
4369
|
"category": union([
|
|
@@ -4446,10 +4446,10 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4446
4446
|
})),
|
|
4447
4447
|
"appliedConcerns": number()
|
|
4448
4448
|
});
|
|
4449
|
-
const
|
|
4450
|
-
const
|
|
4451
|
-
const
|
|
4452
|
-
const
|
|
4449
|
+
const dsh_daoing_memory_memory_extractionLog_parameter_0$schema = intersection(string(), unknown());
|
|
4450
|
+
const dsh_daoing_memory_memory_extractionLog_parameter_1$schema = number();
|
|
4451
|
+
const dsh_daoing_memory_memory_extractionLog_parameter_2$schema = number();
|
|
4452
|
+
const dsh_daoing_memory_memory_extractionLog_result$schema = array(object({
|
|
4453
4453
|
"id": string(),
|
|
4454
4454
|
"ts": number(),
|
|
4455
4455
|
"trigger": union([literal("cadence"), literal("manual")]),
|
|
@@ -4457,11 +4457,11 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4457
4457
|
"producedFactIds": array(string()),
|
|
4458
4458
|
"diaryCount": number()
|
|
4459
4459
|
}));
|
|
4460
|
-
const
|
|
4461
|
-
const
|
|
4462
|
-
const
|
|
4463
|
-
const
|
|
4464
|
-
const
|
|
4460
|
+
const dsh_daoing_memory_memory_extractionLogCount_parameter_0$schema = intersection(string(), unknown());
|
|
4461
|
+
const dsh_daoing_memory_memory_extractionLogCount_result$schema = number();
|
|
4462
|
+
const dsh_daoing_memory_memory_family_parameter_0$schema = intersection(string(), unknown());
|
|
4463
|
+
const dsh_daoing_memory_memory_family_parameter_1$schema = string();
|
|
4464
|
+
const dsh_daoing_memory_memory_family_result$schema = array(object({
|
|
4465
4465
|
"id": string(),
|
|
4466
4466
|
"revision": number(),
|
|
4467
4467
|
"kind": union([literal("positive"), literal("negative")]),
|
|
@@ -4507,10 +4507,10 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4507
4507
|
"createdAt": number(),
|
|
4508
4508
|
"updatedAt": number()
|
|
4509
4509
|
}));
|
|
4510
|
-
const
|
|
4511
|
-
const
|
|
4512
|
-
const
|
|
4513
|
-
const
|
|
4510
|
+
const dsh_daoing_memory_memory_get_parameter_0$schema = intersection(string(), unknown());
|
|
4511
|
+
const dsh_daoing_memory_memory_get_parameter_1$schema = string();
|
|
4512
|
+
const dsh_daoing_memory_memory_get_parameter_2$schema = union([_undefined(), number()]);
|
|
4513
|
+
const dsh_daoing_memory_memory_get_result$schema = union([_undefined(), object({
|
|
4514
4514
|
"id": string(),
|
|
4515
4515
|
"revision": number(),
|
|
4516
4516
|
"kind": union([literal("positive"), literal("negative")]),
|
|
@@ -4556,9 +4556,9 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4556
4556
|
"createdAt": number(),
|
|
4557
4557
|
"updatedAt": number()
|
|
4558
4558
|
})]);
|
|
4559
|
-
const
|
|
4560
|
-
const
|
|
4561
|
-
const
|
|
4559
|
+
const dsh_daoing_memory_memory_getDiaryByIds_parameter_0$schema = intersection(string(), unknown());
|
|
4560
|
+
const dsh_daoing_memory_memory_getDiaryByIds_parameter_1$schema = array(string());
|
|
4561
|
+
const dsh_daoing_memory_memory_getDiaryByIds_result$schema = array(object({
|
|
4562
4562
|
"id": string(),
|
|
4563
4563
|
"ts": number(),
|
|
4564
4564
|
"kind": union([
|
|
@@ -4574,12 +4574,12 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4574
4574
|
"tags": array(string()),
|
|
4575
4575
|
"extracted": boolean()
|
|
4576
4576
|
}));
|
|
4577
|
-
const
|
|
4578
|
-
const
|
|
4577
|
+
const dsh_daoing_memory_memory_humanAckDiary_parameter_0$schema = intersection(string(), unknown());
|
|
4578
|
+
const dsh_daoing_memory_memory_humanAckDiary_parameter_1$schema = object({
|
|
4579
4579
|
"diaryId": string(),
|
|
4580
4580
|
"reason": string()
|
|
4581
4581
|
});
|
|
4582
|
-
const
|
|
4582
|
+
const dsh_daoing_memory_memory_humanAckDiary_result$schema = object({
|
|
4583
4583
|
"id": string(),
|
|
4584
4584
|
"ts": number(),
|
|
4585
4585
|
"kind": union([
|
|
@@ -4595,8 +4595,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4595
4595
|
"tags": array(string()),
|
|
4596
4596
|
"extracted": boolean()
|
|
4597
4597
|
});
|
|
4598
|
-
const
|
|
4599
|
-
const
|
|
4598
|
+
const dsh_daoing_memory_memory_humanAddExperience_parameter_0$schema = intersection(string(), unknown());
|
|
4599
|
+
const dsh_daoing_memory_memory_humanAddExperience_parameter_1$schema = object({
|
|
4600
4600
|
"kind": union([literal("positive"), literal("negative")]),
|
|
4601
4601
|
"family": string(),
|
|
4602
4602
|
"gist": string(),
|
|
@@ -4611,7 +4611,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4611
4611
|
"context": string().optional(),
|
|
4612
4612
|
"reason": string()
|
|
4613
4613
|
});
|
|
4614
|
-
const
|
|
4614
|
+
const dsh_daoing_memory_memory_humanAddExperience_result$schema = object({
|
|
4615
4615
|
"id": string(),
|
|
4616
4616
|
"revision": number(),
|
|
4617
4617
|
"kind": union([literal("positive"), literal("negative")]),
|
|
@@ -4657,8 +4657,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4657
4657
|
"createdAt": number(),
|
|
4658
4658
|
"updatedAt": number()
|
|
4659
4659
|
});
|
|
4660
|
-
const
|
|
4661
|
-
const
|
|
4660
|
+
const dsh_daoing_memory_memory_humanAddFact_parameter_0$schema = intersection(string(), unknown());
|
|
4661
|
+
const dsh_daoing_memory_memory_humanAddFact_parameter_1$schema = object({
|
|
4662
4662
|
"category": union([
|
|
4663
4663
|
literal("other"),
|
|
4664
4664
|
literal("preference"),
|
|
@@ -4675,7 +4675,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4675
4675
|
"locked": boolean().optional(),
|
|
4676
4676
|
"reason": string()
|
|
4677
4677
|
});
|
|
4678
|
-
const
|
|
4678
|
+
const dsh_daoing_memory_memory_humanAddFact_result$schema = object({
|
|
4679
4679
|
"id": string(),
|
|
4680
4680
|
"category": union([
|
|
4681
4681
|
literal("other"),
|
|
@@ -4705,13 +4705,13 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4705
4705
|
"deleted": boolean(),
|
|
4706
4706
|
"conflictPending": boolean()
|
|
4707
4707
|
});
|
|
4708
|
-
const
|
|
4709
|
-
const
|
|
4708
|
+
const dsh_daoing_memory_memory_humanConfirmFact_parameter_0$schema = intersection(string(), unknown());
|
|
4709
|
+
const dsh_daoing_memory_memory_humanConfirmFact_parameter_1$schema = object({
|
|
4710
4710
|
"factId": string(),
|
|
4711
4711
|
"locked": boolean(),
|
|
4712
4712
|
"reason": string()
|
|
4713
4713
|
});
|
|
4714
|
-
const
|
|
4714
|
+
const dsh_daoing_memory_memory_humanConfirmFact_result$schema = object({
|
|
4715
4715
|
"id": string(),
|
|
4716
4716
|
"category": union([
|
|
4717
4717
|
literal("other"),
|
|
@@ -4741,26 +4741,26 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4741
4741
|
"deleted": boolean(),
|
|
4742
4742
|
"conflictPending": boolean()
|
|
4743
4743
|
});
|
|
4744
|
-
const
|
|
4745
|
-
const
|
|
4744
|
+
const dsh_daoing_memory_memory_humanDeleteConcern_parameter_0$schema = intersection(string(), unknown());
|
|
4745
|
+
const dsh_daoing_memory_memory_humanDeleteConcern_parameter_1$schema = object({
|
|
4746
4746
|
"id": string(),
|
|
4747
4747
|
"reason": string()
|
|
4748
4748
|
});
|
|
4749
|
-
const
|
|
4750
|
-
const
|
|
4751
|
-
const
|
|
4749
|
+
const dsh_daoing_memory_memory_humanDeleteConcern_result$schema = object({ "deleted": literal(true) });
|
|
4750
|
+
const dsh_daoing_memory_memory_humanDeleteExperience_parameter_0$schema = intersection(string(), unknown());
|
|
4751
|
+
const dsh_daoing_memory_memory_humanDeleteExperience_parameter_1$schema = object({
|
|
4752
4752
|
"id": string(),
|
|
4753
4753
|
"reason": string()
|
|
4754
4754
|
});
|
|
4755
|
-
const
|
|
4756
|
-
const
|
|
4757
|
-
const
|
|
4755
|
+
const dsh_daoing_memory_memory_humanDeleteExperience_result$schema = object({ "deleted": literal(true) });
|
|
4756
|
+
const dsh_daoing_memory_memory_humanDeleteFact_parameter_0$schema = intersection(string(), unknown());
|
|
4757
|
+
const dsh_daoing_memory_memory_humanDeleteFact_parameter_1$schema = object({
|
|
4758
4758
|
"factId": string(),
|
|
4759
4759
|
"reason": string()
|
|
4760
4760
|
});
|
|
4761
|
-
const
|
|
4762
|
-
const
|
|
4763
|
-
const
|
|
4761
|
+
const dsh_daoing_memory_memory_humanDeleteFact_result$schema = object({ "deleted": literal(true) });
|
|
4762
|
+
const dsh_daoing_memory_memory_humanEditExperience_parameter_0$schema = intersection(string(), unknown());
|
|
4763
|
+
const dsh_daoing_memory_memory_humanEditExperience_parameter_1$schema = object({
|
|
4764
4764
|
"id": string(),
|
|
4765
4765
|
"reason": string(),
|
|
4766
4766
|
"gist": string().optional(),
|
|
@@ -4775,7 +4775,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4775
4775
|
"context": string().optional(),
|
|
4776
4776
|
"globalFlag": boolean().optional()
|
|
4777
4777
|
});
|
|
4778
|
-
const
|
|
4778
|
+
const dsh_daoing_memory_memory_humanEditExperience_result$schema = object({
|
|
4779
4779
|
"id": string(),
|
|
4780
4780
|
"revision": number(),
|
|
4781
4781
|
"kind": union([literal("positive"), literal("negative")]),
|
|
@@ -4821,13 +4821,13 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4821
4821
|
"createdAt": number(),
|
|
4822
4822
|
"updatedAt": number()
|
|
4823
4823
|
});
|
|
4824
|
-
const
|
|
4825
|
-
const
|
|
4824
|
+
const dsh_daoing_memory_memory_humanEditFact_parameter_0$schema = intersection(string(), unknown());
|
|
4825
|
+
const dsh_daoing_memory_memory_humanEditFact_parameter_1$schema = object({
|
|
4826
4826
|
"factId": string(),
|
|
4827
4827
|
"value": string(),
|
|
4828
4828
|
"reason": string()
|
|
4829
4829
|
});
|
|
4830
|
-
const
|
|
4830
|
+
const dsh_daoing_memory_memory_humanEditFact_result$schema = object({
|
|
4831
4831
|
"id": string(),
|
|
4832
4832
|
"category": union([
|
|
4833
4833
|
literal("other"),
|
|
@@ -4857,13 +4857,13 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4857
4857
|
"deleted": boolean(),
|
|
4858
4858
|
"conflictPending": boolean()
|
|
4859
4859
|
});
|
|
4860
|
-
const
|
|
4861
|
-
const
|
|
4860
|
+
const dsh_daoing_memory_memory_humanPin_parameter_0$schema = intersection(string(), unknown());
|
|
4861
|
+
const dsh_daoing_memory_memory_humanPin_parameter_1$schema = object({
|
|
4862
4862
|
"id": string(),
|
|
4863
4863
|
"pinned": boolean(),
|
|
4864
4864
|
"reason": string()
|
|
4865
4865
|
});
|
|
4866
|
-
const
|
|
4866
|
+
const dsh_daoing_memory_memory_humanPin_result$schema = object({
|
|
4867
4867
|
"id": string(),
|
|
4868
4868
|
"revision": number(),
|
|
4869
4869
|
"kind": union([literal("positive"), literal("negative")]),
|
|
@@ -4909,10 +4909,10 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4909
4909
|
"createdAt": number(),
|
|
4910
4910
|
"updatedAt": number()
|
|
4911
4911
|
});
|
|
4912
|
-
const
|
|
4913
|
-
const
|
|
4914
|
-
const
|
|
4915
|
-
const
|
|
4912
|
+
const dsh_daoing_memory_memory_humanPromote_parameter_0$schema = intersection(string(), unknown());
|
|
4913
|
+
const dsh_daoing_memory_memory_humanPromote_parameter_1$schema = string();
|
|
4914
|
+
const dsh_daoing_memory_memory_humanPromote_parameter_2$schema = string();
|
|
4915
|
+
const dsh_daoing_memory_memory_humanPromote_result$schema = object({
|
|
4916
4916
|
"id": string(),
|
|
4917
4917
|
"revision": number(),
|
|
4918
4918
|
"kind": union([literal("positive"), literal("negative")]),
|
|
@@ -4958,12 +4958,12 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
4958
4958
|
"createdAt": number(),
|
|
4959
4959
|
"updatedAt": number()
|
|
4960
4960
|
});
|
|
4961
|
-
const
|
|
4962
|
-
const
|
|
4961
|
+
const dsh_daoing_memory_memory_humanReleaseCold_parameter_0$schema = intersection(string(), unknown());
|
|
4962
|
+
const dsh_daoing_memory_memory_humanReleaseCold_parameter_1$schema = object({
|
|
4963
4963
|
"id": string(),
|
|
4964
4964
|
"reason": string()
|
|
4965
4965
|
});
|
|
4966
|
-
const
|
|
4966
|
+
const dsh_daoing_memory_memory_humanReleaseCold_result$schema = object({
|
|
4967
4967
|
"id": string(),
|
|
4968
4968
|
"revision": number(),
|
|
4969
4969
|
"kind": union([literal("positive"), literal("negative")]),
|
|
@@ -5009,13 +5009,13 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5009
5009
|
"createdAt": number(),
|
|
5010
5010
|
"updatedAt": number()
|
|
5011
5011
|
});
|
|
5012
|
-
const
|
|
5013
|
-
const
|
|
5012
|
+
const dsh_daoing_memory_memory_humanRollback_parameter_0$schema = intersection(string(), unknown());
|
|
5013
|
+
const dsh_daoing_memory_memory_humanRollback_parameter_1$schema = object({
|
|
5014
5014
|
"id": string(),
|
|
5015
5015
|
"toRevision": number(),
|
|
5016
5016
|
"reason": string()
|
|
5017
5017
|
});
|
|
5018
|
-
const
|
|
5018
|
+
const dsh_daoing_memory_memory_humanRollback_result$schema = object({
|
|
5019
5019
|
"id": string(),
|
|
5020
5020
|
"revision": number(),
|
|
5021
5021
|
"kind": union([literal("positive"), literal("negative")]),
|
|
@@ -5061,20 +5061,20 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5061
5061
|
"createdAt": number(),
|
|
5062
5062
|
"updatedAt": number()
|
|
5063
5063
|
});
|
|
5064
|
-
const
|
|
5065
|
-
const
|
|
5064
|
+
const dsh_daoing_memory_memory_humanSetConcernStatus_parameter_0$schema = intersection(string(), unknown());
|
|
5065
|
+
const dsh_daoing_memory_memory_humanSetConcernStatus_parameter_1$schema = object({
|
|
5066
5066
|
"id": string(),
|
|
5067
5067
|
"status": union([
|
|
5068
|
-
literal("paused"),
|
|
5069
5068
|
literal("ongoing"),
|
|
5070
5069
|
literal("concluded"),
|
|
5071
|
-
literal("recurring")
|
|
5070
|
+
literal("recurring"),
|
|
5071
|
+
literal("paused")
|
|
5072
5072
|
]),
|
|
5073
5073
|
"reason": string()
|
|
5074
5074
|
});
|
|
5075
|
-
const
|
|
5076
|
-
const
|
|
5077
|
-
const
|
|
5075
|
+
const dsh_daoing_memory_memory_humanSetConcernStatus_result$schema = object({ "ok": literal(true) });
|
|
5076
|
+
const dsh_daoing_memory_memory_ingest_parameter_0$schema = intersection(string(), unknown());
|
|
5077
|
+
const dsh_daoing_memory_memory_ingest_parameter_1$schema = object({
|
|
5078
5078
|
"sourceType": union([
|
|
5079
5079
|
literal("conversation"),
|
|
5080
5080
|
literal("document"),
|
|
@@ -5100,7 +5100,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5100
5100
|
})),
|
|
5101
5101
|
"note": string().optional()
|
|
5102
5102
|
});
|
|
5103
|
-
const
|
|
5103
|
+
const dsh_daoing_memory_memory_ingest_result$schema = object({
|
|
5104
5104
|
"accepted": array(object({
|
|
5105
5105
|
"id": string(),
|
|
5106
5106
|
"revision": number(),
|
|
@@ -5156,8 +5156,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5156
5156
|
"beta": number()
|
|
5157
5157
|
})
|
|
5158
5158
|
});
|
|
5159
|
-
const
|
|
5160
|
-
const
|
|
5159
|
+
const dsh_daoing_memory_memory_ledgerQuery_parameter_0$schema = intersection(string(), unknown());
|
|
5160
|
+
const dsh_daoing_memory_memory_ledgerQuery_parameter_1$schema = object({
|
|
5161
5161
|
"objectType": union([
|
|
5162
5162
|
literal("experience"),
|
|
5163
5163
|
literal("fact"),
|
|
@@ -5172,7 +5172,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5172
5172
|
"seqFrom": number().optional(),
|
|
5173
5173
|
"seqTo": number().optional()
|
|
5174
5174
|
});
|
|
5175
|
-
const
|
|
5175
|
+
const dsh_daoing_memory_memory_ledgerQuery_result$schema = array(object({
|
|
5176
5176
|
"seq": number(),
|
|
5177
5177
|
"ts": number(),
|
|
5178
5178
|
"op": string(),
|
|
@@ -5190,8 +5190,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5190
5190
|
"prevHash": string(),
|
|
5191
5191
|
"hash": string()
|
|
5192
5192
|
}));
|
|
5193
|
-
const
|
|
5194
|
-
const
|
|
5193
|
+
const dsh_daoing_memory_memory_ledgerQueryCount_parameter_0$schema = intersection(string(), unknown());
|
|
5194
|
+
const dsh_daoing_memory_memory_ledgerQueryCount_parameter_1$schema = object({
|
|
5195
5195
|
"objectType": union([
|
|
5196
5196
|
literal("experience"),
|
|
5197
5197
|
literal("fact"),
|
|
@@ -5206,9 +5206,9 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5206
5206
|
"seqFrom": number().optional(),
|
|
5207
5207
|
"seqTo": number().optional()
|
|
5208
5208
|
});
|
|
5209
|
-
const
|
|
5210
|
-
const
|
|
5211
|
-
const
|
|
5209
|
+
const dsh_daoing_memory_memory_ledgerQueryCount_result$schema = number();
|
|
5210
|
+
const dsh_daoing_memory_memory_list_parameter_0$schema = intersection(string(), unknown());
|
|
5211
|
+
const dsh_daoing_memory_memory_list_parameter_1$schema = object({
|
|
5212
5212
|
"status": union([
|
|
5213
5213
|
literal("candidate"),
|
|
5214
5214
|
literal("live"),
|
|
@@ -5221,7 +5221,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5221
5221
|
"family": string().optional(),
|
|
5222
5222
|
"context": string().optional()
|
|
5223
5223
|
});
|
|
5224
|
-
const
|
|
5224
|
+
const dsh_daoing_memory_memory_list_result$schema = array(object({
|
|
5225
5225
|
"id": string(),
|
|
5226
5226
|
"revision": number(),
|
|
5227
5227
|
"kind": union([literal("positive"), literal("negative")]),
|
|
@@ -5267,12 +5267,12 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5267
5267
|
"createdAt": number(),
|
|
5268
5268
|
"updatedAt": number()
|
|
5269
5269
|
}));
|
|
5270
|
-
const
|
|
5271
|
-
const
|
|
5272
|
-
const
|
|
5273
|
-
const
|
|
5274
|
-
const
|
|
5275
|
-
const
|
|
5270
|
+
const dsh_daoing_memory_memory_listConcerns_parameter_0$schema = intersection(string(), unknown());
|
|
5271
|
+
const dsh_daoing_memory_memory_listConcerns_parameter_1$schema = string();
|
|
5272
|
+
const dsh_daoing_memory_memory_listConcerns_parameter_2$schema = string();
|
|
5273
|
+
const dsh_daoing_memory_memory_listConcerns_parameter_3$schema = number();
|
|
5274
|
+
const dsh_daoing_memory_memory_listConcerns_parameter_4$schema = number();
|
|
5275
|
+
const dsh_daoing_memory_memory_listConcerns_result$schema = array(object({
|
|
5276
5276
|
"concern": object({
|
|
5277
5277
|
"id": string(),
|
|
5278
5278
|
"parentId": string().optional(),
|
|
@@ -5288,10 +5288,10 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5288
5288
|
literal("commitment")
|
|
5289
5289
|
]).optional(),
|
|
5290
5290
|
"status": union([
|
|
5291
|
-
literal("paused"),
|
|
5292
5291
|
literal("ongoing"),
|
|
5293
5292
|
literal("concluded"),
|
|
5294
|
-
literal("recurring")
|
|
5293
|
+
literal("recurring"),
|
|
5294
|
+
literal("paused")
|
|
5295
5295
|
]).optional(),
|
|
5296
5296
|
"ts": number(),
|
|
5297
5297
|
"sourceDiaryIds": array(string()),
|
|
@@ -5313,10 +5313,10 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5313
5313
|
literal("commitment")
|
|
5314
5314
|
]).optional(),
|
|
5315
5315
|
"status": union([
|
|
5316
|
-
literal("paused"),
|
|
5317
5316
|
literal("ongoing"),
|
|
5318
5317
|
literal("concluded"),
|
|
5319
|
-
literal("recurring")
|
|
5318
|
+
literal("recurring"),
|
|
5319
|
+
literal("paused")
|
|
5320
5320
|
]).optional(),
|
|
5321
5321
|
"ts": number(),
|
|
5322
5322
|
"sourceDiaryIds": array(string()),
|
|
@@ -5324,15 +5324,15 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5324
5324
|
"deleted": boolean()
|
|
5325
5325
|
}))
|
|
5326
5326
|
}));
|
|
5327
|
-
const
|
|
5328
|
-
const
|
|
5329
|
-
const
|
|
5330
|
-
const
|
|
5331
|
-
const
|
|
5332
|
-
const
|
|
5333
|
-
const
|
|
5334
|
-
const
|
|
5335
|
-
const
|
|
5327
|
+
const dsh_daoing_memory_memory_listConcernsCount_parameter_0$schema = intersection(string(), unknown());
|
|
5328
|
+
const dsh_daoing_memory_memory_listConcernsCount_parameter_1$schema = string();
|
|
5329
|
+
const dsh_daoing_memory_memory_listConcernsCount_parameter_2$schema = string();
|
|
5330
|
+
const dsh_daoing_memory_memory_listConcernsCount_result$schema = number();
|
|
5331
|
+
const dsh_daoing_memory_memory_listDiary_parameter_0$schema = intersection(string(), unknown());
|
|
5332
|
+
const dsh_daoing_memory_memory_listDiary_parameter_1$schema = number();
|
|
5333
|
+
const dsh_daoing_memory_memory_listDiary_parameter_2$schema = number();
|
|
5334
|
+
const dsh_daoing_memory_memory_listDiary_parameter_3$schema = boolean();
|
|
5335
|
+
const dsh_daoing_memory_memory_listDiary_result$schema = array(object({
|
|
5336
5336
|
"id": string(),
|
|
5337
5337
|
"ts": number(),
|
|
5338
5338
|
"kind": union([
|
|
@@ -5348,12 +5348,12 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5348
5348
|
"tags": array(string()),
|
|
5349
5349
|
"extracted": boolean()
|
|
5350
5350
|
}));
|
|
5351
|
-
const
|
|
5352
|
-
const
|
|
5353
|
-
const
|
|
5354
|
-
const
|
|
5355
|
-
const
|
|
5356
|
-
const
|
|
5351
|
+
const dsh_daoing_memory_memory_listFacts_parameter_0$schema = intersection(string(), unknown());
|
|
5352
|
+
const dsh_daoing_memory_memory_listFacts_parameter_1$schema = string();
|
|
5353
|
+
const dsh_daoing_memory_memory_listFacts_parameter_2$schema = boolean();
|
|
5354
|
+
const dsh_daoing_memory_memory_listFacts_parameter_3$schema = number();
|
|
5355
|
+
const dsh_daoing_memory_memory_listFacts_parameter_4$schema = number();
|
|
5356
|
+
const dsh_daoing_memory_memory_listFacts_result$schema = array(object({
|
|
5357
5357
|
"id": string(),
|
|
5358
5358
|
"category": union([
|
|
5359
5359
|
literal("other"),
|
|
@@ -5383,12 +5383,12 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5383
5383
|
"deleted": boolean(),
|
|
5384
5384
|
"conflictPending": boolean()
|
|
5385
5385
|
}));
|
|
5386
|
-
const
|
|
5387
|
-
const
|
|
5388
|
-
const
|
|
5389
|
-
const
|
|
5390
|
-
const
|
|
5391
|
-
const
|
|
5386
|
+
const dsh_daoing_memory_memory_listFactsCount_parameter_0$schema = intersection(string(), unknown());
|
|
5387
|
+
const dsh_daoing_memory_memory_listFactsCount_parameter_1$schema = string();
|
|
5388
|
+
const dsh_daoing_memory_memory_listFactsCount_parameter_2$schema = boolean();
|
|
5389
|
+
const dsh_daoing_memory_memory_listFactsCount_result$schema = number();
|
|
5390
|
+
const dsh_daoing_memory_memory_recall_parameter_0$schema = intersection(string(), unknown());
|
|
5391
|
+
const dsh_daoing_memory_memory_recall_parameter_1$schema = object({
|
|
5392
5392
|
"situation": string(),
|
|
5393
5393
|
"topK": number().optional(),
|
|
5394
5394
|
"budgetTokens": number().optional(),
|
|
@@ -5396,7 +5396,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5396
5396
|
"context": string().optional(),
|
|
5397
5397
|
"includeTrials": boolean().optional()
|
|
5398
5398
|
});
|
|
5399
|
-
const
|
|
5399
|
+
const dsh_daoing_memory_memory_recall_result$schema = object({
|
|
5400
5400
|
"items": array(object({
|
|
5401
5401
|
"experience": object({
|
|
5402
5402
|
"id": string(),
|
|
@@ -5507,8 +5507,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5507
5507
|
})),
|
|
5508
5508
|
"consolidationDue": boolean()
|
|
5509
5509
|
});
|
|
5510
|
-
const
|
|
5511
|
-
const
|
|
5510
|
+
const dsh_daoing_memory_memory_refine_parameter_0$schema = intersection(string(), unknown());
|
|
5511
|
+
const dsh_daoing_memory_memory_refine_parameter_1$schema = object({
|
|
5512
5512
|
"kind": union([literal("positive"), literal("negative")]),
|
|
5513
5513
|
"family": string(),
|
|
5514
5514
|
"gist": string(),
|
|
@@ -5533,7 +5533,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5533
5533
|
"humanMarked": boolean().optional(),
|
|
5534
5534
|
"context": string().optional()
|
|
5535
5535
|
});
|
|
5536
|
-
const
|
|
5536
|
+
const dsh_daoing_memory_memory_refine_result$schema = object({
|
|
5537
5537
|
"accepted": boolean(),
|
|
5538
5538
|
"reason": string().optional(),
|
|
5539
5539
|
"experience": object({
|
|
@@ -5584,8 +5584,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5584
5584
|
}).optional(),
|
|
5585
5585
|
"corroboratedId": string().optional()
|
|
5586
5586
|
});
|
|
5587
|
-
const
|
|
5588
|
-
const
|
|
5587
|
+
const dsh_daoing_memory_memory_report_parameter_0$schema = intersection(string(), unknown());
|
|
5588
|
+
const dsh_daoing_memory_memory_report_parameter_1$schema = object({
|
|
5589
5589
|
"id": string(),
|
|
5590
5590
|
"revision": number().optional(),
|
|
5591
5591
|
"outcome": union([literal("success"), literal("fail")]),
|
|
@@ -5604,7 +5604,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5604
5604
|
"tokensSaved": number().optional(),
|
|
5605
5605
|
"dedupeKey": string().optional()
|
|
5606
5606
|
});
|
|
5607
|
-
const
|
|
5607
|
+
const dsh_daoing_memory_memory_report_result$schema = object({
|
|
5608
5608
|
"snapshot": object({
|
|
5609
5609
|
"id": string(),
|
|
5610
5610
|
"revision": number(),
|
|
@@ -5668,8 +5668,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5668
5668
|
"adopted": boolean(),
|
|
5669
5669
|
"cooled": boolean().optional()
|
|
5670
5670
|
});
|
|
5671
|
-
const
|
|
5672
|
-
const
|
|
5671
|
+
const dsh_daoing_memory_memory_revise_parameter_0$schema = intersection(string(), unknown());
|
|
5672
|
+
const dsh_daoing_memory_memory_revise_parameter_1$schema = object({
|
|
5673
5673
|
"id": string(),
|
|
5674
5674
|
"reason": string(),
|
|
5675
5675
|
"gist": string().optional(),
|
|
@@ -5681,7 +5681,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5681
5681
|
"reasoning": string().optional(),
|
|
5682
5682
|
"limits": array(string()).optional()
|
|
5683
5683
|
});
|
|
5684
|
-
const
|
|
5684
|
+
const dsh_daoing_memory_memory_revise_result$schema = object({
|
|
5685
5685
|
"id": string(),
|
|
5686
5686
|
"revision": number(),
|
|
5687
5687
|
"kind": union([literal("positive"), literal("negative")]),
|
|
@@ -5727,13 +5727,13 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5727
5727
|
"createdAt": number(),
|
|
5728
5728
|
"updatedAt": number()
|
|
5729
5729
|
});
|
|
5730
|
-
const
|
|
5731
|
-
const
|
|
5730
|
+
const dsh_daoing_memory_memory_rollback_parameter_0$schema = intersection(string(), unknown());
|
|
5731
|
+
const dsh_daoing_memory_memory_rollback_parameter_1$schema = object({
|
|
5732
5732
|
"id": string(),
|
|
5733
5733
|
"toRevision": number(),
|
|
5734
5734
|
"reason": string()
|
|
5735
5735
|
});
|
|
5736
|
-
const
|
|
5736
|
+
const dsh_daoing_memory_memory_rollback_result$schema = object({
|
|
5737
5737
|
"id": string(),
|
|
5738
5738
|
"revision": number(),
|
|
5739
5739
|
"kind": union([literal("positive"), literal("negative")]),
|
|
@@ -5779,8 +5779,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5779
5779
|
"createdAt": number(),
|
|
5780
5780
|
"updatedAt": number()
|
|
5781
5781
|
});
|
|
5782
|
-
const
|
|
5783
|
-
const
|
|
5782
|
+
const dsh_daoing_memory_memory_stats_parameter_0$schema = intersection(string(), unknown());
|
|
5783
|
+
const dsh_daoing_memory_memory_stats_result$schema = object({
|
|
5784
5784
|
"experiences": object({
|
|
5785
5785
|
"total": number(),
|
|
5786
5786
|
"byStatus": object({
|
|
@@ -5821,14 +5821,14 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5821
5821
|
"newSince": number()
|
|
5822
5822
|
})
|
|
5823
5823
|
});
|
|
5824
|
-
const
|
|
5825
|
-
const
|
|
5824
|
+
const dsh_daoing_memory_memory_verifyLedger_parameter_0$schema = intersection(string(), unknown());
|
|
5825
|
+
const dsh_daoing_memory_memory_verifyLedger_result$schema = object({
|
|
5826
5826
|
"ok": boolean(),
|
|
5827
5827
|
"checked": number(),
|
|
5828
5828
|
"brokenAt": number().optional()
|
|
5829
5829
|
});
|
|
5830
|
-
const
|
|
5831
|
-
const
|
|
5830
|
+
const dsh_daoing_memory_memory_verifyShadow_parameter_0$schema = intersection(string(), unknown());
|
|
5831
|
+
const dsh_daoing_memory_memory_verifyShadow_parameter_1$schema = object({
|
|
5832
5832
|
"id": string(),
|
|
5833
5833
|
"revision": number(),
|
|
5834
5834
|
"samples": array(object({
|
|
@@ -5836,7 +5836,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5836
5836
|
"expected": union([literal("success"), literal("fail")])
|
|
5837
5837
|
}))
|
|
5838
5838
|
});
|
|
5839
|
-
const
|
|
5839
|
+
const dsh_daoing_memory_memory_verifyShadow_result$schema = object({
|
|
5840
5840
|
"passed": boolean(),
|
|
5841
5841
|
"agreement": number(),
|
|
5842
5842
|
"snapshot": object({
|
|
@@ -5887,8 +5887,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5887
5887
|
}).optional(),
|
|
5888
5888
|
"reason": string().optional()
|
|
5889
5889
|
});
|
|
5890
|
-
const
|
|
5891
|
-
const
|
|
5890
|
+
const dsh_daoing_memory_memory_workbenchInfo_parameter_0$schema = intersection(string(), unknown());
|
|
5891
|
+
const dsh_daoing_memory_memory_workbenchInfo_result$schema = object({
|
|
5892
5892
|
"workspacePath": string(),
|
|
5893
5893
|
"workspaceTitle": string(),
|
|
5894
5894
|
"databasePath": string(),
|
|
@@ -5916,7 +5916,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5916
5916
|
codec: {
|
|
5917
5917
|
mode: "strict",
|
|
5918
5918
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
5919
|
-
schema:
|
|
5919
|
+
schema: dsh_daoing_memory_memory_appendDiary_parameter_0$schema
|
|
5920
5920
|
}
|
|
5921
5921
|
}, {
|
|
5922
5922
|
name: "request",
|
|
@@ -5925,16 +5925,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5925
5925
|
codec: {
|
|
5926
5926
|
mode: "strict",
|
|
5927
5927
|
typeSymbol: "dsh-daoing-memory/types#DiaryAppendRequest",
|
|
5928
|
-
schema:
|
|
5928
|
+
schema: dsh_daoing_memory_memory_appendDiary_parameter_1$schema
|
|
5929
5929
|
}
|
|
5930
5930
|
}],
|
|
5931
5931
|
result: {
|
|
5932
5932
|
mode: "strict",
|
|
5933
5933
|
typeSymbol: "dsh-daoing-memory/types#DiaryAppendResult",
|
|
5934
|
-
schema:
|
|
5934
|
+
schema: dsh_daoing_memory_memory_appendDiary_result$schema
|
|
5935
5935
|
},
|
|
5936
5936
|
sourceLocation: {
|
|
5937
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
5937
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
5938
5938
|
"line": 145,
|
|
5939
5939
|
"column": 3
|
|
5940
5940
|
}
|
|
@@ -5957,7 +5957,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5957
5957
|
codec: {
|
|
5958
5958
|
mode: "strict",
|
|
5959
5959
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
5960
|
-
schema:
|
|
5960
|
+
schema: dsh_daoing_memory_memory_consolidate_parameter_0$schema
|
|
5961
5961
|
}
|
|
5962
5962
|
}, {
|
|
5963
5963
|
name: "request",
|
|
@@ -5966,16 +5966,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5966
5966
|
codec: {
|
|
5967
5967
|
mode: "strict",
|
|
5968
5968
|
typeSymbol: "dsh-daoing-memory/types#ConsolidateRequest",
|
|
5969
|
-
schema:
|
|
5969
|
+
schema: dsh_daoing_memory_memory_consolidate_parameter_1$schema
|
|
5970
5970
|
}
|
|
5971
5971
|
}],
|
|
5972
5972
|
result: {
|
|
5973
5973
|
mode: "strict",
|
|
5974
5974
|
typeSymbol: "dsh-daoing-memory/types#ConsolidateResult",
|
|
5975
|
-
schema:
|
|
5975
|
+
schema: dsh_daoing_memory_memory_consolidate_result$schema
|
|
5976
5976
|
},
|
|
5977
5977
|
sourceLocation: {
|
|
5978
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
5978
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
5979
5979
|
"line": 218,
|
|
5980
5980
|
"column": 3
|
|
5981
5981
|
}
|
|
@@ -5998,16 +5998,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
5998
5998
|
codec: {
|
|
5999
5999
|
mode: "strict",
|
|
6000
6000
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
6001
|
-
schema:
|
|
6001
|
+
schema: dsh_daoing_memory_memory_consolidationDue_parameter_0$schema
|
|
6002
6002
|
}
|
|
6003
6003
|
}],
|
|
6004
6004
|
result: {
|
|
6005
6005
|
mode: "strict",
|
|
6006
6006
|
typeSymbol: "dsh-daoing-memory#memory/consolidationDue:result",
|
|
6007
|
-
schema:
|
|
6007
|
+
schema: dsh_daoing_memory_memory_consolidationDue_result$schema
|
|
6008
6008
|
},
|
|
6009
6009
|
sourceLocation: {
|
|
6010
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
6010
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
6011
6011
|
"line": 225,
|
|
6012
6012
|
"column": 3
|
|
6013
6013
|
}
|
|
@@ -6030,16 +6030,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6030
6030
|
codec: {
|
|
6031
6031
|
mode: "strict",
|
|
6032
6032
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
6033
|
-
schema:
|
|
6033
|
+
schema: dsh_daoing_memory_memory_exportLibrary_parameter_0$schema
|
|
6034
6034
|
}
|
|
6035
6035
|
}],
|
|
6036
6036
|
result: {
|
|
6037
6037
|
mode: "strict",
|
|
6038
6038
|
typeSymbol: "dsh-daoing-memory/types#MemoryExport",
|
|
6039
|
-
schema:
|
|
6039
|
+
schema: dsh_daoing_memory_memory_exportLibrary_result$schema
|
|
6040
6040
|
},
|
|
6041
6041
|
sourceLocation: {
|
|
6042
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
6042
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
6043
6043
|
"line": 267,
|
|
6044
6044
|
"column": 3
|
|
6045
6045
|
}
|
|
@@ -6062,7 +6062,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6062
6062
|
codec: {
|
|
6063
6063
|
mode: "strict",
|
|
6064
6064
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
6065
|
-
schema:
|
|
6065
|
+
schema: dsh_daoing_memory_memory_extract_parameter_0$schema
|
|
6066
6066
|
}
|
|
6067
6067
|
}, {
|
|
6068
6068
|
name: "request",
|
|
@@ -6071,16 +6071,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6071
6071
|
codec: {
|
|
6072
6072
|
mode: "strict",
|
|
6073
6073
|
typeSymbol: "dsh-daoing-memory/types#ExtractFactsRequest",
|
|
6074
|
-
schema:
|
|
6074
|
+
schema: dsh_daoing_memory_memory_extract_parameter_1$schema
|
|
6075
6075
|
}
|
|
6076
6076
|
}],
|
|
6077
6077
|
result: {
|
|
6078
6078
|
mode: "strict",
|
|
6079
6079
|
typeSymbol: "dsh-daoing-memory/types#ExtractFactsResult",
|
|
6080
|
-
schema:
|
|
6080
|
+
schema: dsh_daoing_memory_memory_extract_result$schema
|
|
6081
6081
|
},
|
|
6082
6082
|
sourceLocation: {
|
|
6083
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
6083
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
6084
6084
|
"line": 151,
|
|
6085
6085
|
"column": 3
|
|
6086
6086
|
}
|
|
@@ -6104,7 +6104,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6104
6104
|
codec: {
|
|
6105
6105
|
mode: "strict",
|
|
6106
6106
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
6107
|
-
schema:
|
|
6107
|
+
schema: dsh_daoing_memory_memory_extractionLog_parameter_0$schema
|
|
6108
6108
|
}
|
|
6109
6109
|
},
|
|
6110
6110
|
{
|
|
@@ -6114,7 +6114,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6114
6114
|
codec: {
|
|
6115
6115
|
mode: "strict",
|
|
6116
6116
|
typeSymbol: "dsh-daoing-memory#memory/extractionLog:limit",
|
|
6117
|
-
schema:
|
|
6117
|
+
schema: dsh_daoing_memory_memory_extractionLog_parameter_1$schema
|
|
6118
6118
|
}
|
|
6119
6119
|
},
|
|
6120
6120
|
{
|
|
@@ -6124,17 +6124,17 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6124
6124
|
codec: {
|
|
6125
6125
|
mode: "strict",
|
|
6126
6126
|
typeSymbol: "dsh-daoing-memory#memory/extractionLog:offset",
|
|
6127
|
-
schema:
|
|
6127
|
+
schema: dsh_daoing_memory_memory_extractionLog_parameter_2$schema
|
|
6128
6128
|
}
|
|
6129
6129
|
}
|
|
6130
6130
|
],
|
|
6131
6131
|
result: {
|
|
6132
6132
|
mode: "strict",
|
|
6133
6133
|
typeSymbol: "dsh-daoing-memory#memory/extractionLog:result",
|
|
6134
|
-
schema:
|
|
6134
|
+
schema: dsh_daoing_memory_memory_extractionLog_result$schema
|
|
6135
6135
|
},
|
|
6136
6136
|
sourceLocation: {
|
|
6137
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
6137
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
6138
6138
|
"line": 204,
|
|
6139
6139
|
"column": 3
|
|
6140
6140
|
}
|
|
@@ -6157,16 +6157,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6157
6157
|
codec: {
|
|
6158
6158
|
mode: "strict",
|
|
6159
6159
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
6160
|
-
schema:
|
|
6160
|
+
schema: dsh_daoing_memory_memory_extractionLogCount_parameter_0$schema
|
|
6161
6161
|
}
|
|
6162
6162
|
}],
|
|
6163
6163
|
result: {
|
|
6164
6164
|
mode: "strict",
|
|
6165
6165
|
typeSymbol: "dsh-daoing-memory#memory/extractionLogCount:result",
|
|
6166
|
-
schema:
|
|
6166
|
+
schema: dsh_daoing_memory_memory_extractionLogCount_result$schema
|
|
6167
6167
|
},
|
|
6168
6168
|
sourceLocation: {
|
|
6169
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
6169
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
6170
6170
|
"line": 211,
|
|
6171
6171
|
"column": 3
|
|
6172
6172
|
}
|
|
@@ -6189,7 +6189,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6189
6189
|
codec: {
|
|
6190
6190
|
mode: "strict",
|
|
6191
6191
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
6192
|
-
schema:
|
|
6192
|
+
schema: dsh_daoing_memory_memory_family_parameter_0$schema
|
|
6193
6193
|
}
|
|
6194
6194
|
}, {
|
|
6195
6195
|
name: "id",
|
|
@@ -6198,16 +6198,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6198
6198
|
codec: {
|
|
6199
6199
|
mode: "strict",
|
|
6200
6200
|
typeSymbol: "dsh-daoing-memory#memory/family:id",
|
|
6201
|
-
schema:
|
|
6201
|
+
schema: dsh_daoing_memory_memory_family_parameter_1$schema
|
|
6202
6202
|
}
|
|
6203
6203
|
}],
|
|
6204
6204
|
result: {
|
|
6205
6205
|
mode: "strict",
|
|
6206
6206
|
typeSymbol: "dsh-daoing-memory#memory/family:result",
|
|
6207
|
-
schema:
|
|
6207
|
+
schema: dsh_daoing_memory_memory_family_result$schema
|
|
6208
6208
|
},
|
|
6209
6209
|
sourceLocation: {
|
|
6210
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
6210
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
6211
6211
|
"line": 138,
|
|
6212
6212
|
"column": 3
|
|
6213
6213
|
}
|
|
@@ -6231,7 +6231,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6231
6231
|
codec: {
|
|
6232
6232
|
mode: "strict",
|
|
6233
6233
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
6234
|
-
schema:
|
|
6234
|
+
schema: dsh_daoing_memory_memory_get_parameter_0$schema
|
|
6235
6235
|
}
|
|
6236
6236
|
},
|
|
6237
6237
|
{
|
|
@@ -6241,7 +6241,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6241
6241
|
codec: {
|
|
6242
6242
|
mode: "strict",
|
|
6243
6243
|
typeSymbol: "dsh-daoing-memory#memory/get:id",
|
|
6244
|
-
schema:
|
|
6244
|
+
schema: dsh_daoing_memory_memory_get_parameter_1$schema
|
|
6245
6245
|
}
|
|
6246
6246
|
},
|
|
6247
6247
|
{
|
|
@@ -6252,17 +6252,17 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6252
6252
|
codec: {
|
|
6253
6253
|
mode: "strict",
|
|
6254
6254
|
typeSymbol: "dsh-daoing-memory#memory/get:revision",
|
|
6255
|
-
schema:
|
|
6255
|
+
schema: dsh_daoing_memory_memory_get_parameter_2$schema
|
|
6256
6256
|
}
|
|
6257
6257
|
}
|
|
6258
6258
|
],
|
|
6259
6259
|
result: {
|
|
6260
6260
|
mode: "strict",
|
|
6261
6261
|
typeSymbol: "dsh-daoing-memory#memory/get:result",
|
|
6262
|
-
schema:
|
|
6262
|
+
schema: dsh_daoing_memory_memory_get_result$schema
|
|
6263
6263
|
},
|
|
6264
6264
|
sourceLocation: {
|
|
6265
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
6265
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
6266
6266
|
"line": 124,
|
|
6267
6267
|
"column": 3
|
|
6268
6268
|
}
|
|
@@ -6285,7 +6285,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6285
6285
|
codec: {
|
|
6286
6286
|
mode: "strict",
|
|
6287
6287
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
6288
|
-
schema:
|
|
6288
|
+
schema: dsh_daoing_memory_memory_getDiaryByIds_parameter_0$schema
|
|
6289
6289
|
}
|
|
6290
6290
|
}, {
|
|
6291
6291
|
name: "ids",
|
|
@@ -6294,16 +6294,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6294
6294
|
codec: {
|
|
6295
6295
|
mode: "strict",
|
|
6296
6296
|
typeSymbol: "dsh-daoing-memory#memory/getDiaryByIds:ids",
|
|
6297
|
-
schema:
|
|
6297
|
+
schema: dsh_daoing_memory_memory_getDiaryByIds_parameter_1$schema
|
|
6298
6298
|
}
|
|
6299
6299
|
}],
|
|
6300
6300
|
result: {
|
|
6301
6301
|
mode: "strict",
|
|
6302
6302
|
typeSymbol: "dsh-daoing-memory#memory/getDiaryByIds:result",
|
|
6303
|
-
schema:
|
|
6303
|
+
schema: dsh_daoing_memory_memory_getDiaryByIds_result$schema
|
|
6304
6304
|
},
|
|
6305
6305
|
sourceLocation: {
|
|
6306
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
6306
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
6307
6307
|
"line": 164,
|
|
6308
6308
|
"column": 3
|
|
6309
6309
|
}
|
|
@@ -6326,7 +6326,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6326
6326
|
codec: {
|
|
6327
6327
|
mode: "strict",
|
|
6328
6328
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
6329
|
-
schema:
|
|
6329
|
+
schema: dsh_daoing_memory_memory_humanAckDiary_parameter_0$schema
|
|
6330
6330
|
}
|
|
6331
6331
|
}, {
|
|
6332
6332
|
name: "request",
|
|
@@ -6335,16 +6335,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6335
6335
|
codec: {
|
|
6336
6336
|
mode: "strict",
|
|
6337
6337
|
typeSymbol: "dsh-daoing-memory/types#HumanAckDiaryRequest",
|
|
6338
|
-
schema:
|
|
6338
|
+
schema: dsh_daoing_memory_memory_humanAckDiary_parameter_1$schema
|
|
6339
6339
|
}
|
|
6340
6340
|
}],
|
|
6341
6341
|
result: {
|
|
6342
6342
|
mode: "strict",
|
|
6343
6343
|
typeSymbol: "dsh-daoing-memory/types#DiaryEntry",
|
|
6344
|
-
schema:
|
|
6344
|
+
schema: dsh_daoing_memory_memory_humanAckDiary_result$schema
|
|
6345
6345
|
},
|
|
6346
6346
|
sourceLocation: {
|
|
6347
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
6347
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
6348
6348
|
"line": 364,
|
|
6349
6349
|
"column": 3
|
|
6350
6350
|
}
|
|
@@ -6367,7 +6367,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6367
6367
|
codec: {
|
|
6368
6368
|
mode: "strict",
|
|
6369
6369
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
6370
|
-
schema:
|
|
6370
|
+
schema: dsh_daoing_memory_memory_humanAddExperience_parameter_0$schema
|
|
6371
6371
|
}
|
|
6372
6372
|
}, {
|
|
6373
6373
|
name: "request",
|
|
@@ -6376,16 +6376,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6376
6376
|
codec: {
|
|
6377
6377
|
mode: "strict",
|
|
6378
6378
|
typeSymbol: "dsh-daoing-memory/types#HumanAddExperienceRequest",
|
|
6379
|
-
schema:
|
|
6379
|
+
schema: dsh_daoing_memory_memory_humanAddExperience_parameter_1$schema
|
|
6380
6380
|
}
|
|
6381
6381
|
}],
|
|
6382
6382
|
result: {
|
|
6383
6383
|
mode: "strict",
|
|
6384
6384
|
typeSymbol: "dsh-daoing-memory/types#ExperienceSnapshot",
|
|
6385
|
-
schema:
|
|
6385
|
+
schema: dsh_daoing_memory_memory_humanAddExperience_result$schema
|
|
6386
6386
|
},
|
|
6387
6387
|
sourceLocation: {
|
|
6388
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
6388
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
6389
6389
|
"line": 307,
|
|
6390
6390
|
"column": 3
|
|
6391
6391
|
}
|
|
@@ -6408,7 +6408,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6408
6408
|
codec: {
|
|
6409
6409
|
mode: "strict",
|
|
6410
6410
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
6411
|
-
schema:
|
|
6411
|
+
schema: dsh_daoing_memory_memory_humanAddFact_parameter_0$schema
|
|
6412
6412
|
}
|
|
6413
6413
|
}, {
|
|
6414
6414
|
name: "request",
|
|
@@ -6417,16 +6417,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6417
6417
|
codec: {
|
|
6418
6418
|
mode: "strict",
|
|
6419
6419
|
typeSymbol: "dsh-daoing-memory/types#HumanAddFactRequest",
|
|
6420
|
-
schema:
|
|
6420
|
+
schema: dsh_daoing_memory_memory_humanAddFact_parameter_1$schema
|
|
6421
6421
|
}
|
|
6422
6422
|
}],
|
|
6423
6423
|
result: {
|
|
6424
6424
|
mode: "strict",
|
|
6425
6425
|
typeSymbol: "dsh-daoing-memory/types#FactEntry",
|
|
6426
|
-
schema:
|
|
6426
|
+
schema: dsh_daoing_memory_memory_humanAddFact_result$schema
|
|
6427
6427
|
},
|
|
6428
6428
|
sourceLocation: {
|
|
6429
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
6429
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
6430
6430
|
"line": 335,
|
|
6431
6431
|
"column": 3
|
|
6432
6432
|
}
|
|
@@ -6449,7 +6449,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6449
6449
|
codec: {
|
|
6450
6450
|
mode: "strict",
|
|
6451
6451
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
6452
|
-
schema:
|
|
6452
|
+
schema: dsh_daoing_memory_memory_humanConfirmFact_parameter_0$schema
|
|
6453
6453
|
}
|
|
6454
6454
|
}, {
|
|
6455
6455
|
name: "request",
|
|
@@ -6458,16 +6458,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6458
6458
|
codec: {
|
|
6459
6459
|
mode: "strict",
|
|
6460
6460
|
typeSymbol: "dsh-daoing-memory/types#HumanConfirmFactRequest",
|
|
6461
|
-
schema:
|
|
6461
|
+
schema: dsh_daoing_memory_memory_humanConfirmFact_parameter_1$schema
|
|
6462
6462
|
}
|
|
6463
6463
|
}],
|
|
6464
6464
|
result: {
|
|
6465
6465
|
mode: "strict",
|
|
6466
6466
|
typeSymbol: "dsh-daoing-memory/types#FactEntry",
|
|
6467
|
-
schema:
|
|
6467
|
+
schema: dsh_daoing_memory_memory_humanConfirmFact_result$schema
|
|
6468
6468
|
},
|
|
6469
6469
|
sourceLocation: {
|
|
6470
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
6470
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
6471
6471
|
"line": 357,
|
|
6472
6472
|
"column": 3
|
|
6473
6473
|
}
|
|
@@ -6490,7 +6490,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6490
6490
|
codec: {
|
|
6491
6491
|
mode: "strict",
|
|
6492
6492
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
6493
|
-
schema:
|
|
6493
|
+
schema: dsh_daoing_memory_memory_humanDeleteConcern_parameter_0$schema
|
|
6494
6494
|
}
|
|
6495
6495
|
}, {
|
|
6496
6496
|
name: "request",
|
|
@@ -6499,16 +6499,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6499
6499
|
codec: {
|
|
6500
6500
|
mode: "strict",
|
|
6501
6501
|
typeSymbol: "dsh-daoing-memory/types#HumanDeleteConcernRequest",
|
|
6502
|
-
schema:
|
|
6502
|
+
schema: dsh_daoing_memory_memory_humanDeleteConcern_parameter_1$schema
|
|
6503
6503
|
}
|
|
6504
6504
|
}],
|
|
6505
6505
|
result: {
|
|
6506
6506
|
mode: "strict",
|
|
6507
6507
|
typeSymbol: "dsh-daoing-memory#memory/humanDeleteConcern:result",
|
|
6508
|
-
schema:
|
|
6508
|
+
schema: dsh_daoing_memory_memory_humanDeleteConcern_result$schema
|
|
6509
6509
|
},
|
|
6510
6510
|
sourceLocation: {
|
|
6511
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
6511
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
6512
6512
|
"line": 379,
|
|
6513
6513
|
"column": 3
|
|
6514
6514
|
}
|
|
@@ -6531,7 +6531,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6531
6531
|
codec: {
|
|
6532
6532
|
mode: "strict",
|
|
6533
6533
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
6534
|
-
schema:
|
|
6534
|
+
schema: dsh_daoing_memory_memory_humanDeleteExperience_parameter_0$schema
|
|
6535
6535
|
}
|
|
6536
6536
|
}, {
|
|
6537
6537
|
name: "request",
|
|
@@ -6540,16 +6540,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6540
6540
|
codec: {
|
|
6541
6541
|
mode: "strict",
|
|
6542
6542
|
typeSymbol: "dsh-daoing-memory/types#HumanDeleteExperienceRequest",
|
|
6543
|
-
schema:
|
|
6543
|
+
schema: dsh_daoing_memory_memory_humanDeleteExperience_parameter_1$schema
|
|
6544
6544
|
}
|
|
6545
6545
|
}],
|
|
6546
6546
|
result: {
|
|
6547
6547
|
mode: "strict",
|
|
6548
6548
|
typeSymbol: "dsh-daoing-memory#memory/humanDeleteExperience:result",
|
|
6549
|
-
schema:
|
|
6549
|
+
schema: dsh_daoing_memory_memory_humanDeleteExperience_result$schema
|
|
6550
6550
|
},
|
|
6551
6551
|
sourceLocation: {
|
|
6552
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
6552
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
6553
6553
|
"line": 292,
|
|
6554
6554
|
"column": 3
|
|
6555
6555
|
}
|
|
@@ -6572,7 +6572,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6572
6572
|
codec: {
|
|
6573
6573
|
mode: "strict",
|
|
6574
6574
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
6575
|
-
schema:
|
|
6575
|
+
schema: dsh_daoing_memory_memory_humanDeleteFact_parameter_0$schema
|
|
6576
6576
|
}
|
|
6577
6577
|
}, {
|
|
6578
6578
|
name: "request",
|
|
@@ -6581,16 +6581,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6581
6581
|
codec: {
|
|
6582
6582
|
mode: "strict",
|
|
6583
6583
|
typeSymbol: "dsh-daoing-memory/types#HumanDeleteFactRequest",
|
|
6584
|
-
schema:
|
|
6584
|
+
schema: dsh_daoing_memory_memory_humanDeleteFact_parameter_1$schema
|
|
6585
6585
|
}
|
|
6586
6586
|
}],
|
|
6587
6587
|
result: {
|
|
6588
6588
|
mode: "strict",
|
|
6589
6589
|
typeSymbol: "dsh-daoing-memory#memory/humanDeleteFact:result",
|
|
6590
|
-
schema:
|
|
6590
|
+
schema: dsh_daoing_memory_memory_humanDeleteFact_result$schema
|
|
6591
6591
|
},
|
|
6592
6592
|
sourceLocation: {
|
|
6593
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
6593
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
6594
6594
|
"line": 349,
|
|
6595
6595
|
"column": 3
|
|
6596
6596
|
}
|
|
@@ -6613,7 +6613,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6613
6613
|
codec: {
|
|
6614
6614
|
mode: "strict",
|
|
6615
6615
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
6616
|
-
schema:
|
|
6616
|
+
schema: dsh_daoing_memory_memory_humanEditExperience_parameter_0$schema
|
|
6617
6617
|
}
|
|
6618
6618
|
}, {
|
|
6619
6619
|
name: "request",
|
|
@@ -6622,16 +6622,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6622
6622
|
codec: {
|
|
6623
6623
|
mode: "strict",
|
|
6624
6624
|
typeSymbol: "dsh-daoing-memory/types#HumanEditExperienceRequest",
|
|
6625
|
-
schema:
|
|
6625
|
+
schema: dsh_daoing_memory_memory_humanEditExperience_parameter_1$schema
|
|
6626
6626
|
}
|
|
6627
6627
|
}],
|
|
6628
6628
|
result: {
|
|
6629
6629
|
mode: "strict",
|
|
6630
6630
|
typeSymbol: "dsh-daoing-memory/types#ExperienceSnapshot",
|
|
6631
|
-
schema:
|
|
6631
|
+
schema: dsh_daoing_memory_memory_humanEditExperience_result$schema
|
|
6632
6632
|
},
|
|
6633
6633
|
sourceLocation: {
|
|
6634
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
6634
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
6635
6635
|
"line": 300,
|
|
6636
6636
|
"column": 3
|
|
6637
6637
|
}
|
|
@@ -6654,7 +6654,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6654
6654
|
codec: {
|
|
6655
6655
|
mode: "strict",
|
|
6656
6656
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
6657
|
-
schema:
|
|
6657
|
+
schema: dsh_daoing_memory_memory_humanEditFact_parameter_0$schema
|
|
6658
6658
|
}
|
|
6659
6659
|
}, {
|
|
6660
6660
|
name: "request",
|
|
@@ -6663,16 +6663,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6663
6663
|
codec: {
|
|
6664
6664
|
mode: "strict",
|
|
6665
6665
|
typeSymbol: "dsh-daoing-memory/types#HumanEditFactRequest",
|
|
6666
|
-
schema:
|
|
6666
|
+
schema: dsh_daoing_memory_memory_humanEditFact_parameter_1$schema
|
|
6667
6667
|
}
|
|
6668
6668
|
}],
|
|
6669
6669
|
result: {
|
|
6670
6670
|
mode: "strict",
|
|
6671
6671
|
typeSymbol: "dsh-daoing-memory/types#FactEntry",
|
|
6672
|
-
schema:
|
|
6672
|
+
schema: dsh_daoing_memory_memory_humanEditFact_result$schema
|
|
6673
6673
|
},
|
|
6674
6674
|
sourceLocation: {
|
|
6675
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
6675
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
6676
6676
|
"line": 342,
|
|
6677
6677
|
"column": 3
|
|
6678
6678
|
}
|
|
@@ -6695,7 +6695,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6695
6695
|
codec: {
|
|
6696
6696
|
mode: "strict",
|
|
6697
6697
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
6698
|
-
schema:
|
|
6698
|
+
schema: dsh_daoing_memory_memory_humanPin_parameter_0$schema
|
|
6699
6699
|
}
|
|
6700
6700
|
}, {
|
|
6701
6701
|
name: "request",
|
|
@@ -6704,16 +6704,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6704
6704
|
codec: {
|
|
6705
6705
|
mode: "strict",
|
|
6706
6706
|
typeSymbol: "dsh-daoing-memory/types#HumanPinRequest",
|
|
6707
|
-
schema:
|
|
6707
|
+
schema: dsh_daoing_memory_memory_humanPin_parameter_1$schema
|
|
6708
6708
|
}
|
|
6709
6709
|
}],
|
|
6710
6710
|
result: {
|
|
6711
6711
|
mode: "strict",
|
|
6712
6712
|
typeSymbol: "dsh-daoing-memory/types#ExperienceSnapshot",
|
|
6713
|
-
schema:
|
|
6713
|
+
schema: dsh_daoing_memory_memory_humanPin_result$schema
|
|
6714
6714
|
},
|
|
6715
6715
|
sourceLocation: {
|
|
6716
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
6716
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
6717
6717
|
"line": 285,
|
|
6718
6718
|
"column": 3
|
|
6719
6719
|
}
|
|
@@ -6737,7 +6737,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6737
6737
|
codec: {
|
|
6738
6738
|
mode: "strict",
|
|
6739
6739
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
6740
|
-
schema:
|
|
6740
|
+
schema: dsh_daoing_memory_memory_humanPromote_parameter_0$schema
|
|
6741
6741
|
}
|
|
6742
6742
|
},
|
|
6743
6743
|
{
|
|
@@ -6747,7 +6747,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6747
6747
|
codec: {
|
|
6748
6748
|
mode: "strict",
|
|
6749
6749
|
typeSymbol: "dsh-daoing-memory#memory/humanPromote:id",
|
|
6750
|
-
schema:
|
|
6750
|
+
schema: dsh_daoing_memory_memory_humanPromote_parameter_1$schema
|
|
6751
6751
|
}
|
|
6752
6752
|
},
|
|
6753
6753
|
{
|
|
@@ -6757,17 +6757,17 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6757
6757
|
codec: {
|
|
6758
6758
|
mode: "strict",
|
|
6759
6759
|
typeSymbol: "dsh-daoing-memory#memory/humanPromote:reason",
|
|
6760
|
-
schema:
|
|
6760
|
+
schema: dsh_daoing_memory_memory_humanPromote_parameter_2$schema
|
|
6761
6761
|
}
|
|
6762
6762
|
}
|
|
6763
6763
|
],
|
|
6764
6764
|
result: {
|
|
6765
6765
|
mode: "strict",
|
|
6766
6766
|
typeSymbol: "dsh-daoing-memory/types#ExperienceSnapshot",
|
|
6767
|
-
schema:
|
|
6767
|
+
schema: dsh_daoing_memory_memory_humanPromote_result$schema
|
|
6768
6768
|
},
|
|
6769
6769
|
sourceLocation: {
|
|
6770
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
6770
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
6771
6771
|
"line": 314,
|
|
6772
6772
|
"column": 3
|
|
6773
6773
|
}
|
|
@@ -6790,7 +6790,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6790
6790
|
codec: {
|
|
6791
6791
|
mode: "strict",
|
|
6792
6792
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
6793
|
-
schema:
|
|
6793
|
+
schema: dsh_daoing_memory_memory_humanReleaseCold_parameter_0$schema
|
|
6794
6794
|
}
|
|
6795
6795
|
}, {
|
|
6796
6796
|
name: "request",
|
|
@@ -6799,16 +6799,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6799
6799
|
codec: {
|
|
6800
6800
|
mode: "strict",
|
|
6801
6801
|
typeSymbol: "dsh-daoing-memory/types#HumanReleaseColdRequest",
|
|
6802
|
-
schema:
|
|
6802
|
+
schema: dsh_daoing_memory_memory_humanReleaseCold_parameter_1$schema
|
|
6803
6803
|
}
|
|
6804
6804
|
}],
|
|
6805
6805
|
result: {
|
|
6806
6806
|
mode: "strict",
|
|
6807
6807
|
typeSymbol: "dsh-daoing-memory/types#ExperienceSnapshot",
|
|
6808
|
-
schema:
|
|
6808
|
+
schema: dsh_daoing_memory_memory_humanReleaseCold_result$schema
|
|
6809
6809
|
},
|
|
6810
6810
|
sourceLocation: {
|
|
6811
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
6811
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
6812
6812
|
"line": 321,
|
|
6813
6813
|
"column": 3
|
|
6814
6814
|
}
|
|
@@ -6831,7 +6831,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6831
6831
|
codec: {
|
|
6832
6832
|
mode: "strict",
|
|
6833
6833
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
6834
|
-
schema:
|
|
6834
|
+
schema: dsh_daoing_memory_memory_humanRollback_parameter_0$schema
|
|
6835
6835
|
}
|
|
6836
6836
|
}, {
|
|
6837
6837
|
name: "request",
|
|
@@ -6840,16 +6840,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6840
6840
|
codec: {
|
|
6841
6841
|
mode: "strict",
|
|
6842
6842
|
typeSymbol: "dsh-daoing-memory/types#RollbackExperienceRequest",
|
|
6843
|
-
schema:
|
|
6843
|
+
schema: dsh_daoing_memory_memory_humanRollback_parameter_1$schema
|
|
6844
6844
|
}
|
|
6845
6845
|
}],
|
|
6846
6846
|
result: {
|
|
6847
6847
|
mode: "strict",
|
|
6848
6848
|
typeSymbol: "dsh-daoing-memory/types#ExperienceSnapshot",
|
|
6849
|
-
schema:
|
|
6849
|
+
schema: dsh_daoing_memory_memory_humanRollback_result$schema
|
|
6850
6850
|
},
|
|
6851
6851
|
sourceLocation: {
|
|
6852
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
6852
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
6853
6853
|
"line": 328,
|
|
6854
6854
|
"column": 3
|
|
6855
6855
|
}
|
|
@@ -6872,7 +6872,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6872
6872
|
codec: {
|
|
6873
6873
|
mode: "strict",
|
|
6874
6874
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
6875
|
-
schema:
|
|
6875
|
+
schema: dsh_daoing_memory_memory_humanSetConcernStatus_parameter_0$schema
|
|
6876
6876
|
}
|
|
6877
6877
|
}, {
|
|
6878
6878
|
name: "request",
|
|
@@ -6881,16 +6881,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6881
6881
|
codec: {
|
|
6882
6882
|
mode: "strict",
|
|
6883
6883
|
typeSymbol: "dsh-daoing-memory/types#HumanSetConcernStatusRequest",
|
|
6884
|
-
schema:
|
|
6884
|
+
schema: dsh_daoing_memory_memory_humanSetConcernStatus_parameter_1$schema
|
|
6885
6885
|
}
|
|
6886
6886
|
}],
|
|
6887
6887
|
result: {
|
|
6888
6888
|
mode: "strict",
|
|
6889
6889
|
typeSymbol: "dsh-daoing-memory#memory/humanSetConcernStatus:result",
|
|
6890
|
-
schema:
|
|
6890
|
+
schema: dsh_daoing_memory_memory_humanSetConcernStatus_result$schema
|
|
6891
6891
|
},
|
|
6892
6892
|
sourceLocation: {
|
|
6893
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
6893
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
6894
6894
|
"line": 371,
|
|
6895
6895
|
"column": 3
|
|
6896
6896
|
}
|
|
@@ -6913,7 +6913,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6913
6913
|
codec: {
|
|
6914
6914
|
mode: "strict",
|
|
6915
6915
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
6916
|
-
schema:
|
|
6916
|
+
schema: dsh_daoing_memory_memory_ingest_parameter_0$schema
|
|
6917
6917
|
}
|
|
6918
6918
|
}, {
|
|
6919
6919
|
name: "request",
|
|
@@ -6922,16 +6922,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6922
6922
|
codec: {
|
|
6923
6923
|
mode: "strict",
|
|
6924
6924
|
typeSymbol: "dsh-daoing-memory/types#IngestRequest",
|
|
6925
|
-
schema:
|
|
6925
|
+
schema: dsh_daoing_memory_memory_ingest_parameter_1$schema
|
|
6926
6926
|
}
|
|
6927
6927
|
}],
|
|
6928
6928
|
result: {
|
|
6929
6929
|
mode: "strict",
|
|
6930
6930
|
typeSymbol: "dsh-daoing-memory/types#IngestResult",
|
|
6931
|
-
schema:
|
|
6931
|
+
schema: dsh_daoing_memory_memory_ingest_result$schema
|
|
6932
6932
|
},
|
|
6933
6933
|
sourceLocation: {
|
|
6934
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
6934
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
6935
6935
|
"line": 100,
|
|
6936
6936
|
"column": 3
|
|
6937
6937
|
}
|
|
@@ -6954,7 +6954,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6954
6954
|
codec: {
|
|
6955
6955
|
mode: "strict",
|
|
6956
6956
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
6957
|
-
schema:
|
|
6957
|
+
schema: dsh_daoing_memory_memory_ledgerQuery_parameter_0$schema
|
|
6958
6958
|
}
|
|
6959
6959
|
}, {
|
|
6960
6960
|
name: "request",
|
|
@@ -6963,16 +6963,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6963
6963
|
codec: {
|
|
6964
6964
|
mode: "strict",
|
|
6965
6965
|
typeSymbol: "dsh-daoing-memory/types#LedgerQueryRequest",
|
|
6966
|
-
schema:
|
|
6966
|
+
schema: dsh_daoing_memory_memory_ledgerQuery_parameter_1$schema
|
|
6967
6967
|
}
|
|
6968
6968
|
}],
|
|
6969
6969
|
result: {
|
|
6970
6970
|
mode: "strict",
|
|
6971
6971
|
typeSymbol: "dsh-daoing-memory#memory/ledgerQuery:result",
|
|
6972
|
-
schema:
|
|
6972
|
+
schema: dsh_daoing_memory_memory_ledgerQuery_result$schema
|
|
6973
6973
|
},
|
|
6974
6974
|
sourceLocation: {
|
|
6975
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
6975
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
6976
6976
|
"line": 232,
|
|
6977
6977
|
"column": 3
|
|
6978
6978
|
}
|
|
@@ -6995,7 +6995,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
6995
6995
|
codec: {
|
|
6996
6996
|
mode: "strict",
|
|
6997
6997
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
6998
|
-
schema:
|
|
6998
|
+
schema: dsh_daoing_memory_memory_ledgerQueryCount_parameter_0$schema
|
|
6999
6999
|
}
|
|
7000
7000
|
}, {
|
|
7001
7001
|
name: "request",
|
|
@@ -7004,16 +7004,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7004
7004
|
codec: {
|
|
7005
7005
|
mode: "strict",
|
|
7006
7006
|
typeSymbol: "dsh-daoing-memory/types#LedgerQueryRequest",
|
|
7007
|
-
schema:
|
|
7007
|
+
schema: dsh_daoing_memory_memory_ledgerQueryCount_parameter_1$schema
|
|
7008
7008
|
}
|
|
7009
7009
|
}],
|
|
7010
7010
|
result: {
|
|
7011
7011
|
mode: "strict",
|
|
7012
7012
|
typeSymbol: "dsh-daoing-memory#memory/ledgerQueryCount:result",
|
|
7013
|
-
schema:
|
|
7013
|
+
schema: dsh_daoing_memory_memory_ledgerQueryCount_result$schema
|
|
7014
7014
|
},
|
|
7015
7015
|
sourceLocation: {
|
|
7016
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
7016
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
7017
7017
|
"line": 239,
|
|
7018
7018
|
"column": 3
|
|
7019
7019
|
}
|
|
@@ -7036,7 +7036,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7036
7036
|
codec: {
|
|
7037
7037
|
mode: "strict",
|
|
7038
7038
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
7039
|
-
schema:
|
|
7039
|
+
schema: dsh_daoing_memory_memory_list_parameter_0$schema
|
|
7040
7040
|
}
|
|
7041
7041
|
}, {
|
|
7042
7042
|
name: "filter",
|
|
@@ -7045,16 +7045,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7045
7045
|
codec: {
|
|
7046
7046
|
mode: "strict",
|
|
7047
7047
|
typeSymbol: "dsh-daoing-memory/types#ExperienceListFilter",
|
|
7048
|
-
schema:
|
|
7048
|
+
schema: dsh_daoing_memory_memory_list_parameter_1$schema
|
|
7049
7049
|
}
|
|
7050
7050
|
}],
|
|
7051
7051
|
result: {
|
|
7052
7052
|
mode: "strict",
|
|
7053
7053
|
typeSymbol: "dsh-daoing-memory#memory/list:result",
|
|
7054
|
-
schema:
|
|
7054
|
+
schema: dsh_daoing_memory_memory_list_result$schema
|
|
7055
7055
|
},
|
|
7056
7056
|
sourceLocation: {
|
|
7057
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
7057
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
7058
7058
|
"line": 131,
|
|
7059
7059
|
"column": 3
|
|
7060
7060
|
}
|
|
@@ -7078,7 +7078,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7078
7078
|
codec: {
|
|
7079
7079
|
mode: "strict",
|
|
7080
7080
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
7081
|
-
schema:
|
|
7081
|
+
schema: dsh_daoing_memory_memory_listConcerns_parameter_0$schema
|
|
7082
7082
|
}
|
|
7083
7083
|
},
|
|
7084
7084
|
{
|
|
@@ -7088,7 +7088,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7088
7088
|
codec: {
|
|
7089
7089
|
mode: "strict",
|
|
7090
7090
|
typeSymbol: "dsh-daoing-memory#memory/listConcerns:kind",
|
|
7091
|
-
schema:
|
|
7091
|
+
schema: dsh_daoing_memory_memory_listConcerns_parameter_1$schema
|
|
7092
7092
|
}
|
|
7093
7093
|
},
|
|
7094
7094
|
{
|
|
@@ -7098,7 +7098,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7098
7098
|
codec: {
|
|
7099
7099
|
mode: "strict",
|
|
7100
7100
|
typeSymbol: "dsh-daoing-memory#memory/listConcerns:status",
|
|
7101
|
-
schema:
|
|
7101
|
+
schema: dsh_daoing_memory_memory_listConcerns_parameter_2$schema
|
|
7102
7102
|
}
|
|
7103
7103
|
},
|
|
7104
7104
|
{
|
|
@@ -7108,7 +7108,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7108
7108
|
codec: {
|
|
7109
7109
|
mode: "strict",
|
|
7110
7110
|
typeSymbol: "dsh-daoing-memory#memory/listConcerns:limit",
|
|
7111
|
-
schema:
|
|
7111
|
+
schema: dsh_daoing_memory_memory_listConcerns_parameter_3$schema
|
|
7112
7112
|
}
|
|
7113
7113
|
},
|
|
7114
7114
|
{
|
|
@@ -7118,17 +7118,17 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7118
7118
|
codec: {
|
|
7119
7119
|
mode: "strict",
|
|
7120
7120
|
typeSymbol: "dsh-daoing-memory#memory/listConcerns:offset",
|
|
7121
|
-
schema:
|
|
7121
|
+
schema: dsh_daoing_memory_memory_listConcerns_parameter_4$schema
|
|
7122
7122
|
}
|
|
7123
7123
|
}
|
|
7124
7124
|
],
|
|
7125
7125
|
result: {
|
|
7126
7126
|
mode: "strict",
|
|
7127
7127
|
typeSymbol: "dsh-daoing-memory#memory/listConcerns:result",
|
|
7128
|
-
schema:
|
|
7128
|
+
schema: dsh_daoing_memory_memory_listConcerns_result$schema
|
|
7129
7129
|
},
|
|
7130
7130
|
sourceLocation: {
|
|
7131
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
7131
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
7132
7132
|
"line": 185,
|
|
7133
7133
|
"column": 3
|
|
7134
7134
|
}
|
|
@@ -7152,7 +7152,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7152
7152
|
codec: {
|
|
7153
7153
|
mode: "strict",
|
|
7154
7154
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
7155
|
-
schema:
|
|
7155
|
+
schema: dsh_daoing_memory_memory_listConcernsCount_parameter_0$schema
|
|
7156
7156
|
}
|
|
7157
7157
|
},
|
|
7158
7158
|
{
|
|
@@ -7162,7 +7162,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7162
7162
|
codec: {
|
|
7163
7163
|
mode: "strict",
|
|
7164
7164
|
typeSymbol: "dsh-daoing-memory#memory/listConcernsCount:kind",
|
|
7165
|
-
schema:
|
|
7165
|
+
schema: dsh_daoing_memory_memory_listConcernsCount_parameter_1$schema
|
|
7166
7166
|
}
|
|
7167
7167
|
},
|
|
7168
7168
|
{
|
|
@@ -7172,17 +7172,17 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7172
7172
|
codec: {
|
|
7173
7173
|
mode: "strict",
|
|
7174
7174
|
typeSymbol: "dsh-daoing-memory#memory/listConcernsCount:status",
|
|
7175
|
-
schema:
|
|
7175
|
+
schema: dsh_daoing_memory_memory_listConcernsCount_parameter_2$schema
|
|
7176
7176
|
}
|
|
7177
7177
|
}
|
|
7178
7178
|
],
|
|
7179
7179
|
result: {
|
|
7180
7180
|
mode: "strict",
|
|
7181
7181
|
typeSymbol: "dsh-daoing-memory#memory/listConcernsCount:result",
|
|
7182
|
-
schema:
|
|
7182
|
+
schema: dsh_daoing_memory_memory_listConcernsCount_result$schema
|
|
7183
7183
|
},
|
|
7184
7184
|
sourceLocation: {
|
|
7185
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
7185
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
7186
7186
|
"line": 192,
|
|
7187
7187
|
"column": 3
|
|
7188
7188
|
}
|
|
@@ -7206,7 +7206,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7206
7206
|
codec: {
|
|
7207
7207
|
mode: "strict",
|
|
7208
7208
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
7209
|
-
schema:
|
|
7209
|
+
schema: dsh_daoing_memory_memory_listDiary_parameter_0$schema
|
|
7210
7210
|
}
|
|
7211
7211
|
},
|
|
7212
7212
|
{
|
|
@@ -7216,7 +7216,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7216
7216
|
codec: {
|
|
7217
7217
|
mode: "strict",
|
|
7218
7218
|
typeSymbol: "dsh-daoing-memory#memory/listDiary:limit",
|
|
7219
|
-
schema:
|
|
7219
|
+
schema: dsh_daoing_memory_memory_listDiary_parameter_1$schema
|
|
7220
7220
|
}
|
|
7221
7221
|
},
|
|
7222
7222
|
{
|
|
@@ -7226,7 +7226,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7226
7226
|
codec: {
|
|
7227
7227
|
mode: "strict",
|
|
7228
7228
|
typeSymbol: "dsh-daoing-memory#memory/listDiary:offset",
|
|
7229
|
-
schema:
|
|
7229
|
+
schema: dsh_daoing_memory_memory_listDiary_parameter_2$schema
|
|
7230
7230
|
}
|
|
7231
7231
|
},
|
|
7232
7232
|
{
|
|
@@ -7236,17 +7236,17 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7236
7236
|
codec: {
|
|
7237
7237
|
mode: "strict",
|
|
7238
7238
|
typeSymbol: "dsh-daoing-memory#memory/listDiary:onlyUnextracted",
|
|
7239
|
-
schema:
|
|
7239
|
+
schema: dsh_daoing_memory_memory_listDiary_parameter_3$schema
|
|
7240
7240
|
}
|
|
7241
7241
|
}
|
|
7242
7242
|
],
|
|
7243
7243
|
result: {
|
|
7244
7244
|
mode: "strict",
|
|
7245
7245
|
typeSymbol: "dsh-daoing-memory#memory/listDiary:result",
|
|
7246
|
-
schema:
|
|
7246
|
+
schema: dsh_daoing_memory_memory_listDiary_result$schema
|
|
7247
7247
|
},
|
|
7248
7248
|
sourceLocation: {
|
|
7249
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
7249
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
7250
7250
|
"line": 157,
|
|
7251
7251
|
"column": 3
|
|
7252
7252
|
}
|
|
@@ -7270,7 +7270,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7270
7270
|
codec: {
|
|
7271
7271
|
mode: "strict",
|
|
7272
7272
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
7273
|
-
schema:
|
|
7273
|
+
schema: dsh_daoing_memory_memory_listFacts_parameter_0$schema
|
|
7274
7274
|
}
|
|
7275
7275
|
},
|
|
7276
7276
|
{
|
|
@@ -7280,7 +7280,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7280
7280
|
codec: {
|
|
7281
7281
|
mode: "strict",
|
|
7282
7282
|
typeSymbol: "dsh-daoing-memory#memory/listFacts:category",
|
|
7283
|
-
schema:
|
|
7283
|
+
schema: dsh_daoing_memory_memory_listFacts_parameter_1$schema
|
|
7284
7284
|
}
|
|
7285
7285
|
},
|
|
7286
7286
|
{
|
|
@@ -7290,7 +7290,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7290
7290
|
codec: {
|
|
7291
7291
|
mode: "strict",
|
|
7292
7292
|
typeSymbol: "dsh-daoing-memory#memory/listFacts:includeHistory",
|
|
7293
|
-
schema:
|
|
7293
|
+
schema: dsh_daoing_memory_memory_listFacts_parameter_2$schema
|
|
7294
7294
|
}
|
|
7295
7295
|
},
|
|
7296
7296
|
{
|
|
@@ -7300,7 +7300,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7300
7300
|
codec: {
|
|
7301
7301
|
mode: "strict",
|
|
7302
7302
|
typeSymbol: "dsh-daoing-memory#memory/listFacts:limit",
|
|
7303
|
-
schema:
|
|
7303
|
+
schema: dsh_daoing_memory_memory_listFacts_parameter_3$schema
|
|
7304
7304
|
}
|
|
7305
7305
|
},
|
|
7306
7306
|
{
|
|
@@ -7310,17 +7310,17 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7310
7310
|
codec: {
|
|
7311
7311
|
mode: "strict",
|
|
7312
7312
|
typeSymbol: "dsh-daoing-memory#memory/listFacts:offset",
|
|
7313
|
-
schema:
|
|
7313
|
+
schema: dsh_daoing_memory_memory_listFacts_parameter_4$schema
|
|
7314
7314
|
}
|
|
7315
7315
|
}
|
|
7316
7316
|
],
|
|
7317
7317
|
result: {
|
|
7318
7318
|
mode: "strict",
|
|
7319
7319
|
typeSymbol: "dsh-daoing-memory#memory/listFacts:result",
|
|
7320
|
-
schema:
|
|
7320
|
+
schema: dsh_daoing_memory_memory_listFacts_result$schema
|
|
7321
7321
|
},
|
|
7322
7322
|
sourceLocation: {
|
|
7323
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
7323
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
7324
7324
|
"line": 171,
|
|
7325
7325
|
"column": 3
|
|
7326
7326
|
}
|
|
@@ -7344,7 +7344,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7344
7344
|
codec: {
|
|
7345
7345
|
mode: "strict",
|
|
7346
7346
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
7347
|
-
schema:
|
|
7347
|
+
schema: dsh_daoing_memory_memory_listFactsCount_parameter_0$schema
|
|
7348
7348
|
}
|
|
7349
7349
|
},
|
|
7350
7350
|
{
|
|
@@ -7354,7 +7354,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7354
7354
|
codec: {
|
|
7355
7355
|
mode: "strict",
|
|
7356
7356
|
typeSymbol: "dsh-daoing-memory#memory/listFactsCount:category",
|
|
7357
|
-
schema:
|
|
7357
|
+
schema: dsh_daoing_memory_memory_listFactsCount_parameter_1$schema
|
|
7358
7358
|
}
|
|
7359
7359
|
},
|
|
7360
7360
|
{
|
|
@@ -7364,17 +7364,17 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7364
7364
|
codec: {
|
|
7365
7365
|
mode: "strict",
|
|
7366
7366
|
typeSymbol: "dsh-daoing-memory#memory/listFactsCount:includeHistory",
|
|
7367
|
-
schema:
|
|
7367
|
+
schema: dsh_daoing_memory_memory_listFactsCount_parameter_2$schema
|
|
7368
7368
|
}
|
|
7369
7369
|
}
|
|
7370
7370
|
],
|
|
7371
7371
|
result: {
|
|
7372
7372
|
mode: "strict",
|
|
7373
7373
|
typeSymbol: "dsh-daoing-memory#memory/listFactsCount:result",
|
|
7374
|
-
schema:
|
|
7374
|
+
schema: dsh_daoing_memory_memory_listFactsCount_result$schema
|
|
7375
7375
|
},
|
|
7376
7376
|
sourceLocation: {
|
|
7377
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
7377
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
7378
7378
|
"line": 178,
|
|
7379
7379
|
"column": 3
|
|
7380
7380
|
}
|
|
@@ -7397,7 +7397,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7397
7397
|
codec: {
|
|
7398
7398
|
mode: "strict",
|
|
7399
7399
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
7400
|
-
schema:
|
|
7400
|
+
schema: dsh_daoing_memory_memory_recall_parameter_0$schema
|
|
7401
7401
|
}
|
|
7402
7402
|
}, {
|
|
7403
7403
|
name: "request",
|
|
@@ -7406,16 +7406,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7406
7406
|
codec: {
|
|
7407
7407
|
mode: "strict",
|
|
7408
7408
|
typeSymbol: "dsh-daoing-memory/types#RecallExperiencesRequest",
|
|
7409
|
-
schema:
|
|
7409
|
+
schema: dsh_daoing_memory_memory_recall_parameter_1$schema
|
|
7410
7410
|
}
|
|
7411
7411
|
}],
|
|
7412
7412
|
result: {
|
|
7413
7413
|
mode: "strict",
|
|
7414
7414
|
typeSymbol: "dsh-daoing-memory/types#RecallExperiencesResult",
|
|
7415
|
-
schema:
|
|
7415
|
+
schema: dsh_daoing_memory_memory_recall_result$schema
|
|
7416
7416
|
},
|
|
7417
7417
|
sourceLocation: {
|
|
7418
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
7418
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
7419
7419
|
"line": 88,
|
|
7420
7420
|
"column": 3
|
|
7421
7421
|
}
|
|
@@ -7438,7 +7438,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7438
7438
|
codec: {
|
|
7439
7439
|
mode: "strict",
|
|
7440
7440
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
7441
|
-
schema:
|
|
7441
|
+
schema: dsh_daoing_memory_memory_refine_parameter_0$schema
|
|
7442
7442
|
}
|
|
7443
7443
|
}, {
|
|
7444
7444
|
name: "request",
|
|
@@ -7447,16 +7447,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7447
7447
|
codec: {
|
|
7448
7448
|
mode: "strict",
|
|
7449
7449
|
typeSymbol: "dsh-daoing-memory/types#RefineExperienceRequest",
|
|
7450
|
-
schema:
|
|
7450
|
+
schema: dsh_daoing_memory_memory_refine_parameter_1$schema
|
|
7451
7451
|
}
|
|
7452
7452
|
}],
|
|
7453
7453
|
result: {
|
|
7454
7454
|
mode: "strict",
|
|
7455
7455
|
typeSymbol: "dsh-daoing-memory/types#RefineExperienceResult",
|
|
7456
|
-
schema:
|
|
7456
|
+
schema: dsh_daoing_memory_memory_refine_result$schema
|
|
7457
7457
|
},
|
|
7458
7458
|
sourceLocation: {
|
|
7459
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
7459
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
7460
7460
|
"line": 82,
|
|
7461
7461
|
"column": 3
|
|
7462
7462
|
}
|
|
@@ -7479,7 +7479,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7479
7479
|
codec: {
|
|
7480
7480
|
mode: "strict",
|
|
7481
7481
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
7482
|
-
schema:
|
|
7482
|
+
schema: dsh_daoing_memory_memory_report_parameter_0$schema
|
|
7483
7483
|
}
|
|
7484
7484
|
}, {
|
|
7485
7485
|
name: "request",
|
|
@@ -7488,16 +7488,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7488
7488
|
codec: {
|
|
7489
7489
|
mode: "strict",
|
|
7490
7490
|
typeSymbol: "dsh-daoing-memory/types#ReportUseRequest",
|
|
7491
|
-
schema:
|
|
7491
|
+
schema: dsh_daoing_memory_memory_report_parameter_1$schema
|
|
7492
7492
|
}
|
|
7493
7493
|
}],
|
|
7494
7494
|
result: {
|
|
7495
7495
|
mode: "strict",
|
|
7496
7496
|
typeSymbol: "dsh-daoing-memory/types#ReportUseResult",
|
|
7497
|
-
schema:
|
|
7497
|
+
schema: dsh_daoing_memory_memory_report_result$schema
|
|
7498
7498
|
},
|
|
7499
7499
|
sourceLocation: {
|
|
7500
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
7500
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
7501
7501
|
"line": 94,
|
|
7502
7502
|
"column": 3
|
|
7503
7503
|
}
|
|
@@ -7520,7 +7520,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7520
7520
|
codec: {
|
|
7521
7521
|
mode: "strict",
|
|
7522
7522
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
7523
|
-
schema:
|
|
7523
|
+
schema: dsh_daoing_memory_memory_revise_parameter_0$schema
|
|
7524
7524
|
}
|
|
7525
7525
|
}, {
|
|
7526
7526
|
name: "request",
|
|
@@ -7529,16 +7529,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7529
7529
|
codec: {
|
|
7530
7530
|
mode: "strict",
|
|
7531
7531
|
typeSymbol: "dsh-daoing-memory/types#ReviseExperienceRequest",
|
|
7532
|
-
schema:
|
|
7532
|
+
schema: dsh_daoing_memory_memory_revise_parameter_1$schema
|
|
7533
7533
|
}
|
|
7534
7534
|
}],
|
|
7535
7535
|
result: {
|
|
7536
7536
|
mode: "strict",
|
|
7537
7537
|
typeSymbol: "dsh-daoing-memory/types#ExperienceSnapshot",
|
|
7538
|
-
schema:
|
|
7538
|
+
schema: dsh_daoing_memory_memory_revise_result$schema
|
|
7539
7539
|
},
|
|
7540
7540
|
sourceLocation: {
|
|
7541
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
7541
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
7542
7542
|
"line": 106,
|
|
7543
7543
|
"column": 3
|
|
7544
7544
|
}
|
|
@@ -7561,7 +7561,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7561
7561
|
codec: {
|
|
7562
7562
|
mode: "strict",
|
|
7563
7563
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
7564
|
-
schema:
|
|
7564
|
+
schema: dsh_daoing_memory_memory_rollback_parameter_0$schema
|
|
7565
7565
|
}
|
|
7566
7566
|
}, {
|
|
7567
7567
|
name: "request",
|
|
@@ -7570,16 +7570,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7570
7570
|
codec: {
|
|
7571
7571
|
mode: "strict",
|
|
7572
7572
|
typeSymbol: "dsh-daoing-memory/types#RollbackExperienceRequest",
|
|
7573
|
-
schema:
|
|
7573
|
+
schema: dsh_daoing_memory_memory_rollback_parameter_1$schema
|
|
7574
7574
|
}
|
|
7575
7575
|
}],
|
|
7576
7576
|
result: {
|
|
7577
7577
|
mode: "strict",
|
|
7578
7578
|
typeSymbol: "dsh-daoing-memory/types#ExperienceSnapshot",
|
|
7579
|
-
schema:
|
|
7579
|
+
schema: dsh_daoing_memory_memory_rollback_result$schema
|
|
7580
7580
|
},
|
|
7581
7581
|
sourceLocation: {
|
|
7582
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
7582
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
7583
7583
|
"line": 118,
|
|
7584
7584
|
"column": 3
|
|
7585
7585
|
}
|
|
@@ -7602,16 +7602,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7602
7602
|
codec: {
|
|
7603
7603
|
mode: "strict",
|
|
7604
7604
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
7605
|
-
schema:
|
|
7605
|
+
schema: dsh_daoing_memory_memory_stats_parameter_0$schema
|
|
7606
7606
|
}
|
|
7607
7607
|
}],
|
|
7608
7608
|
result: {
|
|
7609
7609
|
mode: "strict",
|
|
7610
7610
|
typeSymbol: "dsh-daoing-memory/types#MemoryStats",
|
|
7611
|
-
schema:
|
|
7611
|
+
schema: dsh_daoing_memory_memory_stats_result$schema
|
|
7612
7612
|
},
|
|
7613
7613
|
sourceLocation: {
|
|
7614
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
7614
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
7615
7615
|
"line": 253,
|
|
7616
7616
|
"column": 3
|
|
7617
7617
|
}
|
|
@@ -7634,16 +7634,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7634
7634
|
codec: {
|
|
7635
7635
|
mode: "strict",
|
|
7636
7636
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
7637
|
-
schema:
|
|
7637
|
+
schema: dsh_daoing_memory_memory_verifyLedger_parameter_0$schema
|
|
7638
7638
|
}
|
|
7639
7639
|
}],
|
|
7640
7640
|
result: {
|
|
7641
7641
|
mode: "strict",
|
|
7642
7642
|
typeSymbol: "dsh-daoing-memory/types#LedgerIntegrityResult",
|
|
7643
|
-
schema:
|
|
7643
|
+
schema: dsh_daoing_memory_memory_verifyLedger_result$schema
|
|
7644
7644
|
},
|
|
7645
7645
|
sourceLocation: {
|
|
7646
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
7646
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
7647
7647
|
"line": 246,
|
|
7648
7648
|
"column": 3
|
|
7649
7649
|
}
|
|
@@ -7666,7 +7666,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7666
7666
|
codec: {
|
|
7667
7667
|
mode: "strict",
|
|
7668
7668
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
7669
|
-
schema:
|
|
7669
|
+
schema: dsh_daoing_memory_memory_verifyShadow_parameter_0$schema
|
|
7670
7670
|
}
|
|
7671
7671
|
}, {
|
|
7672
7672
|
name: "request",
|
|
@@ -7675,16 +7675,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7675
7675
|
codec: {
|
|
7676
7676
|
mode: "strict",
|
|
7677
7677
|
typeSymbol: "dsh-daoing-memory/types#VerifyShadowRequest",
|
|
7678
|
-
schema:
|
|
7678
|
+
schema: dsh_daoing_memory_memory_verifyShadow_parameter_1$schema
|
|
7679
7679
|
}
|
|
7680
7680
|
}],
|
|
7681
7681
|
result: {
|
|
7682
7682
|
mode: "strict",
|
|
7683
7683
|
typeSymbol: "dsh-daoing-memory/types#VerifyShadowResult",
|
|
7684
|
-
schema:
|
|
7684
|
+
schema: dsh_daoing_memory_memory_verifyShadow_result$schema
|
|
7685
7685
|
},
|
|
7686
7686
|
sourceLocation: {
|
|
7687
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
7687
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
7688
7688
|
"line": 112,
|
|
7689
7689
|
"column": 3
|
|
7690
7690
|
}
|
|
@@ -7707,16 +7707,16 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7707
7707
|
codec: {
|
|
7708
7708
|
mode: "strict",
|
|
7709
7709
|
typeSymbol: "@deepseek-ai/dsh-session/types#SessionId",
|
|
7710
|
-
schema:
|
|
7710
|
+
schema: dsh_daoing_memory_memory_workbenchInfo_parameter_0$schema
|
|
7711
7711
|
}
|
|
7712
7712
|
}],
|
|
7713
7713
|
result: {
|
|
7714
7714
|
mode: "strict",
|
|
7715
7715
|
typeSymbol: "dsh-daoing-memory/types#MemoryWorkbenchInfo",
|
|
7716
|
-
schema:
|
|
7716
|
+
schema: dsh_daoing_memory_memory_workbenchInfo_result$schema
|
|
7717
7717
|
},
|
|
7718
7718
|
sourceLocation: {
|
|
7719
|
-
"file": "packages/memory/memory/src/service.ts",
|
|
7719
|
+
"file": "packages/memory/dsh-daoing-memory/src/service.ts",
|
|
7720
7720
|
"line": 260,
|
|
7721
7721
|
"column": 3
|
|
7722
7722
|
}
|
|
@@ -7735,8 +7735,8 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7735
7735
|
document.head.appendChild(tag);
|
|
7736
7736
|
}
|
|
7737
7737
|
var MemoryFooterAction_module_css_default = {
|
|
7738
|
-
"
|
|
7739
|
-
"
|
|
7738
|
+
"action": "O-5X5a_action",
|
|
7739
|
+
"label": "O-5X5a_label"
|
|
7740
7740
|
};
|
|
7741
7741
|
//#endregion
|
|
7742
7742
|
//#region src/client/MemoryFooterAction.tsx
|
|
@@ -7886,61 +7886,61 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
|
|
|
7886
7886
|
document.head.appendChild(tag);
|
|
7887
7887
|
}
|
|
7888
7888
|
var Workbench_module_css_default = {
|
|
7889
|
-
"
|
|
7890
|
-
"
|
|
7891
|
-
"
|
|
7892
|
-
"
|
|
7893
|
-
"
|
|
7894
|
-
"workbenchTabs": "KAfEAG_workbenchTabs",
|
|
7889
|
+
"statusCandidate": "KAfEAG_statusCandidate",
|
|
7890
|
+
"trust": "KAfEAG_trust",
|
|
7891
|
+
"concernBg": "KAfEAG_concernBg",
|
|
7892
|
+
"column": "KAfEAG_column",
|
|
7893
|
+
"sectionTitle": "KAfEAG_sectionTitle",
|
|
7895
7894
|
"tabs": "KAfEAG_tabs",
|
|
7896
|
-
"
|
|
7897
|
-
"
|
|
7898
|
-
"
|
|
7899
|
-
"
|
|
7895
|
+
"title": "KAfEAG_title",
|
|
7896
|
+
"btnDanger": "KAfEAG_btnDanger",
|
|
7897
|
+
"cardDetail": "KAfEAG_cardDetail",
|
|
7898
|
+
"table": "KAfEAG_table",
|
|
7899
|
+
"tabActive": "KAfEAG_tabActive",
|
|
7900
|
+
"statusChallenged": "KAfEAG_statusChallenged",
|
|
7900
7901
|
"statline": "KAfEAG_statline",
|
|
7902
|
+
"body": "KAfEAG_body",
|
|
7903
|
+
"statusOther": "KAfEAG_statusOther",
|
|
7901
7904
|
"badgeNegative": "KAfEAG_badgeNegative",
|
|
7902
7905
|
"btn": "KAfEAG_btn",
|
|
7903
|
-
"
|
|
7906
|
+
"badgeConflict": "KAfEAG_badgeConflict",
|
|
7904
7907
|
"columns": "KAfEAG_columns",
|
|
7905
|
-
"
|
|
7906
|
-
"
|
|
7907
|
-
"
|
|
7908
|
-
"
|
|
7909
|
-
"
|
|
7910
|
-
"
|
|
7911
|
-
"
|
|
7908
|
+
"titleBlock": "KAfEAG_titleBlock",
|
|
7909
|
+
"cardHead": "KAfEAG_cardHead",
|
|
7910
|
+
"header": "KAfEAG_header",
|
|
7911
|
+
"historyTitle": "KAfEAG_historyTitle",
|
|
7912
|
+
"workbenchTab": "KAfEAG_workbenchTab",
|
|
7913
|
+
"rules": "KAfEAG_rules",
|
|
7914
|
+
"detailRow": "KAfEAG_detailRow",
|
|
7912
7915
|
"payloadToggle": "KAfEAG_payloadToggle",
|
|
7916
|
+
"cellActions": "KAfEAG_cellActions",
|
|
7917
|
+
"payloadFull": "KAfEAG_payloadFull",
|
|
7918
|
+
"form": "KAfEAG_form",
|
|
7919
|
+
"panel": "KAfEAG_panel",
|
|
7920
|
+
"actions": "KAfEAG_actions",
|
|
7921
|
+
"badgePositive": "KAfEAG_badgePositive",
|
|
7922
|
+
"badge": "KAfEAG_badge",
|
|
7913
7923
|
"subtitle": "KAfEAG_subtitle",
|
|
7924
|
+
"card": "KAfEAG_card",
|
|
7914
7925
|
"cardSub": "KAfEAG_cardSub",
|
|
7915
|
-
"detailLabel": "KAfEAG_detailLabel",
|
|
7916
7926
|
"workbenchTabActive": "KAfEAG_workbenchTabActive",
|
|
7917
|
-
"
|
|
7927
|
+
"list": "KAfEAG_list",
|
|
7918
7928
|
"statusLive": "KAfEAG_statusLive",
|
|
7919
|
-
"statusOther": "KAfEAG_statusOther",
|
|
7920
|
-
"rules": "KAfEAG_rules",
|
|
7921
|
-
"concernBg": "KAfEAG_concernBg",
|
|
7922
|
-
"page": "KAfEAG_page",
|
|
7923
|
-
"btnDanger": "KAfEAG_btnDanger",
|
|
7924
|
-
"error": "KAfEAG_error",
|
|
7925
|
-
"payloadFull": "KAfEAG_payloadFull",
|
|
7926
7929
|
"okLine": "KAfEAG_okLine",
|
|
7927
|
-
"
|
|
7928
|
-
"
|
|
7929
|
-
"tabActive": "KAfEAG_tabActive",
|
|
7930
|
-
"field": "KAfEAG_field",
|
|
7931
|
-
"titleBlock": "KAfEAG_titleBlock",
|
|
7932
|
-
"empty": "KAfEAG_empty",
|
|
7933
|
-
"header": "KAfEAG_header",
|
|
7934
|
-
"list": "KAfEAG_list",
|
|
7930
|
+
"tab": "KAfEAG_tab",
|
|
7931
|
+
"workbenchTabs": "KAfEAG_workbenchTabs",
|
|
7935
7932
|
"cardTitle": "KAfEAG_cardTitle",
|
|
7936
|
-
"cardMeta": "KAfEAG_cardMeta",
|
|
7937
|
-
"cardDetail": "KAfEAG_cardDetail",
|
|
7938
|
-
"statusCandidate": "KAfEAG_statusCandidate",
|
|
7939
|
-
"badgeConflict": "KAfEAG_badgeConflict",
|
|
7940
|
-
"badgePositive": "KAfEAG_badgePositive",
|
|
7941
7933
|
"toolbar": "KAfEAG_toolbar",
|
|
7942
|
-
"
|
|
7943
|
-
"
|
|
7934
|
+
"check": "KAfEAG_check",
|
|
7935
|
+
"field": "KAfEAG_field",
|
|
7936
|
+
"warnLine": "KAfEAG_warnLine",
|
|
7937
|
+
"page": "KAfEAG_page",
|
|
7938
|
+
"valueCell": "KAfEAG_valueCell",
|
|
7939
|
+
"cardMeta": "KAfEAG_cardMeta",
|
|
7940
|
+
"error": "KAfEAG_error",
|
|
7941
|
+
"badgePinned": "KAfEAG_badgePinned",
|
|
7942
|
+
"empty": "KAfEAG_empty",
|
|
7943
|
+
"detailLabel": "KAfEAG_detailLabel"
|
|
7944
7944
|
};
|
|
7945
7945
|
//#endregion
|
|
7946
7946
|
//#region src/client/ExperiencePage.tsx
|