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
20 lines
706 B
Markdown
20 lines
706 B
Markdown
# 快速开始
|
||
|
||
新版实验的默认入口不依赖 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,才能进入跨轨迹文档生成阶段。
|