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
+20
View File
@@ -0,0 +1,20 @@
# Experiments
这里记录 Agent 实验:prompt 对比、工具策略、记忆方案、评估方法、模型选择、架构变化。
## Experiment Log
| ID | Hypothesis | Status | Result | Link |
| --- | --- | --- | --- | --- |
| _TBD_ | _待补充_ | seed | _待补充_ | _待补充_ |
## Experiment Rules
- 每次实验只改变一个主要变量。
- 使用固定样本或明确记录样本来源。
- 先定义指标,再看结果。
- 记录失败实验,它们通常最有价值。
- 实验结论要写清楚适用边界。
新实验建议复制 [experiment-note](../templates/experiment-note.md)。