-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkflow.json
More file actions
74 lines (74 loc) · 2.04 KB
/
workflow.json
File metadata and controls
74 lines (74 loc) · 2.04 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
{
"last_node_id": 5,
"last_link_id": 4,
"nodes": [
{
"id": 2,
"type": "langgraph/LangGraphNode",
"pos": { "0": 54, "1": 87 },
"size": { "0": 210, "1": 58 },
"flags": {},
"order": 0,
"mode": 0,
"inputs": [{ "name": "input", "type": "StateDict", "link": null }],
"outputs": [{ "name": "output", "type": "StateDict", "links": [4] }],
"title": "LangGraph Node",
"properties": { "name": "query" }
},
{
"id": 3,
"type": "langgraph/LangGraphConditionalNode",
"pos": { "0": 339, "1": 89 },
"size": { "0": 210, "1": 78 },
"flags": {},
"order": 1,
"mode": 0,
"inputs": [{ "name": "input_1", "type": "StateDict", "link": 4 }],
"outputs": [
{ "name": "output_1", "type": "StateDict", "links": [1] },
{ "name": "output_2", "type": "StateDict", "links": [3] }
],
"title": "LangGraphConditional Node",
"properties": { "name": "decide" }
},
{
"id": 4,
"type": "langgraph/LangGraphNode",
"pos": { "0": 522, "1": 294 },
"size": { "0": 210, "1": 58 },
"flags": {},
"order": 2,
"mode": 0,
"inputs": [{ "name": "input", "type": "StateDict", "link": 3 }],
"outputs": [{ "name": "output", "type": "StateDict", "links": [2] }],
"title": "LangGraph Node",
"properties": { "name": "web_search" }
},
{
"id": 5,
"type": "langgraph/LangGraphEndNode",
"pos": { "0": 760, "1": 82 },
"size": { "0": 210, "1": 78 },
"flags": {},
"order": 3,
"mode": 0,
"inputs": [
{ "name": "input", "type": "StateDict", "link": 1 },
{ "name": "input_2", "type": "StateDict", "link": 2 }
],
"outputs": [],
"title": "LangGraph END Node",
"properties": { "name": "END" }
}
],
"links": [
[1, 3, 0, 5, 0, "StateDict"],
[2, 4, 0, 5, 1, "StateDict"],
[3, 3, 1, 4, 0, "StateDict"],
[4, 2, 0, 3, 0, "StateDict"]
],
"groups": [],
"config": {},
"extra": {},
"version": 0.4
}