diff --git a/docs/en/intro/architecture.mdx b/docs/en/intro/architecture.mdx
index 3719df04..7de50bac 100644
--- a/docs/en/intro/architecture.mdx
+++ b/docs/en/intro/architecture.mdx
@@ -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:
-
+
| Module | Description |
| --- | --- |
diff --git a/docs/en/memory/index.mdx b/docs/en/memory/index.mdx
index b211787d..d54daf33 100644
--- a/docs/en/memory/index.mdx
+++ b/docs/en/memory/index.mdx
@@ -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.
+
+
## Memory Types
### Core Memory (MEMORY.md)
diff --git a/docs/intro/architecture.mdx b/docs/intro/architecture.mdx
index 785dd6f8..8ca806c0 100644
--- a/docs/intro/architecture.mdx
+++ b/docs/intro/architecture.mdx
@@ -9,7 +9,7 @@ CowAgent 2.0 从简单的聊天机器人全面升级为超级智能助理,采
CowAgent 的整体架构由以下核心模块组成:
-
+
| 模块 | 说明 |
| --- | --- |
diff --git a/docs/ja/intro/architecture.mdx b/docs/ja/intro/architecture.mdx
index 57ef30af..8ecf4a6f 100644
--- a/docs/ja/intro/architecture.mdx
+++ b/docs/ja/intro/architecture.mdx
@@ -9,7 +9,7 @@ CowAgent 2.0 は、シンプルなチャットボットから、自律的な思
CowAgent のアーキテクチャは以下のコアモジュールで構成されています:
-
+
| モジュール | 説明 |
| --- | --- |
diff --git a/docs/ja/memory/index.mdx b/docs/ja/memory/index.mdx
index 0a1ef80d..b83520e1 100644
--- a/docs/ja/memory/index.mdx
+++ b/docs/ja/memory/index.mdx
@@ -5,6 +5,8 @@ description: CowAgent の長期記憶システム — ファイル永続化、
長期記憶はワークスペースのファイルに保存され、セッション間で永続化されます。Agent は会話中に検索ツールを通じて過去の記憶をオンデマンドで読み込み、コンテキストのトリミング時に会話の要約を自動的に長期記憶に書き込みます。
+
+
## 記憶の種類
### コア記憶(MEMORY.md)
diff --git a/docs/memory/index.mdx b/docs/memory/index.mdx
index 68d9c0b9..cfcea5a7 100644
--- a/docs/memory/index.mdx
+++ b/docs/memory/index.mdx
@@ -5,6 +5,8 @@ description: CowAgent 的长期记忆系统 — 文件持久化、自动写入
长期记忆保存在工作空间文件中,跨会话持久存在。Agent 在对话中通过检索工具按需加载历史记忆,也会在上下文裁剪时自动将对话摘要写入长期记忆。
+
+
## 记忆类型
### 核心记忆(MEMORY.md)