Skip to content

Commit e59b936

Browse files
Grivnclaude
andcommitted
Refine diagram: update representative projects and Embedded LLM description
- LLM-Embedded: MAGMA→Letta, add "Extra API cost" annotation - MCP Server: MemCP→claude-mem - Embedded LLM: remove "small context", highlight extra API call per memory op Updated in README (EN/ZH), drawio source, and exported JPG. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6d287df commit e59b936

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ This means: **memory management logic moves from prompt to code — deterministi
3232

3333
| Pattern | LLM Role | Representative |
3434
|---|---|---|
35-
| **LLM-Embedded** | Executor inside the pipeline | Mem0, MAGMA |
36-
| **MCP Server** | Tool provider via MCP protocol | MemCP |
35+
| **LLM-Embedded** | Executor inside the pipeline | Mem0, Letta |
36+
| **MCP Server** | Tool provider via MCP protocol | claude-mem |
3737
| **LLM-Supervised** | External supervisor of a standalone binary | Mnemon |
3838

3939
<p align="center">

docs/diagrams/llm-supervised-concept.drawio

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,25 @@
2121
<mxCell id="p1_title" value="&lt;b&gt;LLM-Embedded&lt;/b&gt;" style="text;html=1;align=center;verticalAlign=middle;strokeColor=none;fillColor=none;fontSize=15;" vertex="1" parent="1">
2222
<mxGeometry x="60" y="74" width="400" height="24" as="geometry"/>
2323
</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">
2525
<mxGeometry x="60" y="96" width="400" height="18" as="geometry"/>
2626
</mxCell>
2727
<mxCell id="p1_app" value="&lt;b&gt;Application&lt;/b&gt;" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#999999;fontSize=10;" vertex="1" parent="1">
2828
<mxGeometry x="185" y="126" width="150" height="36" as="geometry"/>
2929
</mxCell>
30-
<mxCell id="p1_llm" value="&lt;b&gt;Embedded LLM&lt;/b&gt;&lt;br&gt;&lt;font style=&quot;font-size:9px&quot;&gt;gpt-4o-mini (small context)&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFCDD2;strokeColor=#C62828;fontSize=10;" vertex="1" parent="1">
30+
<mxCell id="p1_llm" value="&lt;b&gt;Embedded LLM&lt;/b&gt;&lt;br&gt;&lt;font style=&quot;font-size:9px&quot;&gt;Extra API call per memory op&lt;/font&gt;" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFCDD2;strokeColor=#C62828;fontSize=10;" vertex="1" parent="1">
3131
<mxGeometry x="170" y="194" width="180" height="44" as="geometry"/>
3232
</mxCell>
3333
<mxCell id="p1_store" value="&lt;b&gt;Memory Store&lt;/b&gt;" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#999999;fontSize=10;" vertex="1" parent="1">
3434
<mxGeometry x="185" y="266" width="150" height="36" as="geometry"/>
3535
</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">
3737
<mxGeometry relative="1" as="geometry"/>
3838
</mxCell>
3939
<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">
4040
<mxGeometry relative="1" as="geometry"/>
4141
</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">
4343
<mxGeometry x="356" y="204" width="90" height="24" as="geometry"/>
4444
</mxCell>
4545
<mxCell id="p1_cap" value="&lt;i&gt;LLM sits inside the memory pipeline&lt;/i&gt;" style="text;html=1;align=center;verticalAlign=middle;strokeColor=none;fillColor=none;fontSize=10;fontColor=#666666;" vertex="1" parent="1">
@@ -54,7 +54,7 @@
5454
<mxCell id="p2_title" value="&lt;b&gt;MCP Server&lt;/b&gt;" style="text;html=1;align=center;verticalAlign=middle;strokeColor=none;fillColor=none;fontSize=15;" vertex="1" parent="1">
5555
<mxGeometry x="480" y="74" width="400" height="24" as="geometry"/>
5656
</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">
5858
<mxGeometry x="480" y="96" width="400" height="18" as="geometry"/>
5959
</mxCell>
6060
<mxCell id="p2_llm" value="&lt;b&gt;Host LLM&lt;/b&gt;" style="rounded=1;whiteSpace=wrap;html=1;fillColor=#FFFFFF;strokeColor=#999999;fontSize=10;" vertex="1" parent="1">
1.23 KB
Loading

docs/zh/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Mnemon 基于一个核心理念:**LLM 本身就是最好的编排器。** 不
3232

3333
| 模式 | LLM 角色 | 代表项目 |
3434
|---|---|---|
35-
| **LLM-Embedded** | 管线内部的执行者 | Mem0, MAGMA |
36-
| **MCP Server** | 通过 MCP 协议提供工具 | MemCP |
35+
| **LLM-Embedded** | 管线内部的执行者 | Mem0, Letta |
36+
| **MCP Server** | 通过 MCP 协议提供工具 | claude-mem |
3737
| **LLM-Supervised** | 独立二进制的外部监督者 | Mnemon |
3838

3939
<p align="center">

0 commit comments

Comments
 (0)