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

706 B
Raw Blame History

快速开始

新版实验的默认入口不依赖 AWorld、向量数据库或 API Key

cd chapter8/gaia-experience
python demo_documents.py
python -m unittest -v test_experience_documents.py

生成的 Markdown 位于 output/experience_documents/。终端会打印“无经验、单轨迹摘要、跨轨迹知识文档”三组迁移指标。

若要采集真实 GAIA 轨迹,再安装 requirements.txtAWorld/ 所需依赖,配置 env.template,然后查看:

python run_with_experience.py --help

真实运行得到的轨迹必须先经过 GAIA 结果评分,并转换为 README.md 所示的 evaluated record,才能进入跨轨迹文档生成阶段。