Files
20250724-882ca434/RULES.md
2026-04-25 19:20:45 +08:00

30 lines
574 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# AI记忆技术演进
> AI 记忆技术演进研究展示页面
## 启动
- `python3 -m http.server 3724` — 端口 3724
## 技术栈
- HTML
## 目录结构
- `01-上下文窗口演进.md`
- `02-RAG技术演进.md`
- `03-持久记忆系统.md`
- `04-微调与对齐.md`
- `05-Agent记忆架构.md`
- `06-MCP与工具记忆.md`
- `07-注意力机制演进.md`
- `README.md`
- `index.html`
## 规则
- 开发端口 3724不要随意更改
- 保持现有技术栈HTML不要引入新框架
- 单文件或轻量项目,保持简洁,不要过度工程化