@statelyai/agent 2.0.0-next.3 → 2.0.0-next.5

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.
Files changed (37) hide show
  1. package/.changeset/calm-beans-talk.md +5 -0
  2. package/.changeset/long-guests-explode.md +5 -0
  3. package/.changeset/nice-pants-rule.md +10 -0
  4. package/.changeset/odd-kiwis-compare.md +5 -0
  5. package/.changeset/pre.json +4 -0
  6. package/CHANGELOG.md +23 -0
  7. package/architecture.tldr +797 -0
  8. package/dist/index.d.mts +198 -140
  9. package/dist/index.d.ts +198 -140
  10. package/dist/index.js +4397 -148
  11. package/dist/index.mjs +4397 -149
  12. package/examples/chatbot.ts +9 -5
  13. package/examples/cot.ts +2 -4
  14. package/examples/jugs.ts +2 -2
  15. package/examples/learn-from-feedback.ts +7 -7
  16. package/examples/newspaper.ts +1 -1
  17. package/examples/rewoo.ts +62 -0
  18. package/examples/river-crossing.ts +2 -2
  19. package/examples/serverless.ts +71 -0
  20. package/examples/simple.ts +1 -1
  21. package/examples/ticTacToe.ts +6 -2
  22. package/examples/wiki.ts +2 -2
  23. package/package.json +14 -12
  24. package/readme.md +57 -0
  25. package/src/agent.test.ts +387 -30
  26. package/src/agent.ts +177 -64
  27. package/src/decide.test.ts +24 -2
  28. package/src/decide.ts +34 -78
  29. package/src/index.ts +1 -0
  30. package/src/{strategies/chainOfThought.ts → policies/chainOfThoughtPolicy.ts} +7 -9
  31. package/src/policies/index.ts +3 -0
  32. package/src/{strategies/shortestPath.test.ts → policies/shortestPathPolicy.test.ts} +2 -2
  33. package/src/{strategies/shortestPath.ts → policies/shortestPathPolicy.ts} +8 -8
  34. package/src/{strategies/simple.ts → policies/toolPolicy.ts} +27 -26
  35. package/src/text.ts +17 -22
  36. package/src/types.ts +162 -166
  37. package/src/agent-experimental.ts +0 -221
