Initialize agent knowledge base

This commit is contained in:
wuyang
2026-07-08 10:56:12 +08:00
commit 47cea9ddc9
15 changed files with 808 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# Templates
这里放可复制的记录模板,用来保持知识库的写法一致。
| Template | Use |
| --- | --- |
| [concept-note](concept-note.md) | 新概念、新术语、新模式 |
| [project-brief](project-brief.md) | Agent 项目、原型、工程组件 |
| [experiment-note](experiment-note.md) | 假设验证、模型对比、策略实验 |
| [paper-note](paper-note.md) | 论文、文章、开源项目、课程资料 |
## Rule of Thumb
- 不确定的内容先放模板笔记。
- 有证据支撑后,再提炼进 `docs/`
- 模板里的空字段可以删,但不要删掉 `status` 和核心结论。