mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-20 21:57:14 +08:00
docs: update architecture diagram
This commit is contained in:
@@ -9,7 +9,7 @@ CowAgent 2.0 has evolved from a simple chatbot into a super intelligent assistan
|
|||||||
|
|
||||||
CowAgent's architecture consists of the following core modules:
|
CowAgent's architecture consists of the following core modules:
|
||||||
|
|
||||||
<img src="https://cdn.link-ai.tech/doc/68ef7b212c6f791e0e74314b912149f9-sz_5847990.png" alt="CowAgent Architecture" />
|
<img src="https://cdn.link-ai.tech/doc/cow-agent-arch-en.jpg.jpg" alt="CowAgent Architecture" />
|
||||||
|
|
||||||
| Module | Description |
|
| Module | Description |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
|
|||||||
@@ -5,6 +5,8 @@ description: CowAgent long-term memory system — file persistence, automatic wr
|
|||||||
|
|
||||||
Long-term memory is stored in workspace files, persisting across sessions. The Agent loads historical memory on demand via retrieval tools during conversation, and automatically writes conversation summaries to long-term memory when context is trimmed.
|
Long-term memory is stored in workspace files, persisting across sessions. The Agent loads historical memory on demand via retrieval tools during conversation, and automatically writes conversation summaries to long-term memory when context is trimmed.
|
||||||
|
|
||||||
|
<img src="https://cdn.link-ai.tech/doc/memory-architecture-en.jpg" alt="Memory Architecture" />
|
||||||
|
|
||||||
## Memory Types
|
## Memory Types
|
||||||
|
|
||||||
### Core Memory (MEMORY.md)
|
### Core Memory (MEMORY.md)
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ CowAgent 2.0 从简单的聊天机器人全面升级为超级智能助理,采
|
|||||||
|
|
||||||
CowAgent 的整体架构由以下核心模块组成:
|
CowAgent 的整体架构由以下核心模块组成:
|
||||||
|
|
||||||
<img src="https://cdn.link-ai.tech/doc/68ef7b212c6f791e0e74314b912149f9-sz_5847990.png" alt="CowAgent Architecture" />
|
<img src="https://cdn.link-ai.tech/doc/cow-agent-arch-zh.jpg" alt="CowAgent Architecture" />
|
||||||
|
|
||||||
| 模块 | 说明 |
|
| 模块 | 说明 |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ CowAgent 2.0 は、シンプルなチャットボットから、自律的な思
|
|||||||
|
|
||||||
CowAgent のアーキテクチャは以下のコアモジュールで構成されています:
|
CowAgent のアーキテクチャは以下のコアモジュールで構成されています:
|
||||||
|
|
||||||
<img src="https://cdn.link-ai.tech/doc/68ef7b212c6f791e0e74314b912149f9-sz_5847990.png" alt="CowAgent Architecture" />
|
<img src="https://cdn.link-ai.tech/doc/cow-agent-arch-en.jpg.jpg" alt="CowAgent Architecture" />
|
||||||
|
|
||||||
| モジュール | 説明 |
|
| モジュール | 説明 |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
|
|||||||
@@ -5,6 +5,8 @@ description: CowAgent の長期記憶システム — ファイル永続化、
|
|||||||
|
|
||||||
長期記憶はワークスペースのファイルに保存され、セッション間で永続化されます。Agent は会話中に検索ツールを通じて過去の記憶をオンデマンドで読み込み、コンテキストのトリミング時に会話の要約を自動的に長期記憶に書き込みます。
|
長期記憶はワークスペースのファイルに保存され、セッション間で永続化されます。Agent は会話中に検索ツールを通じて過去の記憶をオンデマンドで読み込み、コンテキストのトリミング時に会話の要約を自動的に長期記憶に書き込みます。
|
||||||
|
|
||||||
|
<img src="https://cdn.link-ai.tech/doc/memory-architecture-en.jpg" alt="Memory Architecture" />
|
||||||
|
|
||||||
## 記憶の種類
|
## 記憶の種類
|
||||||
|
|
||||||
### コア記憶(MEMORY.md)
|
### コア記憶(MEMORY.md)
|
||||||
|
|||||||
@@ -5,6 +5,8 @@ description: CowAgent 的长期记忆系统 — 文件持久化、自动写入
|
|||||||
|
|
||||||
长期记忆保存在工作空间文件中,跨会话持久存在。Agent 在对话中通过检索工具按需加载历史记忆,也会在上下文裁剪时自动将对话摘要写入长期记忆。
|
长期记忆保存在工作空间文件中,跨会话持久存在。Agent 在对话中通过检索工具按需加载历史记忆,也会在上下文裁剪时自动将对话摘要写入长期记忆。
|
||||||
|
|
||||||
|
<img src="https://cdn.link-ai.tech/doc/memory-architecture-zh.jpeg" alt="Memory Architecture" />
|
||||||
|
|
||||||
## 记忆类型
|
## 记忆类型
|
||||||
|
|
||||||
### 核心记忆(MEMORY.md)
|
### 核心记忆(MEMORY.md)
|
||||||
|
|||||||
Reference in New Issue
Block a user