@@ -0,0 +1,797 @@
1
+ {
2
+ "tldrawFileFormatVersion": 1,
3
+ "schema": {
4
+ "schemaVersion": 2,
5
+ "sequences": {
6
+ "com.tldraw.store": 4,
7
+ "com.tldraw.asset": 1,
8
+ "com.tldraw.camera": 1,
9
+ "com.tldraw.document": 2,
10
+ "com.tldraw.instance": 25,
11
+ "com.tldraw.instance_page_state": 5,
12
+ "com.tldraw.page": 1,
13
+ "com.tldraw.instance_presence": 5,
14
+ "com.tldraw.pointer": 1,
15
+ "com.tldraw.shape": 4,
16
+ "com.tldraw.asset.bookmark": 2,
17
+ "com.tldraw.asset.image": 5,
18
+ "com.tldraw.asset.video": 5,
19
+ "com.tldraw.shape.group": 0,
20
+ "com.tldraw.shape.text": 2,
21
+ "com.tldraw.shape.bookmark": 2,
22
+ "com.tldraw.shape.draw": 2,
23
+ "com.tldraw.shape.geo": 9,
24
+ "com.tldraw.shape.note": 8,
25
+ "com.tldraw.shape.line": 5,
26
+ "com.tldraw.shape.frame": 0,
27
+ "com.tldraw.shape.arrow": 5,
28
+ "com.tldraw.shape.highlight": 1,
29
+ "com.tldraw.shape.embed": 4,
30
+ "com.tldraw.shape.image": 4,
31
+ "com.tldraw.shape.video": 2,
32
+ "com.tldraw.binding.arrow": 0
33
+ }
34
+ },
35
+ "records": [
36
+ {
37
+ "gridSize": 10,
38
+ "name": "",
39
+ "meta": {},
40
+ "id": "document:document",
41
+ "typeName": "document"
42
+ },
43
+ {
44
+ "meta": {},
45
+ "id": "page:page",
46
+ "name": "Page 1",
47
+ "index": "a1",
48
+ "typeName": "page"
49
+ },
50
+ {
51
+ "id": "pointer:pointer",
52
+ "typeName": "pointer",
53
+ "x": 475.91525346793446,
54
+ "y": 24.0194363047832,
55
+ "lastActivityTimestamp": 1735372362927,
56
+ "meta": {}
57
+ },
58
+ {
59
+ "followingUserId": null,
60
+ "opacityForNextShape": 1,
61
+ "stylesForNextShape": {
62
+ "tldraw:geo": "hexagon",
63
+ "tldraw:size": "m",
64
+ "tldraw:horizontalAlign": "middle",
65
+ "tldraw:arrowheadEnd": "arrow",
66
+ "tldraw:dash": "dotted",
67
+ "tldraw:color": "light-blue"
68
+ },
69
+ "brush": null,
70
+ "scribbles": [],
71
+ "cursor": {
72
+ "type": "default",
73
+ "rotation": 0
74
+ },
75
+ "isFocusMode": false,
76
+ "exportBackground": true,
77
+ "isDebugMode": false,
78
+ "isToolLocked": false,
79
+ "screenBounds": {
80
+ "x": 0,
81
+ "y": 0,
82
+ "w": 951,
83
+ "h": 620
84
+ },
85
+ "insets": [
86
+ false,
87
+ false,
88
+ true,
89
+ false
90
+ ],
91
+ "zoomBrush": null,
92
+ "isGridMode": false,
93
+ "isPenMode": false,
94
+ "chatMessage": "",
95
+ "isChatting": false,
96
+ "highlightedUserIds": [],
97
+ "isFocused": true,
98
+ "devicePixelRatio": 2,
99
+ "isCoarsePointer": false,
100
+ "isHoveringCanvas": true,
101
+ "openMenus": [],
102
+ "isChangingStyle": false,
103
+ "isReadonly": false,
104
+ "meta": {},
105
+ "duplicateProps": null,
106
+ "id": "instance:instance",
107
+ "currentPageId": "page:page",
108
+ "typeName": "instance"
109
+ },
110
+ {
111
+ "editingShapeId": "shape:xxsNXAORK1DqEE7aeHeU-",
112
+ "croppingShapeId": null,
113
+ "selectedShapeIds": [
114
+ "shape:xxsNXAORK1DqEE7aeHeU-"
115
+ ],
116
+ "hoveredShapeId": "shape:xxsNXAORK1DqEE7aeHeU-",
117
+ "erasingShapeIds": [],
118
+ "hintingShapeIds": [],
119
+ "focusedGroupId": null,
120
+ "meta": {},
121
+ "id": "instance_page_state:page:page",
122
+ "pageId": "page:page",
123
+ "typeName": "instance_page_state"
124
+ },
125
+ {
126
+ "x": 387.98363993559644,
127
+ "y": 262.23352513598064,
128
+ "z": 0.6003758847943446,
129
+ "meta": {},
130
+ "id": "camera:page:page",
131
+ "typeName": "camera"
132
+ },
133
+ {
134
+ "x": -46.94320297846422,
135
+ "y": 141.97437365237252,
136
+ "rotation": 0,
137
+ "isLocked": false,
138
+ "opacity": 1,
139
+ "meta": {},
140
+ "id": "shape:TZhs5lDpXhx5L1qvldmze",
141
+ "type": "geo",
142
+ "props": {
143
+ "w": 133.80592515135805,
144
+ "h": 60.82406534569255,
145
+ "geo": "rectangle",
146
+ "color": "black",
147
+ "labelColor": "black",
148
+ "fill": "none",
149
+ "dash": "draw",
150
+ "size": "s",
151
+ "font": "draw",
152
+ "text": "Feedback",
153
+ "align": "middle",
154
+ "verticalAlign": "middle",
155
+ "growY": 0,
156
+ "url": "",
157
+ "scale": 1
158
+ },
159
+ "parentId": "page:page",
160
+ "index": "a1",
161
+ "typeName": "shape"
162
+ },
163
+ {
164
+ "x": 147.29957812627003,
165
+ "y": 72.38640632521876,
166
+ "rotation": 0,
167
+ "isLocked": false,
168
+ "opacity": 1,
169
+ "meta": {},
170
+ "id": "shape:MLKTiiXYnOW6HoUDfwWNH",
171
+ "type": "geo",
172
+ "props": {
173
+ "w": 200,
174
+ "h": 200,
175
+ "geo": "ellipse",
176
+ "color": "light-blue",
177
+ "labelColor": "black",
178
+ "fill": "none",
179
+ "dash": "draw",
180
+ "size": "m",
181
+ "font": "draw",
182
+ "text": "Agent",
183
+ "align": "middle",
184
+ "verticalAlign": "middle",
185
+ "growY": 0,
186
+ "url": "",
187
+ "scale": 1
188
+ },
189
+ "parentId": "page:page",
190
+ "index": "a26tj",
191
+ "typeName": "shape"
192
+ },
193
+ {
194
+ "x": 408.7022302891752,
195
+ "y": -71.99939065411414,
196
+ "rotation": 0,
197
+ "isLocked": false,
198
+ "opacity": 1,
199
+ "meta": {},
200
+ "id": "shape:tzMpQVQkAXmtz7ZdfPmE7",
201
+ "type": "geo",
202
+ "props": {
203
+ "w": 155.97736153696906,
204
+ "h": 60.82406534569256,
205
+ "geo": "rectangle",
206
+ "color": "black",
207
+ "labelColor": "black",
208
+ "fill": "none",
209
+ "dash": "draw",
210
+ "size": "s",
211
+ "font": "draw",
212
+ "text": "Observation",
213
+ "align": "middle",
214
+ "verticalAlign": "middle",
215
+ "growY": 0,
216
+ "url": "",
217
+ "scale": 1
218
+ },
219
+ "parentId": "page:page",
220
+ "index": "a30Jg",
221
+ "typeName": "shape"
222
+ },
223
+ {
224
+ "x": -46.94320297846422,
225
+ "y": -71.99939065411414,
226
+ "rotation": 0,
227
+ "isLocked": false,
228
+ "opacity": 1,
229
+ "meta": {},
230
+ "id": "shape:j8wnIl_1t2rSaaCnvD_1c",
231
+ "type": "geo",
232
+ "props": {
233
+ "w": 117.7878191329839,
234
+ "h": 60.82406534569256,
235
+ "geo": "rectangle",
236
+ "color": "black",
237
+ "labelColor": "black",
238
+ "fill": "none",
239
+ "dash": "draw",
240
+ "size": "s",
241
+ "font": "draw",
242
+ "text": "Insight",
243
+ "align": "middle",
244
+ "verticalAlign": "middle",
245
+ "growY": 0,
246
+ "url": "",
247
+ "scale": 1
248
+ },
249
+ "parentId": "page:page",
250
+ "index": "a46QY",
251
+ "typeName": "shape"
252
+ },
253
+ {
254
+ "x": 427.79700149116775,
255
+ "y": 355.17212874427906,
256
+ "rotation": 0,
257
+ "isLocked": false,
258
+ "opacity": 1,
259
+ "meta": {},
260
+ "id": "shape:Ogbtq5ViMEQA3wMAWafRM",
261
+ "type": "geo",
262
+ "props": {
263
+ "w": 117.7878191329839,
264
+ "h": 60.82406534569256,
265
+ "geo": "rectangle",
266
+ "color": "black",
267
+ "labelColor": "black",
268
+ "fill": "none",
269
+ "dash": "draw",
270
+ "size": "s",
271
+ "font": "draw",
272
+ "text": "Decision",
273
+ "align": "middle",
274
+ "verticalAlign": "middle",
275
+ "growY": 0,
276
+ "url": "",
277
+ "scale": 1
278
+ },
279
+ "parentId": "page:page",
280
+ "index": "a53H6",
281
+ "typeName": "shape"
282
+ },
283
+ {
284
+ "x": 620.8685972259934,
285
+ "y": 58.63061605507454,
286
+ "rotation": 0,
287
+ "isLocked": false,
288
+ "opacity": 1,
289
+ "meta": {},
290
+ "id": "shape:YjTPU0GYcIfojnvSPEEnl",
291
+ "type": "geo",
292
+ "props": {
293
+ "w": 200,
294
+ "h": 213.7557902701442,
295
+ "geo": "hexagon",
296
+ "color": "light-green",
297
+ "labelColor": "black",
298
+ "fill": "none",
299
+ "dash": "draw",
300
+ "size": "m",
301
+ "font": "draw",
302
+ "text": "Environment",
303
+ "align": "middle",
304
+ "verticalAlign": "middle",
305
+ "growY": 0,
306
+ "url": "",
307
+ "scale": 1
308
+ },
309
+ "parentId": "page:page",
310
+ "index": "a62kO",
311
+ "typeName": "shape"
312
+ },
313
+ {
314
+ "x": 636.7827786410924,
315
+ "y": 149.1727385428881,
316
+ "rotation": 0,
317
+ "isLocked": false,
318
+ "opacity": 1,
319
+ "meta": {},
320
+ "id": "shape:xxsNXAORK1DqEE7aeHeU-",
321
+ "type": "arrow",
322
+ "props": {
323
+ "dash": "draw",
324
+ "size": "m",
325
+ "fill": "none",
326
+ "color": "light-green",
327
+ "labelColor": "black",
328
+ "bend": 140.5091713737778,
329
+ "start": {
330
+ "x": 0,
331
+ "y": 0
332
+ },
333
+ "end": {
334
+ "x": -347.5889878498214,
335
+ "y": -67.58049293805675
336
+ },
337
+ "arrowheadStart": "none",
338
+ "arrowheadEnd": "arrow",
339
+ "text": "Observe \nstate transitions",
340
+ "labelPosition": 0.5,
341
+ "font": "draw",
342
+ "scale": 1
343
+ },
344
+ "parentId": "page:page",
345
+ "index": "a7BZw",
346
+ "typeName": "shape"
347
+ },
348
+ {
349
+ "meta": {},
350
+ "id": "binding:tKZhUeHRgMZ88mRenpSSl",
351
+ "type": "arrow",
352
+ "fromId": "shape:xxsNXAORK1DqEE7aeHeU-",
353
+ "toId": "shape:YjTPU0GYcIfojnvSPEEnl",
354
+ "props": {
355
+ "isPrecise": false,
356
+ "isExact": false,
357
+ "normalizedAnchor": {
358
+ "x": 0.5182259580501836,
359
+ "y": 0.5853845824599034
360
+ },
361
+ "terminal": "start"
362
+ },
363
+ "typeName": "binding"
364
+ },
365
+ {
366
+ "meta": {},
367
+ "id": "binding:faEYMWq9TVVL-frZYjeEZ",
368
+ "type": "arrow",
369
+ "fromId": "shape:xxsNXAORK1DqEE7aeHeU-",
370
+ "toId": "shape:MLKTiiXYnOW6HoUDfwWNH",
371
+ "props": {
372
+ "isPrecise": true,
373
+ "isExact": false,
374
+ "normalizedAnchor": {
375
+ "x": 0.5,
376
+ "y": 0.5
377
+ },
378
+ "terminal": "end"
379
+ },
380
+ "typeName": "binding"
381
+ },
382
+ {
383
+ "x": 253.6128120802491,
384
+ "y": 175.05444866916207,
385
+ "rotation": 0,
386
+ "isLocked": false,
387
+ "opacity": 1,
388
+ "meta": {},
389
+ "id": "shape:3rQwikYVkTWN1XvWUK-gH",
390
+ "type": "arrow",
391
+ "props": {
392
+ "dash": "draw",
393
+ "size": "m",
394
+ "fill": "none",
395
+ "color": "light-blue",
396
+ "labelColor": "black",
397
+ "bend": 151.48254412296,
398
+ "start": {
399
+ "x": 0,
400
+ "y": 0
401
+ },
402
+ "end": {
403
+ "x": 360.1772194821507,
404
+ "y": 0.004248475069971391
405
+ },
406
+ "arrowheadStart": "none",
407
+ "arrowheadEnd": "arrow",
408
+ "text": "Triggers event",
409
+ "labelPosition": 0.4883765731290134,
410
+ "font": "draw",
411
+ "scale": 1
412
+ },
413
+ "parentId": "page:page",
414
+ "index": "a6mHE",
415
+ "typeName": "shape"
416
+ },
417
+ {
418
+ "meta": {},
419
+ "id": "binding:-gMzzU-wLliKwWxEDLI7g",
420
+ "type": "arrow",
421
+ "fromId": "shape:3rQwikYVkTWN1XvWUK-gH",
422
+ "toId": "shape:MLKTiiXYnOW6HoUDfwWNH",
423
+ "props": {
424
+ "isPrecise": true,
425
+ "isExact": false,
426
+ "normalizedAnchor": {
427
+ "x": 0.5,
428
+ "y": 0.5
429
+ },
430
+ "terminal": "start"
431
+ },
432
+ "typeName": "binding"
433
+ },
434
+ {
435
+ "meta": {},
436
+ "id": "binding:2Haw8ebi0nbn-heuKSDje",
437
+ "type": "arrow",
438
+ "fromId": "shape:3rQwikYVkTWN1XvWUK-gH",
439
+ "toId": "shape:YjTPU0GYcIfojnvSPEEnl",
440
+ "props": {
441
+ "isPrecise": false,
442
+ "isExact": false,
443
+ "normalizedAnchor": {
444
+ "x": 0.6328923001887472,
445
+ "y": 0.5119035398315276
446
+ },
447
+ "terminal": "end"
448
+ },
449
+ "typeName": "binding"
450
+ },
451
+ {
452
+ "x": 237.56846748632313,
453
+ "y": 6.187705991180934,
454
+ "rotation": 0,
455
+ "isLocked": false,
456
+ "opacity": 1,
457
+ "meta": {},
458
+ "id": "shape:ZcD6KF31aImdjhKo6TJtE",
459
+ "type": "arrow",
460
+ "props": {
461
+ "dash": "dotted",
462
+ "size": "m",
463
+ "fill": "none",
464
+ "color": "black",
465
+ "labelColor": "black",
466
+ "bend": 50.04639950788258,
467
+ "start": {
468
+ "x": 0,
469
+ "y": 0
470
+ },
471
+ "end": {
472
+ "x": 0,
473
+ "y": 66.46461848555376
474
+ },
475
+ "arrowheadStart": "none",
476
+ "arrowheadEnd": "arrow",
477
+ "text": "",
478
+ "labelPosition": 0.5,
479
+ "font": "draw",
480
+ "scale": 1
481
+ },
482
+ "parentId": "page:page",
483
+ "index": "a3j56",
484
+ "typeName": "shape"
485
+ },
486
+ {
487
+ "meta": {},
488
+ "id": "binding:eNdEJIBL05rwIy1ezravJ",
489
+ "type": "arrow",
490
+ "fromId": "shape:ZcD6KF31aImdjhKo6TJtE",
491
+ "toId": "shape:tzMpQVQkAXmtz7ZdfPmE7",
492
+ "props": {
493
+ "isPrecise": false,
494
+ "isExact": false,
495
+ "normalizedAnchor": {
496
+ "x": 0.43761203200221777,
497
+ "y": 0.6097692932579271
498
+ },
499
+ "terminal": "start"
500
+ },
501
+ "typeName": "binding"
502
+ },
503
+ {
504
+ "meta": {},
505
+ "id": "binding:umjqe3ZfXstGu-bafYvg9",
506
+ "type": "arrow",
507
+ "fromId": "shape:ZcD6KF31aImdjhKo6TJtE",
508
+ "toId": "shape:MLKTiiXYnOW6HoUDfwWNH",
509
+ "props": {
510
+ "isPrecise": true,
511
+ "isExact": false,
512
+ "normalizedAnchor": {
513
+ "x": 0.5,
514
+ "y": 0.5
515
+ },
516
+ "terminal": "end"
517
+ },
518
+ "typeName": "binding"
519
+ },
520
+ {
521
+ "x": 58.1190761947953,
522
+ "y": -3.4471606553440495,
523
+ "rotation": 0,
524
+ "isLocked": false,
525
+ "opacity": 1,
526
+ "meta": {},
527
+ "id": "shape:Vnb6GTg-iJccjqamwYrtO",
528
+ "type": "arrow",
529
+ "props": {
530
+ "dash": "dotted",
531
+ "size": "m",
532
+ "fill": "none",
533
+ "color": "black",
534
+ "labelColor": "black",
535
+ "bend": 0,
536
+ "start": {
537
+ "x": 0,
538
+ "y": 0
539
+ },
540
+ "end": {
541
+ "x": 105.17820916767528,
542
+ "y": 0.007255170667576749
543
+ },
544
+ "arrowheadStart": "none",
545
+ "arrowheadEnd": "arrow",
546
+ "text": "",
547
+ "labelPosition": 0.5,
548
+ "font": "draw",
549
+ "scale": 1
550
+ },
551
+ "parentId": "page:page",
552
+ "index": "a4jhd",
553
+ "typeName": "shape"
554
+ },
555
+ {
556
+ "meta": {},
557
+ "id": "binding:b03r1B6PAHYrQ4EItpS68",
558
+ "type": "arrow",
559
+ "fromId": "shape:Vnb6GTg-iJccjqamwYrtO",
560
+ "toId": "shape:j8wnIl_1t2rSaaCnvD_1c",
561
+ "props": {
562
+ "isPrecise": false,
563
+ "isExact": false,
564
+ "normalizedAnchor": {
565
+ "x": 0.823966577176356,
566
+ "y": 0.4513637905713609
567
+ },
568
+ "terminal": "start"
569
+ },
570
+ "typeName": "binding"
571
+ },
572
+ {
573
+ "meta": {},
574
+ "id": "binding:IMfVpxKq0iplEqQwalmQn",
575
+ "type": "arrow",
576
+ "fromId": "shape:Vnb6GTg-iJccjqamwYrtO",
577
+ "toId": "shape:tzMpQVQkAXmtz7ZdfPmE7",
578
+ "props": {
579
+ "isPrecise": false,
580
+ "isExact": false,
581
+ "normalizedAnchor": {
582
+ "x": 0.4055637107542223,
583
+ "y": 0.4514830718233841
584
+ },
585
+ "terminal": "end"
586
+ },
587
+ "typeName": "binding"
588
+ },
589
+ {
590
+ "x": 46.56884449203346,
591
+ "y": 170.40123888082437,
592
+ "rotation": 0,
593
+ "isLocked": false,
594
+ "opacity": 1,
595
+ "meta": {},
596
+ "id": "shape:ineoRwA5KPFwziY7Z30g-",
597
+ "type": "arrow",
598
+ "props": {
599
+ "dash": "dotted",
600
+ "size": "m",
601
+ "fill": "none",
602
+ "color": "black",
603
+ "labelColor": "black",
604
+ "bend": 56.280655227788735,
605
+ "start": {
606
+ "x": 0,
607
+ "y": 0
608
+ },
609
+ "end": {
610
+ "x": 190.35391280487647,
611
+ "y": 205.59702637742842
612
+ },
613
+ "arrowheadStart": "none",
614
+ "arrowheadEnd": "arrow",
615
+ "text": "",
616
+ "labelPosition": 0.5,
617
+ "font": "draw",
618
+ "scale": 1
619
+ },
620
+ "parentId": "page:page",
621
+ "index": "a5TFU",
622
+ "typeName": "shape"
623
+ },
624
+ {
625
+ "meta": {},
626
+ "id": "binding:ulPyFUBh5tZ66SXkJvCXb",
627
+ "type": "arrow",
628
+ "fromId": "shape:ineoRwA5KPFwziY7Z30g-",
629
+ "toId": "shape:TZhs5lDpXhx5L1qvldmze",
630
+ "props": {
631
+ "isPrecise": true,
632
+ "isExact": false,
633
+ "normalizedAnchor": {
634
+ "x": 0.5,
635
+ "y": 0.5
636
+ },
637
+ "terminal": "start"
638
+ },
639
+ "typeName": "binding"
640
+ },
641
+ {
642
+ "meta": {},
643
+ "id": "binding:RHi5JOLsuqoCfgqeXMY42",
644
+ "type": "arrow",
645
+ "fromId": "shape:ineoRwA5KPFwziY7Z30g-",
646
+ "toId": "shape:Ogbtq5ViMEQA3wMAWafRM",
647
+ "props": {
648
+ "isPrecise": true,
649
+ "isExact": false,
650
+ "normalizedAnchor": {
651
+ "x": 0.3132884263414336,
652
+ "y": 0.6366368944964605
653
+ },
654
+ "terminal": "end"
655
+ },
656
+ "typeName": "binding"
657
+ },
658
+ {
659
+ "x": 50.73331245521524,
660
+ "y": 162.18838568514192,
661
+ "rotation": 0,
662
+ "isLocked": false,
663
+ "opacity": 1,
664
+ "meta": {},
665
+ "id": "shape:9HMu_P6K4x_DltJRMZy-Y",
666
+ "type": "arrow",
667
+ "props": {
668
+ "dash": "dotted",
669
+ "size": "m",
670
+ "fill": "none",
671
+ "color": "black",
672
+ "labelColor": "black",
673
+ "bend": -36.14691778744065,
674
+ "start": {
675
+ "x": 0,
676
+ "y": 0
677
+ },
678
+ "end": {
679
+ "x": 110.62684233901575,
680
+ "y": -127.09607975438604
681
+ },
682
+ "arrowheadStart": "none",
683
+ "arrowheadEnd": "arrow",
684
+ "text": "",
685
+ "labelPosition": 0.5,
686
+ "font": "draw",
687
+ "scale": 1
688
+ },
689
+ "parentId": "page:page",
690
+ "index": "a3SVr",
691
+ "typeName": "shape"
692
+ },
693
+ {
694
+ "meta": {},
695
+ "id": "binding:U6yru2uACFF81dIKQr_of",
696
+ "type": "arrow",
697
+ "fromId": "shape:9HMu_P6K4x_DltJRMZy-Y",
698
+ "toId": "shape:TZhs5lDpXhx5L1qvldmze",
699
+ "props": {
700
+ "isPrecise": false,
701
+ "isExact": false,
702
+ "normalizedAnchor": {
703
+ "x": 0.5,
704
+ "y": 0.49999999999999983
705
+ },
706
+ "terminal": "start"
707
+ },
708
+ "typeName": "binding"
709
+ },
710
+ {
711
+ "meta": {},
712
+ "id": "binding:Dnaw2N4g8Spuq3L_l77hH",
713
+ "type": "arrow",
714
+ "fromId": "shape:9HMu_P6K4x_DltJRMZy-Y",
715
+ "toId": "shape:tzMpQVQkAXmtz7ZdfPmE7",
716
+ "props": {
717
+ "isPrecise": true,
718
+ "isExact": false,
719
+ "normalizedAnchor": {
720
+ "x": 0.2093665859007433,
721
+ "y": 0.6057137306891449
722
+ },
723
+ "terminal": "end"
724
+ },
725
+ "typeName": "binding"
726
+ },
727
+ {
728
+ "x": 447.0910374053574,
729
+ "y": 373.7574774732179,
730
+ "rotation": 0,
731
+ "isLocked": false,
732
+ "opacity": 1,
733
+ "meta": {},
734
+ "id": "shape:CZ_Bvi1X-AD8tFx7PbBGE",
735
+ "type": "arrow",
736
+ "props": {
737
+ "dash": "dotted",
738
+ "size": "m",
739
+ "fill": "none",
740
+ "color": "black",
741
+ "labelColor": "black",
742
+ "bend": -59.62611153273739,
743
+ "start": {
744
+ "x": 0,
745
+ "y": 0
746
+ },
747
+ "end": {
748
+ "x": -223.36549102254355,
749
+ "y": -104.49589888204713
750
+ },
751
+ "arrowheadStart": "none",
752
+ "arrowheadEnd": "arrow",
753
+ "text": "",
754
+ "labelPosition": 0.5,
755
+ "font": "draw",
756
+ "scale": 1
757
+ },
758
+ "parentId": "page:page",
759
+ "index": "a5PMn",
760
+ "typeName": "shape"
761
+ },
762
+ {
763
+ "meta": {},
764
+ "id": "binding:iPVOKuC_e63odTTJjjh7p",
765
+ "type": "arrow",
766
+ "fromId": "shape:CZ_Bvi1X-AD8tFx7PbBGE",
767
+ "toId": "shape:Ogbtq5ViMEQA3wMAWafRM",
768
+ "props": {
769
+ "isPrecise": false,
770
+ "isExact": false,
771
+ "normalizedAnchor": {
772
+ "x": 0.16380332071864265,
773
+ "y": 0.3055591339268313
774
+ },
775
+ "terminal": "start"
776
+ },
777
+ "typeName": "binding"
778
+ },
779
+ {
780
+ "meta": {},
781
+ "id": "binding:__8_lrE_CDSqw5Vo6ItV7",
782
+ "type": "arrow",
783
+ "fromId": "shape:CZ_Bvi1X-AD8tFx7PbBGE",
784
+ "toId": "shape:MLKTiiXYnOW6HoUDfwWNH",
785
+ "props": {
786
+ "isPrecise": true,
787
+ "isExact": false,
788
+ "normalizedAnchor": {
789
+ "x": 0.5,
790
+ "y": 0.5
791
+ },
792
+ "terminal": "end"
793
+ },
794
+ "typeName": "binding"
795
+ }
796
+ ]
797
+ }