Files
ai-agent-book/chapter9/gaia-experience/QUICKSTART.md
T
liqiang b119135836
Build latest book artifacts / build (push) Canceled after 0s
dependency resolution / resolve (3.11) (push) Canceled after 0s
dependency resolution / resolve (3.13) (push) Canceled after 0s
deploy-pages / build (push) Canceled after 0s
deploy-pages / deploy (push) Canceled after 0s
i18n consistency check / check (push) Canceled after 0s
provider adoption tests / test (chapter2/context-compression) (push) Canceled after 0s
provider adoption tests / test (chapter2/prompt-injection) (push) Canceled after 0s
provider adoption tests / test (chapter2/system-hint) (push) Canceled after 0s
provider adoption tests / test (chapter3/log-sanitization) (push) Canceled after 0s
web-search-agent tests / test (push) Canceled after 0s
web-search-agent tests / agentbook (push) Canceled after 0s
ai-agent-book 精选快照(<2MB 代码与文档,来自 github.com/bojieli/ai-agent-book)
2026-08-20 13:12:50 +00:00

20 lines
706 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.
# 快速开始
新版实验的默认入口不依赖 AWorld、向量数据库或 API Key
```bash
cd chapter8/gaia-experience
python demo_documents.py
python -m unittest -v test_experience_documents.py
```
生成的 Markdown 位于 `output/experience_documents/`。终端会打印“无经验、单轨迹摘要、跨轨迹知识文档”三组迁移指标。
若要采集真实 GAIA 轨迹,再安装 `requirements.txt``AWorld/` 所需依赖,配置 `env.template`,然后查看:
```bash
python run_with_experience.py --help
```
真实运行得到的轨迹必须先经过 GAIA 结果评分,并转换为 `README.md` 所示的 evaluated record,才能进入跨轨迹文档生成阶段。