docs: 重构为 docs/zh/ + docs/en/ 子文件夹结构

- 拆分为 docs/zh/(中文) 和 docs/en/(英文)
- README 索引对应语言子文件夹
- 保留所有文档内容
This commit is contained in:
root
2026-04-14 13:25:53 +08:00
parent dd685485b5
commit 29d15707f5
18 changed files with 16 additions and 16 deletions

View File

@ -64,17 +64,17 @@ python trulymem_entry.py
## 文档索引
详细技术文档请参阅 [docs/](docs/) 目录:
详细技术文档请参阅 [docs/zh/](docs/zh/) 目录:
| 文档 | 内容 |
|------|------|
| [docs/architecture.md](docs/architecture.md) | 系统架构和技术设计 |
| [docs/quick_start.md](docs/quick_start.md) | 完整启动指南与配置说明 |
| [docs/memory.md](docs/memory.md) | 内部记忆工作机制 |
| [docs/persona.md](docs/persona.md) | 人设图机制 |
| [docs/working_memory.md](docs/working_memory.md) | 连续性任务处理机制 |
| [docs/api.md](docs/api.md) | 后端 API 接口(供扩展开发) |
| [docs/prompts.md](docs/prompts.md) | 提示词管理模块 |
| [docs/zh/architecture.md](docs/zh/architecture.md) | 系统架构和技术设计 |
| [docs/zh/quick_start.md](docs/zh/quick_start.md) | 完整启动指南与配置说明 |
| [docs/zh/memory.md](docs/zh/memory.md) | 内部记忆工作机制 |
| [docs/zh/persona.md](docs/zh/persona.md) | 人设图机制 |
| [docs/zh/working_memory.md](docs/zh/working_memory.md) | 连续性任务处理机制 |
| [docs/zh/api.md](docs/zh/api.md) | 后端 API 接口(供扩展开发) |
| [docs/zh/prompts.md](docs/zh/prompts.md) | 提示词管理模块 |
---

View File

@ -64,17 +64,17 @@ python trulymem_entry.py
## Documentation Index
Detailed technical documentation in the [docs_en/](docs_en/) directory:
Detailed technical documentation in the [docs/en/](docs/en/) directory:
| Document | Content |
|----------|---------|
| [docs_en/architecture.md](docs_en/architecture.md) | System architecture and technical design |
| [docs_en/quick_start.md](docs_en/quick_start.md) | Complete startup guide and configuration |
| [docs_en/memory.md](docs_en/memory.md) | Internal memory working mechanism |
| [docs_en/persona.md](docs_en/persona.md) | Persona Graph mechanism |
| [docs_en/working_memory.md](docs_en/working_memory.md) | Continuous task handling mechanism |
| [docs_en/api.md](docs_en/api.md) | BackendServer API (for extension development) |
| [docs_en/prompts.md](docs_en/prompts.md) | Prompt management module |
| [docs/en/architecture.md](docs/en/architecture.md) | System architecture and technical design |
| [docs/en/quick_start.md](docs/en/quick_start.md) | Complete startup guide and configuration |
| [docs/en/memory.md](docs/en/memory.md) | Internal memory working mechanism |
| [docs/en/persona.md](docs/en/persona.md) | Persona Graph mechanism |
| [docs/en/working_memory.md](docs/en/working_memory.md) | Continuous task handling mechanism |
| [docs/en/api.md](docs/en/api.md) | BackendServer API (for extension development) |
| [docs/en/prompts.md](docs/en/prompts.md) | Prompt management module |
---