|
21 | 21 | <mxCell id="p1_title" value="<b>LLM-Embedded</b>" style="text;html=1;align=center;verticalAlign=middle;strokeColor=none;fillColor=none;fontSize=15;" vertex="1" parent="1"> |
22 | 22 | <mxGeometry x="60" y="74" width="400" height="24" as="geometry"/> |
23 | 23 | </mxCell> |
24 | | - <mxCell id="p1_rep" value="Mem0 · MAGMA" style="text;html=1;align=center;verticalAlign=middle;strokeColor=none;fillColor=none;fontSize=10;fontColor=#888888;" vertex="1" parent="1"> |
| 24 | + <mxCell id="p1_rep" value="Mem0 · Letta" style="text;html=1;align=center;verticalAlign=middle;strokeColor=none;fillColor=none;fontSize=10;fontColor=#888888;" vertex="1" parent="1"> |
25 | 25 | <mxGeometry x="60" y="96" width="400" height="18" as="geometry"/> |
26 | 26 | </mxCell> |
27 | 27 | <mxCell id="p1_app" value="<b>Application</b>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#999999;fontSize=10;" vertex="1" parent="1"> |
28 | 28 | <mxGeometry x="185" y="126" width="150" height="36" as="geometry"/> |
29 | 29 | </mxCell> |
30 | | - <mxCell id="p1_llm" value="<b>Embedded LLM</b><br><font style="font-size:9px">gpt-4o-mini (small context)</font>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFCDD2;strokeColor=#C62828;fontSize=10;" vertex="1" parent="1"> |
| 30 | + <mxCell id="p1_llm" value="<b>Embedded LLM</b><br><font style="font-size:9px">Extra API call per memory op</font>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFCDD2;strokeColor=#C62828;fontSize=10;" vertex="1" parent="1"> |
31 | 31 | <mxGeometry x="170" y="194" width="180" height="44" as="geometry"/> |
32 | 32 | </mxCell> |
33 | 33 | <mxCell id="p1_store" value="<b>Memory Store</b>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#999999;fontSize=10;" vertex="1" parent="1"> |
34 | 34 | <mxGeometry x="185" y="266" width="150" height="36" as="geometry"/> |
35 | 35 | </mxCell> |
36 | | - <mxCell id="p1_e1" value="every op" style="edgeStyle=orthogonalEdgeStyle;rounded=1;strokeColor=#C62828;fontSize=9;fontColor=#C62828;endArrow=classic;exitX=0.5;exitY=1;entryX=0.5;entryY=0;" edge="1" parent="1" source="p1_app" target="p1_llm"> |
| 36 | + <mxCell id="p1_e1" value="every memory op" style="edgeStyle=orthogonalEdgeStyle;rounded=1;strokeColor=#C62828;fontSize=9;fontColor=#C62828;endArrow=classic;exitX=0.5;exitY=1;entryX=0.5;entryY=0;" edge="1" parent="1" source="p1_app" target="p1_llm"> |
37 | 37 | <mxGeometry relative="1" as="geometry"/> |
38 | 38 | </mxCell> |
39 | 39 | <mxCell id="p1_e2" value="" style="edgeStyle=orthogonalEdgeStyle;rounded=1;strokeColor=#999999;endArrow=classic;exitX=0.5;exitY=1;entryX=0.5;entryY=0;" edge="1" parent="1" source="p1_llm" target="p1_store"> |
40 | 40 | <mxGeometry relative="1" as="geometry"/> |
41 | 41 | </mxCell> |
42 | | - <mxCell id="p1_cost" value="API cost per op" style="text;html=1;align=left;verticalAlign=middle;strokeColor=none;fillColor=none;fontSize=9;fontColor=#C62828;fontStyle=2;" vertex="1" parent="1"> |
| 42 | + <mxCell id="p1_cost" value="💰 Extra API cost" style="text;html=1;align=left;verticalAlign=middle;strokeColor=none;fillColor=none;fontSize=9;fontColor=#C62828;fontStyle=2;" vertex="1" parent="1"> |
43 | 43 | <mxGeometry x="356" y="204" width="90" height="24" as="geometry"/> |
44 | 44 | </mxCell> |
45 | 45 | <mxCell id="p1_cap" value="<i>LLM sits inside the memory pipeline</i>" style="text;html=1;align=center;verticalAlign=middle;strokeColor=none;fillColor=none;fontSize=10;fontColor=#666666;" vertex="1" parent="1"> |
|
54 | 54 | <mxCell id="p2_title" value="<b>MCP Server</b>" style="text;html=1;align=center;verticalAlign=middle;strokeColor=none;fillColor=none;fontSize=15;" vertex="1" parent="1"> |
55 | 55 | <mxGeometry x="480" y="74" width="400" height="24" as="geometry"/> |
56 | 56 | </mxCell> |
57 | | - <mxCell id="p2_rep" value="MemCP" style="text;html=1;align=center;verticalAlign=middle;strokeColor=none;fillColor=none;fontSize=10;fontColor=#888888;" vertex="1" parent="1"> |
| 57 | + <mxCell id="p2_rep" value="claude-mem" style="text;html=1;align=center;verticalAlign=middle;strokeColor=none;fillColor=none;fontSize=10;fontColor=#888888;" vertex="1" parent="1"> |
58 | 58 | <mxGeometry x="480" y="96" width="400" height="18" as="geometry"/> |
59 | 59 | </mxCell> |
60 | 60 | <mxCell id="p2_llm" value="<b>Host LLM</b>" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#999999;fontSize=10;" vertex="1" parent="1"> |
|
0 commit comments