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:
+52
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"experiment_id": "2-6",
|
||||
"protocol_version": "1.0.0",
|
||||
"frozen_on": "2026-07-30",
|
||||
"authority": "book/chapter2.md:767",
|
||||
"runtime": {
|
||||
"agent": "Claude Code",
|
||||
"model_alias": "sonnet",
|
||||
"official_skill_repository": "https://github.com/anthropics/skills.git",
|
||||
"official_skill_revision": "69c0b1a0674149f27b61b2635f935524b6add202",
|
||||
"skill_path": "skills/pptx",
|
||||
"revision_reason": "This is the official revision whose PPTX Skill contains the html2pptx.md workflow named by the manuscript; later revision 4e6907a packages that guide as html2pptx.tgz."
|
||||
},
|
||||
"paper": {
|
||||
"title": "Attention Is All You Need",
|
||||
"authors": "Ashish Vaswani et al.",
|
||||
"arxiv_id": "1706.03762",
|
||||
"pdf_url": "https://arxiv.org/pdf/1706.03762",
|
||||
"pdf_sha256": "bdfaa68d8984f0dc02beaca527b76f207d99b666d31d1da728ee0728182df697"
|
||||
},
|
||||
"output": {
|
||||
"minimum_slides": 10,
|
||||
"maximum_slides": 15,
|
||||
"required_sections": [
|
||||
"title",
|
||||
"problem/background",
|
||||
"method/Transformer architecture",
|
||||
"key results",
|
||||
"conclusion"
|
||||
],
|
||||
"minimum_paper_visuals": 3,
|
||||
"visual_policy": "At least three images must be extracted or cropped from the source PDF, embedded in the deck, and listed with PDF page and source label in source_visuals/manifest.json."
|
||||
},
|
||||
"progressive_disclosure_gates": [
|
||||
"Claude Code discovers only PPTX Skill metadata before selection",
|
||||
"Claude invokes the official pptx Skill and loads its complete SKILL.md",
|
||||
"Claude reads the complete official html2pptx.md only after selecting the Skill",
|
||||
"Claude uses the official scripts/html2pptx.js workflow",
|
||||
"Claude invokes the official scripts/thumbnail.py preview workflow and visually inspects the result"
|
||||
],
|
||||
"artifact_gates": [
|
||||
"the source PDF hash matches the preregistered academic paper",
|
||||
"the presentation is a valid ZIP/OOXML package and python-pptx reopens it",
|
||||
"slide count is between 10 and 15 inclusive",
|
||||
"the five required content sections are present",
|
||||
"three or more source visual files are byte-identical to media embedded in the PPTX",
|
||||
"each source visual has a PDF page, paper label, and caption in the visual manifest",
|
||||
"a full-deck thumbnail grid exists",
|
||||
"raw Claude Code stream events, actual model, usage/cost, commands, hashes, and credential scan are retained"
|
||||
],
|
||||
"claim_policy": "The bundled Python demo is a noncanonical mechanism illustration and cannot satisfy Experiment 2-6. Only a real Claude Code run with the pinned official Skill and real paper can complete this protocol."
|
||||
}
|
||||
Reference in New Issue
Block a user