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

This commit is contained in:
2026-08-20 13:12:50 +00:00
commit b119135836
10275 changed files with 3284984 additions and 0 deletions
+54
View File
@@ -0,0 +1,54 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 360" width="1000" height="360" style="background:#ffffff">
<defs>
<marker id="arrow" markerWidth="10" markerHeight="8" refX="9" refY="4" orient="auto">
<path d="M0,0 L10,4 L0,8 Z" fill="#33434d"/>
</marker>
<style>
.t{font-family:Arial,'PingFang SC','Microsoft YaHei',sans-serif;fill:#26343c}
.h{font-size:20px;font-weight:700}
.s{font-size:15px;fill:#52636d}
.box{fill:#f5f7f8;stroke:#33434d;stroke-width:2}
.accent{fill:#e8f1f5;stroke:#2f617a;stroke-width:2}
.line{fill:none;stroke:#33434d;stroke-width:2;marker-end:url(#arrow)}
</style>
</defs>
<text x="500" y="28" text-anchor="middle" class="t h">Folyamatos fejlődés: a futási tapasztalattól az új Agent-verzióig</text>
<rect x="25" y="72" width="150" height="90" rx="8" class="box"/>
<text x="100" y="105" text-anchor="middle" class="t h" style="font-size:13.5px">Feladat végrehajtása</text>
<text x="100" text-anchor="middle" class="t s" y="127.33" style="font-size:11.5px">Interakció felhasználókkal,</text><text x="100" text-anchor="middle" class="t s" y="140.67" style="font-size:11.5px">környezettel, eszközökkel</text>
<rect x="205" y="72" width="150" height="90" rx="8" class="box"/>
<text x="280" y="105" text-anchor="middle" class="t h" style="font-size:13.5px">Trajektória rögzítése</text>
<text x="280" text-anchor="middle" class="t s" y="127.04" style="font-size:12px">Műveletek, eredmények,</text><text x="280" text-anchor="middle" class="t s" y="140.96" style="font-size:12px">visszajelzés</text>
<rect x="385" y="72" width="150" height="90" rx="8" class="accent"/>
<text x="460" y="105" text-anchor="middle" class="t h">Jelek képzése</text>
<text x="460" y="134" text-anchor="middle" class="t s" style="font-size:9.5px">Eredmény · Folyamat · Minőség</text>
<rect x="565" y="55" width="230" height="124" rx="8" class="accent"/>
<text x="680" y="84" text-anchor="middle" class="t h" style="font-size:16.5px">Jelölt frissítések előállítása</text>
<rect x="582" y="102" width="92" height="27" rx="5" fill="#ffffff" stroke="#66808e"/>
<rect x="686" y="102" width="92" height="27" rx="5" fill="#ffffff" stroke="#66808e"/>
<rect x="582" y="139" width="92" height="27" rx="5" fill="#ffffff" stroke="#66808e"/>
<rect x="686" y="139" width="92" height="27" rx="5" fill="#ffffff" stroke="#66808e"/>
<text x="628" y="121" text-anchor="middle" class="t s">Tudás</text>
<text x="732" y="121" text-anchor="middle" class="t s">Utasítások</text>
<text x="628" y="158" text-anchor="middle" class="t s">Programok</text>
<text x="732" y="158" text-anchor="middle" class="t s" style="font-size:13.5px">Paraméterek</text>
<rect x="825" y="72" width="150" height="90" rx="8" class="box"/>
<text x="900" y="105" text-anchor="middle" class="t h" style="font-size:14px">Ellenőrzés és kiadás</text>
<text x="900" text-anchor="middle" class="t s" y="126.17" style="font-size:13.5px">Regresszió, fokozatos</text><text x="900" text-anchor="middle" class="t s" y="141.83" style="font-size:13.5px">kiadás, visszaállítás</text>
<path d="M175 117 H203" class="line"/>
<path d="M355 117 H383" class="line"/>
<path d="M535 117 H563" class="line"/>
<path d="M795 117 H823" class="line"/>
<path d="M900 162 V238 H100 V164" class="line" stroke-dasharray="7 5"/>
<text x="500" y="265" text-anchor="middle" class="t h">Az új Agent belép a következő körbe</text>
<text x="500" y="294" text-anchor="middle" class="t s">Csak az a frissítés jelent folyamatos fejlődést, amely megváltoztatja a későbbi viselkedést és átmegy az ellenőrzésen</text>
<line x1="260" y1="318" x2="740" y2="318" stroke="#9aa8af" stroke-width="1"/>
</svg>

After

Width:  |  Height:  |  Size: 3.7 KiB