@gotza02/seq-thinking 1.1.1 → 1.1.3
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/README.md +42 -4
- package/data/agents/1770106504306-dljh9ef.json +68 -0
- package/data/agents/1770106504310-4oarrst.json +58 -0
- package/data/agents/1770106540588-pvitt55.json +68 -0
- package/data/agents/1770106540595-z2ya871.json +58 -0
- package/data/agents/1770106710890-0e2naq1.json +68 -0
- package/data/agents/1770106710893-r076yxx.json +58 -0
- package/data/agents/1770109212161-4ybd0i7.json +68 -0
- package/data/agents/1770109212166-gkhya8h.json +58 -0
- package/data/sessions/1770100622009-5afiuyv.json +499 -0
- package/data/sessions/1770106504312-75zk750.json +107 -0
- package/data/sessions/1770106540597-z8e8soo.json +150 -0
- package/data/sessions/1770106710894-0kxgy5x.json +150 -0
- package/data/sessions/1770109212169-zpddeb9.json +150 -0
- package/dist/__tests__/sequential-thinking.test.js +21 -21
- package/dist/__tests__/sequential-thinking.test.js.map +1 -1
- package/dist/agents/base-agent.d.ts +1 -0
- package/dist/agents/base-agent.d.ts.map +1 -1
- package/dist/agents/base-agent.js +5 -3
- package/dist/agents/base-agent.js.map +1 -1
- package/dist/agents/meta-reasoning-agent.d.ts +3 -54
- package/dist/agents/meta-reasoning-agent.d.ts.map +1 -1
- package/dist/agents/meta-reasoning-agent.js +35 -328
- package/dist/agents/meta-reasoning-agent.js.map +1 -1
- package/dist/agents/synthesizer-agent.d.ts +3 -17
- package/dist/agents/synthesizer-agent.d.ts.map +1 -1
- package/dist/agents/synthesizer-agent.js +41 -139
- package/dist/agents/synthesizer-agent.js.map +1 -1
- package/dist/mcp-server.d.ts.map +1 -1
- package/dist/mcp-server.js +9 -6
- package/dist/mcp-server.js.map +1 -1
- package/dist/real_world_test.d.ts +2 -0
- package/dist/real_world_test.d.ts.map +1 -0
- package/dist/real_world_test.js +78 -0
- package/dist/real_world_test.js.map +1 -0
- package/dist/sequential-thinking.d.ts +5 -5
- package/dist/sequential-thinking.d.ts.map +1 -1
- package/dist/sequential-thinking.js +68 -32
- package/dist/sequential-thinking.js.map +1 -1
- package/dist/swarm-coordinator.d.ts +1 -1
- package/dist/swarm-coordinator.d.ts.map +1 -1
- package/dist/swarm-coordinator.js +39 -13
- package/dist/swarm-coordinator.js.map +1 -1
- package/dist/utils/llm-adapter.d.ts +2 -2
- package/dist/utils/llm-adapter.d.ts.map +1 -1
- package/dist/utils/llm-adapter.js +57 -33
- package/dist/utils/llm-adapter.js.map +1 -1
- package/dist/utils/logger.d.ts +20 -0
- package/dist/utils/logger.d.ts.map +1 -0
- package/dist/utils/logger.js +49 -0
- package/dist/utils/logger.js.map +1 -0
- package/dist/utils/persistence.d.ts.map +1 -1
- package/dist/utils/persistence.js +4 -3
- package/dist/utils/persistence.js.map +1 -1
- package/package.json +1 -1
- package/real_world_test.log +200 -0
- package/real_world_test_dynamic.log +184 -0
- package/real_world_test_real.log +184 -0
- package/src/__tests__/sequential-thinking.test.ts +21 -21
- package/src/agents/base-agent.ts +6 -3
- package/src/agents/meta-reasoning-agent.ts +38 -397
- package/src/agents/synthesizer-agent.ts +48 -165
- package/src/mcp-server.ts +9 -6
- package/src/real_world_test.ts +89 -0
- package/src/sequential-thinking.ts +87 -33
- package/src/swarm-coordinator.ts +41 -13
- package/src/utils/llm-adapter.ts +66 -32
- package/src/utils/logger.ts +56 -0
- package/src/utils/persistence.ts +4 -3
|
@@ -0,0 +1,499 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "1770100622009-5afiuyv",
|
|
3
|
+
"topic": "Analyze missing or undeveloped features in mcp-sequential-thinking project",
|
|
4
|
+
"status": "initializing",
|
|
5
|
+
"currentBranchId": "main",
|
|
6
|
+
"branches": {
|
|
7
|
+
"_type": "Map",
|
|
8
|
+
"data": [
|
|
9
|
+
[
|
|
10
|
+
"main",
|
|
11
|
+
{
|
|
12
|
+
"id": "main",
|
|
13
|
+
"sessionId": "1770100622009-5afiuyv",
|
|
14
|
+
"name": "Main",
|
|
15
|
+
"description": "Primary reasoning path",
|
|
16
|
+
"rootThoughtId": "",
|
|
17
|
+
"thoughtIds": [],
|
|
18
|
+
"parentBranchId": null,
|
|
19
|
+
"childBranchIds": [],
|
|
20
|
+
"status": "active",
|
|
21
|
+
"confidence": 0.5,
|
|
22
|
+
"metadata": {
|
|
23
|
+
"createdAt": "2026-02-03T06:37:02.009Z"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
]
|
|
27
|
+
]
|
|
28
|
+
},
|
|
29
|
+
"thoughts": {
|
|
30
|
+
"_type": "Map",
|
|
31
|
+
"data": [
|
|
32
|
+
[
|
|
33
|
+
"1770100804453-1sgj64n",
|
|
34
|
+
{
|
|
35
|
+
"id": "1770100804453-1sgj64n",
|
|
36
|
+
"sessionId": "1770100622009-5afiuyv",
|
|
37
|
+
"content": "undefined",
|
|
38
|
+
"stepNumber": 1,
|
|
39
|
+
"thoughtType": "analysis",
|
|
40
|
+
"confidence": {
|
|
41
|
+
"overall": 0.5,
|
|
42
|
+
"components": {
|
|
43
|
+
"logicalConsistency": 0.5,
|
|
44
|
+
"factualAccuracy": 0.5,
|
|
45
|
+
"reasoningQuality": 0.5,
|
|
46
|
+
"evidenceStrength": 0.5
|
|
47
|
+
},
|
|
48
|
+
"uncertaintyBounds": [
|
|
49
|
+
0.3,
|
|
50
|
+
0.7
|
|
51
|
+
],
|
|
52
|
+
"calibrationHistory": []
|
|
53
|
+
},
|
|
54
|
+
"parentThoughtId": null,
|
|
55
|
+
"childThoughtIds": [],
|
|
56
|
+
"branchId": "main",
|
|
57
|
+
"revisionOf": null,
|
|
58
|
+
"revisionHistory": [],
|
|
59
|
+
"metadata": {
|
|
60
|
+
"createdAt": "2026-02-03T06:40:04.453Z",
|
|
61
|
+
"modifiedAt": "2026-02-03T06:40:04.453Z",
|
|
62
|
+
"processingTimeMs": 0,
|
|
63
|
+
"tokensUsed": 0
|
|
64
|
+
},
|
|
65
|
+
"tags": [],
|
|
66
|
+
"assumptions": [],
|
|
67
|
+
"dependencies": []
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
[
|
|
71
|
+
"1770101085213-xaldrud",
|
|
72
|
+
{
|
|
73
|
+
"id": "1770101085213-xaldrud",
|
|
74
|
+
"sessionId": "1770100622009-5afiuyv",
|
|
75
|
+
"content": "undefined",
|
|
76
|
+
"stepNumber": 2,
|
|
77
|
+
"thoughtType": "analysis",
|
|
78
|
+
"confidence": {
|
|
79
|
+
"overall": 0.5,
|
|
80
|
+
"components": {
|
|
81
|
+
"logicalConsistency": 0.5,
|
|
82
|
+
"factualAccuracy": 0.5,
|
|
83
|
+
"reasoningQuality": 0.5,
|
|
84
|
+
"evidenceStrength": 0.5
|
|
85
|
+
},
|
|
86
|
+
"uncertaintyBounds": [
|
|
87
|
+
0.3,
|
|
88
|
+
0.7
|
|
89
|
+
],
|
|
90
|
+
"calibrationHistory": []
|
|
91
|
+
},
|
|
92
|
+
"parentThoughtId": null,
|
|
93
|
+
"childThoughtIds": [],
|
|
94
|
+
"branchId": "main",
|
|
95
|
+
"revisionOf": null,
|
|
96
|
+
"revisionHistory": [],
|
|
97
|
+
"metadata": {
|
|
98
|
+
"createdAt": "2026-02-03T06:44:45.213Z",
|
|
99
|
+
"modifiedAt": "2026-02-03T06:44:45.213Z",
|
|
100
|
+
"processingTimeMs": 0,
|
|
101
|
+
"tokensUsed": 0
|
|
102
|
+
},
|
|
103
|
+
"tags": [],
|
|
104
|
+
"assumptions": [],
|
|
105
|
+
"dependencies": []
|
|
106
|
+
}
|
|
107
|
+
],
|
|
108
|
+
[
|
|
109
|
+
"1770101341514-c77efme",
|
|
110
|
+
{
|
|
111
|
+
"id": "1770101341514-c77efme",
|
|
112
|
+
"sessionId": "1770100622009-5afiuyv",
|
|
113
|
+
"content": "undefined",
|
|
114
|
+
"stepNumber": 3,
|
|
115
|
+
"thoughtType": "analysis",
|
|
116
|
+
"confidence": {
|
|
117
|
+
"overall": 0.5,
|
|
118
|
+
"components": {
|
|
119
|
+
"logicalConsistency": 0.5,
|
|
120
|
+
"factualAccuracy": 0.5,
|
|
121
|
+
"reasoningQuality": 0.5,
|
|
122
|
+
"evidenceStrength": 0.5
|
|
123
|
+
},
|
|
124
|
+
"uncertaintyBounds": [
|
|
125
|
+
0.3,
|
|
126
|
+
0.7
|
|
127
|
+
],
|
|
128
|
+
"calibrationHistory": []
|
|
129
|
+
},
|
|
130
|
+
"parentThoughtId": null,
|
|
131
|
+
"childThoughtIds": [],
|
|
132
|
+
"branchId": "main",
|
|
133
|
+
"revisionOf": null,
|
|
134
|
+
"revisionHistory": [],
|
|
135
|
+
"metadata": {
|
|
136
|
+
"createdAt": "2026-02-03T06:49:01.514Z",
|
|
137
|
+
"modifiedAt": "2026-02-03T06:49:01.514Z",
|
|
138
|
+
"processingTimeMs": 0,
|
|
139
|
+
"tokensUsed": 0
|
|
140
|
+
},
|
|
141
|
+
"tags": [],
|
|
142
|
+
"assumptions": [],
|
|
143
|
+
"dependencies": []
|
|
144
|
+
}
|
|
145
|
+
],
|
|
146
|
+
[
|
|
147
|
+
"1770101397883-n9p96dx",
|
|
148
|
+
{
|
|
149
|
+
"id": "1770101397883-n9p96dx",
|
|
150
|
+
"sessionId": "1770100622009-5afiuyv",
|
|
151
|
+
"content": "undefined",
|
|
152
|
+
"stepNumber": 4,
|
|
153
|
+
"thoughtType": "analysis",
|
|
154
|
+
"confidence": {
|
|
155
|
+
"overall": 0.5,
|
|
156
|
+
"components": {
|
|
157
|
+
"logicalConsistency": 0.5,
|
|
158
|
+
"factualAccuracy": 0.5,
|
|
159
|
+
"reasoningQuality": 0.5,
|
|
160
|
+
"evidenceStrength": 0.5
|
|
161
|
+
},
|
|
162
|
+
"uncertaintyBounds": [
|
|
163
|
+
0.3,
|
|
164
|
+
0.7
|
|
165
|
+
],
|
|
166
|
+
"calibrationHistory": []
|
|
167
|
+
},
|
|
168
|
+
"parentThoughtId": null,
|
|
169
|
+
"childThoughtIds": [],
|
|
170
|
+
"branchId": "main",
|
|
171
|
+
"revisionOf": null,
|
|
172
|
+
"revisionHistory": [],
|
|
173
|
+
"metadata": {
|
|
174
|
+
"createdAt": "2026-02-03T06:49:57.883Z",
|
|
175
|
+
"modifiedAt": "2026-02-03T06:49:57.883Z",
|
|
176
|
+
"processingTimeMs": 0,
|
|
177
|
+
"tokensUsed": 0
|
|
178
|
+
},
|
|
179
|
+
"tags": [],
|
|
180
|
+
"assumptions": [],
|
|
181
|
+
"dependencies": []
|
|
182
|
+
}
|
|
183
|
+
],
|
|
184
|
+
[
|
|
185
|
+
"1770102208738-gydalj8",
|
|
186
|
+
{
|
|
187
|
+
"id": "1770102208738-gydalj8",
|
|
188
|
+
"sessionId": "1770100622009-5afiuyv",
|
|
189
|
+
"content": "undefined",
|
|
190
|
+
"stepNumber": 5,
|
|
191
|
+
"thoughtType": "analysis",
|
|
192
|
+
"confidence": {
|
|
193
|
+
"overall": 0.5,
|
|
194
|
+
"components": {
|
|
195
|
+
"logicalConsistency": 0.5,
|
|
196
|
+
"factualAccuracy": 0.5,
|
|
197
|
+
"reasoningQuality": 0.5,
|
|
198
|
+
"evidenceStrength": 0.5
|
|
199
|
+
},
|
|
200
|
+
"uncertaintyBounds": [
|
|
201
|
+
0.3,
|
|
202
|
+
0.7
|
|
203
|
+
],
|
|
204
|
+
"calibrationHistory": []
|
|
205
|
+
},
|
|
206
|
+
"parentThoughtId": null,
|
|
207
|
+
"childThoughtIds": [],
|
|
208
|
+
"branchId": "main",
|
|
209
|
+
"revisionOf": null,
|
|
210
|
+
"revisionHistory": [],
|
|
211
|
+
"metadata": {
|
|
212
|
+
"createdAt": "2026-02-03T07:03:28.738Z",
|
|
213
|
+
"modifiedAt": "2026-02-03T07:03:28.738Z",
|
|
214
|
+
"processingTimeMs": 0,
|
|
215
|
+
"tokensUsed": 0
|
|
216
|
+
},
|
|
217
|
+
"tags": [],
|
|
218
|
+
"assumptions": [],
|
|
219
|
+
"dependencies": []
|
|
220
|
+
}
|
|
221
|
+
],
|
|
222
|
+
[
|
|
223
|
+
"1770104353843-mlwaqo8",
|
|
224
|
+
{
|
|
225
|
+
"id": "1770104353843-mlwaqo8",
|
|
226
|
+
"sessionId": "1770100622009-5afiuyv",
|
|
227
|
+
"content": "undefined",
|
|
228
|
+
"stepNumber": 6,
|
|
229
|
+
"thoughtType": "analysis",
|
|
230
|
+
"confidence": {
|
|
231
|
+
"overall": 0.5,
|
|
232
|
+
"components": {
|
|
233
|
+
"logicalConsistency": 0.5,
|
|
234
|
+
"factualAccuracy": 0.5,
|
|
235
|
+
"reasoningQuality": 0.5,
|
|
236
|
+
"evidenceStrength": 0.5
|
|
237
|
+
},
|
|
238
|
+
"uncertaintyBounds": [
|
|
239
|
+
0.3,
|
|
240
|
+
0.7
|
|
241
|
+
],
|
|
242
|
+
"calibrationHistory": []
|
|
243
|
+
},
|
|
244
|
+
"parentThoughtId": null,
|
|
245
|
+
"childThoughtIds": [],
|
|
246
|
+
"branchId": "main",
|
|
247
|
+
"revisionOf": null,
|
|
248
|
+
"revisionHistory": [],
|
|
249
|
+
"metadata": {
|
|
250
|
+
"createdAt": "2026-02-03T07:39:13.843Z",
|
|
251
|
+
"modifiedAt": "2026-02-03T07:39:13.843Z",
|
|
252
|
+
"processingTimeMs": 0,
|
|
253
|
+
"tokensUsed": 0
|
|
254
|
+
},
|
|
255
|
+
"tags": [],
|
|
256
|
+
"assumptions": [],
|
|
257
|
+
"dependencies": []
|
|
258
|
+
}
|
|
259
|
+
],
|
|
260
|
+
[
|
|
261
|
+
"1770104525838-der46rz",
|
|
262
|
+
{
|
|
263
|
+
"id": "1770104525838-der46rz",
|
|
264
|
+
"sessionId": "1770100622009-5afiuyv",
|
|
265
|
+
"content": "undefined",
|
|
266
|
+
"stepNumber": 7,
|
|
267
|
+
"thoughtType": "analysis",
|
|
268
|
+
"confidence": {
|
|
269
|
+
"overall": 0.5,
|
|
270
|
+
"components": {
|
|
271
|
+
"logicalConsistency": 0.5,
|
|
272
|
+
"factualAccuracy": 0.5,
|
|
273
|
+
"reasoningQuality": 0.5,
|
|
274
|
+
"evidenceStrength": 0.5
|
|
275
|
+
},
|
|
276
|
+
"uncertaintyBounds": [
|
|
277
|
+
0.3,
|
|
278
|
+
0.7
|
|
279
|
+
],
|
|
280
|
+
"calibrationHistory": []
|
|
281
|
+
},
|
|
282
|
+
"parentThoughtId": null,
|
|
283
|
+
"childThoughtIds": [],
|
|
284
|
+
"branchId": "main",
|
|
285
|
+
"revisionOf": null,
|
|
286
|
+
"revisionHistory": [],
|
|
287
|
+
"metadata": {
|
|
288
|
+
"createdAt": "2026-02-03T07:42:05.838Z",
|
|
289
|
+
"modifiedAt": "2026-02-03T07:42:05.838Z",
|
|
290
|
+
"processingTimeMs": 0,
|
|
291
|
+
"tokensUsed": 0
|
|
292
|
+
},
|
|
293
|
+
"tags": [],
|
|
294
|
+
"assumptions": [],
|
|
295
|
+
"dependencies": []
|
|
296
|
+
}
|
|
297
|
+
],
|
|
298
|
+
[
|
|
299
|
+
"1770104569699-837dv1o",
|
|
300
|
+
{
|
|
301
|
+
"id": "1770104569699-837dv1o",
|
|
302
|
+
"sessionId": "1770100622009-5afiuyv",
|
|
303
|
+
"content": "undefined",
|
|
304
|
+
"stepNumber": 8,
|
|
305
|
+
"thoughtType": "analysis",
|
|
306
|
+
"confidence": {
|
|
307
|
+
"overall": 0.5,
|
|
308
|
+
"components": {
|
|
309
|
+
"logicalConsistency": 0.5,
|
|
310
|
+
"factualAccuracy": 0.5,
|
|
311
|
+
"reasoningQuality": 0.5,
|
|
312
|
+
"evidenceStrength": 0.5
|
|
313
|
+
},
|
|
314
|
+
"uncertaintyBounds": [
|
|
315
|
+
0.3,
|
|
316
|
+
0.7
|
|
317
|
+
],
|
|
318
|
+
"calibrationHistory": []
|
|
319
|
+
},
|
|
320
|
+
"parentThoughtId": null,
|
|
321
|
+
"childThoughtIds": [],
|
|
322
|
+
"branchId": "main",
|
|
323
|
+
"revisionOf": null,
|
|
324
|
+
"revisionHistory": [],
|
|
325
|
+
"metadata": {
|
|
326
|
+
"createdAt": "2026-02-03T07:42:49.699Z",
|
|
327
|
+
"modifiedAt": "2026-02-03T07:42:49.699Z",
|
|
328
|
+
"processingTimeMs": 0,
|
|
329
|
+
"tokensUsed": 0
|
|
330
|
+
},
|
|
331
|
+
"tags": [],
|
|
332
|
+
"assumptions": [],
|
|
333
|
+
"dependencies": []
|
|
334
|
+
}
|
|
335
|
+
],
|
|
336
|
+
[
|
|
337
|
+
"1770105005762-0yvydu4",
|
|
338
|
+
{
|
|
339
|
+
"id": "1770105005762-0yvydu4",
|
|
340
|
+
"sessionId": "1770100622009-5afiuyv",
|
|
341
|
+
"content": "undefined",
|
|
342
|
+
"stepNumber": 9,
|
|
343
|
+
"thoughtType": "analysis",
|
|
344
|
+
"confidence": {
|
|
345
|
+
"overall": 0.5,
|
|
346
|
+
"components": {
|
|
347
|
+
"logicalConsistency": 0.5,
|
|
348
|
+
"factualAccuracy": 0.5,
|
|
349
|
+
"reasoningQuality": 0.5,
|
|
350
|
+
"evidenceStrength": 0.5
|
|
351
|
+
},
|
|
352
|
+
"uncertaintyBounds": [
|
|
353
|
+
0.3,
|
|
354
|
+
0.7
|
|
355
|
+
],
|
|
356
|
+
"calibrationHistory": []
|
|
357
|
+
},
|
|
358
|
+
"parentThoughtId": null,
|
|
359
|
+
"childThoughtIds": [],
|
|
360
|
+
"branchId": "main",
|
|
361
|
+
"revisionOf": null,
|
|
362
|
+
"revisionHistory": [],
|
|
363
|
+
"metadata": {
|
|
364
|
+
"createdAt": "2026-02-03T07:50:05.762Z",
|
|
365
|
+
"modifiedAt": "2026-02-03T07:50:05.762Z",
|
|
366
|
+
"processingTimeMs": 0,
|
|
367
|
+
"tokensUsed": 0
|
|
368
|
+
},
|
|
369
|
+
"tags": [],
|
|
370
|
+
"assumptions": [],
|
|
371
|
+
"dependencies": []
|
|
372
|
+
}
|
|
373
|
+
]
|
|
374
|
+
]
|
|
375
|
+
},
|
|
376
|
+
"metaNotes": {
|
|
377
|
+
"_type": "Map",
|
|
378
|
+
"data": [
|
|
379
|
+
[
|
|
380
|
+
"1770101085213-l5fh3gb",
|
|
381
|
+
{
|
|
382
|
+
"id": "1770101085213-l5fh3gb",
|
|
383
|
+
"thoughtId": "1770101085213-xaldrud",
|
|
384
|
+
"content": "Similar to 1 previous thoughts",
|
|
385
|
+
"observationType": "pattern",
|
|
386
|
+
"timestamp": "2026-02-03T06:44:45.213Z",
|
|
387
|
+
"triggeredActions": []
|
|
388
|
+
}
|
|
389
|
+
],
|
|
390
|
+
[
|
|
391
|
+
"1770101341514-makxtvn",
|
|
392
|
+
{
|
|
393
|
+
"id": "1770101341514-makxtvn",
|
|
394
|
+
"thoughtId": "1770101341514-c77efme",
|
|
395
|
+
"content": "Similar to 2 previous thoughts",
|
|
396
|
+
"observationType": "pattern",
|
|
397
|
+
"timestamp": "2026-02-03T06:49:01.514Z",
|
|
398
|
+
"triggeredActions": []
|
|
399
|
+
}
|
|
400
|
+
],
|
|
401
|
+
[
|
|
402
|
+
"1770101397883-uhtt3ql",
|
|
403
|
+
{
|
|
404
|
+
"id": "1770101397883-uhtt3ql",
|
|
405
|
+
"thoughtId": "1770101397883-n9p96dx",
|
|
406
|
+
"content": "Similar to 3 previous thoughts",
|
|
407
|
+
"observationType": "pattern",
|
|
408
|
+
"timestamp": "2026-02-03T06:49:57.883Z",
|
|
409
|
+
"triggeredActions": []
|
|
410
|
+
}
|
|
411
|
+
],
|
|
412
|
+
[
|
|
413
|
+
"1770102208739-vmo4h65",
|
|
414
|
+
{
|
|
415
|
+
"id": "1770102208739-vmo4h65",
|
|
416
|
+
"thoughtId": "1770102208738-gydalj8",
|
|
417
|
+
"content": "Similar to 4 previous thoughts",
|
|
418
|
+
"observationType": "pattern",
|
|
419
|
+
"timestamp": "2026-02-03T07:03:28.739Z",
|
|
420
|
+
"triggeredActions": []
|
|
421
|
+
}
|
|
422
|
+
],
|
|
423
|
+
[
|
|
424
|
+
"1770104353843-bu1k6b6",
|
|
425
|
+
{
|
|
426
|
+
"id": "1770104353843-bu1k6b6",
|
|
427
|
+
"thoughtId": "1770104353843-mlwaqo8",
|
|
428
|
+
"content": "Similar to 5 previous thoughts",
|
|
429
|
+
"observationType": "pattern",
|
|
430
|
+
"timestamp": "2026-02-03T07:39:13.843Z",
|
|
431
|
+
"triggeredActions": []
|
|
432
|
+
}
|
|
433
|
+
],
|
|
434
|
+
[
|
|
435
|
+
"1770104525839-llvlre5",
|
|
436
|
+
{
|
|
437
|
+
"id": "1770104525839-llvlre5",
|
|
438
|
+
"thoughtId": "1770104525838-der46rz",
|
|
439
|
+
"content": "Similar to 6 previous thoughts",
|
|
440
|
+
"observationType": "pattern",
|
|
441
|
+
"timestamp": "2026-02-03T07:42:05.839Z",
|
|
442
|
+
"triggeredActions": []
|
|
443
|
+
}
|
|
444
|
+
],
|
|
445
|
+
[
|
|
446
|
+
"1770104569699-t75admd",
|
|
447
|
+
{
|
|
448
|
+
"id": "1770104569699-t75admd",
|
|
449
|
+
"thoughtId": "1770104569699-837dv1o",
|
|
450
|
+
"content": "Similar to 7 previous thoughts",
|
|
451
|
+
"observationType": "pattern",
|
|
452
|
+
"timestamp": "2026-02-03T07:42:49.699Z",
|
|
453
|
+
"triggeredActions": []
|
|
454
|
+
}
|
|
455
|
+
],
|
|
456
|
+
[
|
|
457
|
+
"1770105005762-dwaq17l",
|
|
458
|
+
{
|
|
459
|
+
"id": "1770105005762-dwaq17l",
|
|
460
|
+
"thoughtId": "1770105005762-0yvydu4",
|
|
461
|
+
"content": "Similar to 8 previous thoughts",
|
|
462
|
+
"observationType": "pattern",
|
|
463
|
+
"timestamp": "2026-02-03T07:50:05.762Z",
|
|
464
|
+
"triggeredActions": []
|
|
465
|
+
}
|
|
466
|
+
]
|
|
467
|
+
]
|
|
468
|
+
},
|
|
469
|
+
"context": {
|
|
470
|
+
"originalProblem": "Analyze missing or undeveloped features in mcp-sequential-thinking project",
|
|
471
|
+
"constraints": [],
|
|
472
|
+
"relevantInformation": [],
|
|
473
|
+
"workingMemory": {
|
|
474
|
+
"_type": "Map",
|
|
475
|
+
"data": []
|
|
476
|
+
},
|
|
477
|
+
"longTermReferences": []
|
|
478
|
+
},
|
|
479
|
+
"settings": {
|
|
480
|
+
"maxBranches": 5,
|
|
481
|
+
"maxDepth": 20,
|
|
482
|
+
"confidenceThreshold": 0.6,
|
|
483
|
+
"enableSelfCorrection": true,
|
|
484
|
+
"enableMetaReasoning": true,
|
|
485
|
+
"enableParallelHypotheses": true,
|
|
486
|
+
"adaptiveGranularity": true,
|
|
487
|
+
"granularitySettings": {
|
|
488
|
+
"minStepDetail": 0.1,
|
|
489
|
+
"maxStepDetail": 1,
|
|
490
|
+
"complexityThreshold": 0.7
|
|
491
|
+
}
|
|
492
|
+
},
|
|
493
|
+
"metadata": {
|
|
494
|
+
"createdAt": "2026-02-03T06:37:02.009Z",
|
|
495
|
+
"lastActivityAt": "2026-02-03T07:50:05.762Z",
|
|
496
|
+
"totalThoughts": 9,
|
|
497
|
+
"totalBranches": 1
|
|
498
|
+
}
|
|
499
|
+
}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "1770106504312-75zk750",
|
|
3
|
+
"topic": "Architecting a scalable microservices system",
|
|
4
|
+
"status": "completed",
|
|
5
|
+
"currentBranchId": "main",
|
|
6
|
+
"branches": {
|
|
7
|
+
"_type": "Map",
|
|
8
|
+
"data": [
|
|
9
|
+
[
|
|
10
|
+
"main",
|
|
11
|
+
{
|
|
12
|
+
"id": "main",
|
|
13
|
+
"sessionId": "1770106504312-75zk750",
|
|
14
|
+
"name": "Main",
|
|
15
|
+
"description": "Primary reasoning path",
|
|
16
|
+
"rootThoughtId": "",
|
|
17
|
+
"thoughtIds": [],
|
|
18
|
+
"parentBranchId": null,
|
|
19
|
+
"childBranchIds": [],
|
|
20
|
+
"status": "active",
|
|
21
|
+
"confidence": 0.5,
|
|
22
|
+
"metadata": {
|
|
23
|
+
"createdAt": "2026-02-03T08:15:04.312Z"
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
]
|
|
27
|
+
]
|
|
28
|
+
},
|
|
29
|
+
"thoughts": {
|
|
30
|
+
"_type": "Map",
|
|
31
|
+
"data": [
|
|
32
|
+
[
|
|
33
|
+
"1770106504314-grh370p",
|
|
34
|
+
{
|
|
35
|
+
"id": "1770106504314-grh370p",
|
|
36
|
+
"sessionId": "1770106504312-75zk750",
|
|
37
|
+
"content": "We need to break down the monolithic application into smaller services.",
|
|
38
|
+
"stepNumber": 1,
|
|
39
|
+
"thoughtType": "analysis",
|
|
40
|
+
"confidence": {
|
|
41
|
+
"overall": 0.8,
|
|
42
|
+
"components": {
|
|
43
|
+
"logicalConsistency": 0.5,
|
|
44
|
+
"factualAccuracy": 0.5,
|
|
45
|
+
"reasoningQuality": 0.5,
|
|
46
|
+
"evidenceStrength": 0.5
|
|
47
|
+
},
|
|
48
|
+
"uncertaintyBounds": [
|
|
49
|
+
0.3,
|
|
50
|
+
0.7
|
|
51
|
+
],
|
|
52
|
+
"calibrationHistory": []
|
|
53
|
+
},
|
|
54
|
+
"parentThoughtId": null,
|
|
55
|
+
"childThoughtIds": [],
|
|
56
|
+
"branchId": "main",
|
|
57
|
+
"revisionOf": null,
|
|
58
|
+
"revisionHistory": [],
|
|
59
|
+
"metadata": {
|
|
60
|
+
"createdAt": "2026-02-03T08:15:04.314Z",
|
|
61
|
+
"modifiedAt": "2026-02-03T08:15:04.314Z",
|
|
62
|
+
"processingTimeMs": 0,
|
|
63
|
+
"tokensUsed": 0
|
|
64
|
+
},
|
|
65
|
+
"tags": [],
|
|
66
|
+
"assumptions": [],
|
|
67
|
+
"dependencies": []
|
|
68
|
+
}
|
|
69
|
+
]
|
|
70
|
+
]
|
|
71
|
+
},
|
|
72
|
+
"metaNotes": {
|
|
73
|
+
"_type": "Map",
|
|
74
|
+
"data": []
|
|
75
|
+
},
|
|
76
|
+
"context": {
|
|
77
|
+
"originalProblem": "Architecting a scalable microservices system",
|
|
78
|
+
"constraints": [],
|
|
79
|
+
"relevantInformation": [],
|
|
80
|
+
"workingMemory": {
|
|
81
|
+
"_type": "Map",
|
|
82
|
+
"data": []
|
|
83
|
+
},
|
|
84
|
+
"longTermReferences": []
|
|
85
|
+
},
|
|
86
|
+
"settings": {
|
|
87
|
+
"maxBranches": 5,
|
|
88
|
+
"maxDepth": 20,
|
|
89
|
+
"confidenceThreshold": 0.6,
|
|
90
|
+
"enableSelfCorrection": true,
|
|
91
|
+
"enableMetaReasoning": true,
|
|
92
|
+
"enableParallelHypotheses": true,
|
|
93
|
+
"adaptiveGranularity": true,
|
|
94
|
+
"granularitySettings": {
|
|
95
|
+
"minStepDetail": 0.1,
|
|
96
|
+
"maxStepDetail": 1,
|
|
97
|
+
"complexityThreshold": 0.7
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
"metadata": {
|
|
101
|
+
"createdAt": "2026-02-03T08:15:04.312Z",
|
|
102
|
+
"lastActivityAt": "2026-02-03T08:15:04.314Z",
|
|
103
|
+
"totalThoughts": 1,
|
|
104
|
+
"totalBranches": 1,
|
|
105
|
+
"completedAt": "2026-02-03T08:15:04.316Z"
|
|
106
|
+
}
|
|
107
|
+
}
|