-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDALI_LLM_sequence.drawio
78 lines (78 loc) · 5.17 KB
/
DALI_LLM_sequence.drawio
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
<mxfile host="app.diagrams.net" agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Safari/605.1.15" version="24.7.17">
<diagram name="Pagina-1" id="LENpq7awBUae71rnzrNB">
<mxGraphModel dx="904" dy="872" grid="0" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0">
<root>
<mxCell id="0" />
<mxCell id="1" parent="0" />
<mxCell id="2" value="Agent" style="shape=umlLifeline;perimeter=lifelinePerimeter;whiteSpace=wrap;container=1;dropTarget=0;collapsible=0;recursiveResize=0;outlineConnect=0;portConstraint=eastwest;newEdgeStyle={"edgeStyle":"elbowEdgeStyle","elbow":"vertical","curved":0,"rounded":0};size=65;" parent="1" vertex="1">
<mxGeometry width="150" height="352" as="geometry" />
</mxCell>
<mxCell id="3" value="PyDALI" style="shape=umlLifeline;perimeter=lifelinePerimeter;whiteSpace=wrap;container=1;dropTarget=0;collapsible=0;recursiveResize=0;outlineConnect=0;portConstraint=eastwest;newEdgeStyle={"edgeStyle":"elbowEdgeStyle","elbow":"vertical","curved":0,"rounded":0};size=65;" parent="1" vertex="1">
<mxGeometry x="200" width="150" height="352" as="geometry" />
</mxCell>
<mxCell id="4" value="LLM" style="shape=umlLifeline;perimeter=lifelinePerimeter;whiteSpace=wrap;container=1;dropTarget=0;collapsible=0;recursiveResize=0;outlineConnect=0;portConstraint=eastwest;newEdgeStyle={"edgeStyle":"elbowEdgeStyle","elbow":"vertical","curved":0,"rounded":0};size=65;" parent="1" vertex="1">
<mxGeometry x="400" width="150" height="352" as="geometry" />
</mxCell>
<mxCell id="5" value="Request perception" style="verticalAlign=bottom;edgeStyle=elbowEdgeStyle;elbow=horizontal;curved=0;rounded=0;endArrow=block;" parent="1" source="2" target="3" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="184" y="103" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="6" value="Translate from DALI to NLR" style="verticalAlign=bottom;edgeStyle=elbowEdgeStyle;elbow=vertical;curved=0;rounded=0;endArrow=block;" parent="1" source="3" target="4" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="384" y="151" />
</Array>
</mxGeometry>
</mxCell>
<mxCell id="7" value="NLR" style="verticalAlign=bottom;edgeStyle=elbowEdgeStyle;elbow=vertical;curved=0;rounded=0;dashed=1;dashPattern=2 3;endArrow=block;" parent="1" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="387" y="177" />
</Array>
<mxPoint x="474.5" y="177" as="sourcePoint" />
<mxPoint x="274.5" y="177" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="8" value="Receive DALI action with data" style="verticalAlign=bottom;edgeStyle=elbowEdgeStyle;elbow=vertical;curved=0;rounded=0;dashed=1;dashPattern=2 3;endArrow=block;" parent="1" edge="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="187" y="327" />
</Array>
<mxPoint x="274.5" y="327" as="sourcePoint" />
<mxPoint x="74.5" y="327" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="HUUAvy6BJzl6NezE9U8D-8" value="Request NLR with location" style="verticalAlign=bottom;edgeStyle=elbowEdgeStyle;elbow=vertical;curved=0;rounded=0;endArrow=block;" edge="1" parent="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="382" y="203" />
</Array>
<mxPoint x="273" y="203" as="sourcePoint" />
<mxPoint x="473" y="203" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="HUUAvy6BJzl6NezE9U8D-9" value="Response with data in NL" style="verticalAlign=bottom;edgeStyle=elbowEdgeStyle;elbow=vertical;curved=0;rounded=0;dashed=1;dashPattern=2 3;endArrow=block;" edge="1" parent="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="387" y="271" />
</Array>
<mxPoint x="475" y="271" as="sourcePoint" />
<mxPoint x="275" y="271" as="targetPoint" />
</mxGeometry>
</mxCell>
<mxCell id="HUUAvy6BJzl6NezE9U8D-10" value="Translate from NL to DALI action" style="verticalAlign=bottom;edgeStyle=elbowEdgeStyle;elbow=vertical;curved=0;rounded=0;endArrow=block;" edge="1" parent="1">
<mxGeometry relative="1" as="geometry">
<Array as="points">
<mxPoint x="384" y="302" />
</Array>
<mxPoint x="275" y="302" as="sourcePoint" />
<mxPoint x="475" y="302" as="targetPoint" />
</mxGeometry>
</mxCell>
</root>
</mxGraphModel>
</diagram>
</mxfile>