ai-agent-book 精选快照(<2MB 代码与文档,来自 github.com/bojieli/ai-agent-book)
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
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
This commit is contained in:
+79
@@ -0,0 +1,79 @@
|
||||
__pycache__
|
||||
*.pyc
|
||||
node_modules
|
||||
results/
|
||||
.*
|
||||
!.github
|
||||
!.github/**
|
||||
!.gitignore
|
||||
!.env.example
|
||||
!.coderabbit.yaml
|
||||
*.log
|
||||
*.epub
|
||||
out/
|
||||
output/
|
||||
user-memory/data/
|
||||
document_store.json
|
||||
trajectory.json
|
||||
arena_data.json
|
||||
last_run.json
|
||||
*.wav
|
||||
*.mp3
|
||||
*.mp4
|
||||
|
||||
# MkDocs build output
|
||||
site/
|
||||
_web/
|
||||
|
||||
# Local-only prototype (the standalone demo of <agent-trajectory>).
|
||||
# Production usage embeds the component directly in book/chapterN.md.
|
||||
extras/agent-lab/demo.html
|
||||
|
||||
# Book build outputs (download from the rolling latest release instead)
|
||||
book*/AI-Agents-in-Depth-*.pdf
|
||||
book*/深入理解-AI-Agent-*.pdf
|
||||
|
||||
# Python packaging build artifacts (editable installs).
|
||||
# Anchored to the repository root: unanchored build/ and dist/ patterns would
|
||||
# also match vendored web bundles such as
|
||||
# chapter9/gaia-experience/AWorld/aworld/cmd/web/webui/dist/, whose assets are
|
||||
# tracked, and would silently drop newly generated files from commits.
|
||||
/agentbook.egg-info/
|
||||
/build/
|
||||
/dist/
|
||||
/.eggs/
|
||||
|
||||
# Experiment run outputs (chapter CLIs write these next to the script)
|
||||
task_result*.json
|
||||
ablation_results*.json
|
||||
ablation_study_report.md
|
||||
ablation_study_results.png
|
||||
|
||||
# External benchmark checkout used by Experiment 7-1; retained evidence lives
|
||||
# in chapter7/tau2-bench-eval instead.
|
||||
/chapter7/tau2-bench/
|
||||
|
||||
# Experiment 8-6 publishes full adapters to Hugging Face and retains their
|
||||
# hashes/configs in Git without duplicating the large binary blobs.
|
||||
/chapter8/speech-sft-experiment/validation/*/adapters/*/adapter_model.safetensors
|
||||
/chapter8/speech-sft-experiment/validation/*/adapters/*/tokenizer.json
|
||||
/chapter8/speech-sft-experiment/validation/*/adapters/*/tokenizer_config.json
|
||||
!/chapter8/speech-sft-experiment/validation/*/audio/**/*.wav
|
||||
/unsloth_compiled_cache/
|
||||
|
||||
# Canonical Chapter 7 evidence. Keep ad-hoc run outputs ignored while making
|
||||
# the renamed complete matrix and the bounded memory-policy campaign visible
|
||||
# to normal `git add` workflows.
|
||||
!/chapter7/user-memory-policy-eval/results/
|
||||
/chapter7/user-memory-policy-eval/results/*
|
||||
!/chapter7/user-memory-policy-eval/results/manifest.json
|
||||
!/chapter7/user-memory-policy-eval/results/policy_prefix_live.json
|
||||
|
||||
!/chapter7/user-memory-system-evaluation/results/
|
||||
/chapter7/user-memory-system-evaluation/results/*
|
||||
!/chapter7/user-memory-system-evaluation/results/full_7_11_60_case_matrix.json
|
||||
!/chapter7/user-memory-system-evaluation/results/live_7_11_matrix_layer1.json
|
||||
!/chapter7/user-memory-system-evaluation/results/checkpoints/
|
||||
/chapter7/user-memory-system-evaluation/results/checkpoints/*
|
||||
!/chapter7/user-memory-system-evaluation/results/checkpoints/7_11/
|
||||
!/chapter7/user-memory-system-evaluation/results/checkpoints/7_11/**
|
||||
Reference in New Issue
Block a user