-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathmotia-workbench.json
More file actions
94 lines (94 loc) · 2.09 KB
/
motia-workbench.json
File metadata and controls
94 lines (94 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
[
{
"id": "default",
"config": {
"steps/00-noop.step.ts": {
"x": -507,
"y": 111,
"sourceHandlePosition": "right"
},
"steps/01-api.step.ts": {
"x": -281,
"y": 94,
"sourceHandlePosition": "right",
"targetHandlePosition": "left"
},
"steps/02-test-state.step.ts": {
"x": 60,
"y": 36,
"sourceHandlePosition": "bottom",
"targetHandlePosition": "left"
},
"steps/03-check-state-change.step.ts": {
"x": 78,
"y": 199,
"targetHandlePosition": "top"
}
}
},
{
"id": "aihedgefund-workflow",
"config": {
"steps/parallel/technical-analyst.step.ts": {
"x": 1340,
"y": 53
},
"steps/parallel/risk-manager.step.ts": {
"x": 1353,
"y": 206
},
"steps/parallel/portfolio-manager.step.ts": {
"x": 1360,
"y": 406
},
"steps/parallel/parallel-analysis-coordinator.step.ts": {
"x": 2067,
"y": 243,
"sourceHandlePosition": "bottom"
},
"steps/parallel/fundamental-analyst.step.ts": {
"x": 1349,
"y": 577
},
"steps/noop/01-noop.step.ts": {
"x": 2785,
"y": -164
},
"steps/noop/00-noop.step.ts": {
"x": -504,
"y": 111
},
"steps/general/web-search.step.ts": {
"x": 220,
"y": -64
},
"steps/general/save-result.step.ts": {
"x": 2068,
"y": 538,
"targetHandlePosition": "top"
},
"steps/general/response-coordinator.step.ts": {
"x": 711,
"y": -80
},
"steps/general/nebius-ai-analysis.step.ts": {
"x": 771,
"y": 433
},
"steps/general/finance-data.step.ts": {
"x": 206,
"y": 495
},
"steps/api/result-api.step.ts": {
"x": 2674,
"y": 502,
"sourceHandlePosition": "right"
},
"steps/api/query-api.step.ts": {
"x": 247,
"y": 160,
"sourceHandlePosition": "bottom"
}
}
}
]