Files
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

49 lines
3.5 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 470" width="1000" height="470" 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="30" text-anchor="middle" class="t h">線上執行與離線進化:正式版本不在執行中直接改寫</text>
<rect x="28" y="80" width="944" height="118" rx="10" fill="#fafbfb" stroke="#7d8d96" stroke-width="1.5"/>
<text x="55" y="107" class="t h">線上執行迴圈</text>
<rect x="220" y="114" width="150" height="58" rx="7" class="box"/>
<rect x="425" y="114" width="150" height="58" rx="7" class="box"/>
<rect x="630" y="114" width="150" height="58" rx="7" class="box"/>
<text x="295" y="149" text-anchor="middle" class="t s">穩定版 Agent</text>
<text x="500" y="149" text-anchor="middle" class="t s">處理真實任務</text>
<text x="705" y="149" text-anchor="middle" class="t s">記錄軌跡與回饋</text>
<path d="M370 143 H423" class="line"/><path d="M575 143 H628" class="line"/>
<rect x="28" y="270" width="944" height="150" rx="10" fill="#f5f8fa" stroke="#2f617a" stroke-width="1.5"/>
<text x="55" y="298" class="t h">離線進化迴圈</text>
<rect x="107" y="323" width="150" height="62" rx="7" class="accent"/>
<rect x="307" y="323" width="150" height="62" rx="7" class="accent"/>
<rect x="507" y="323" width="150" height="62" rx="7" class="accent"/>
<rect x="707" y="323" width="170" height="62" rx="7" class="accent"/>
<text x="182" y="349" text-anchor="middle" class="t s">聚合與診斷</text><text x="182" y="371" text-anchor="middle" class="t s">尋找共同根因</text>
<text x="382" y="349" text-anchor="middle" class="t s">候選修改</text><text x="382" y="371" text-anchor="middle" class="t s">知識·指令·程序·參數</text>
<text x="582" y="349" text-anchor="middle" class="t s">迴歸與安全驗證</text><text x="582" y="371" text-anchor="middle" class="t s">保留舊能力</text>
<text x="792" y="349" text-anchor="middle" class="t s">灰度、監控與回溯</text><text x="792" y="371" text-anchor="middle" class="t s">晉升為新穩定版</text>
<path d="M257 354 H305" class="line"/><path d="M457 354 H505" class="line"/><path d="M657 354 H705" class="line"/>
<!-- 轨迹向下进入离线诊断,使用两层之间的独立通道。 -->
<path d="M705 172 V232 H182 V321" class="line" stroke-dasharray="7 5"/>
<rect x="374" y="220" width="140" height="24" rx="4" fill="#ffffff"/>
<text x="444" y="237" text-anchor="middle" class="t s">版本化經驗日誌</text>
<!-- 新版本从右侧外环返回稳定版 Agent,不与轨迹通道交叉或重叠。 -->
<path d="M877 354 H986 V56 H295 V112" class="line" stroke-dasharray="7 5"/>
<rect x="572" y="44" width="156" height="24" rx="4" fill="#ffffff"/>
<text x="650" y="61" text-anchor="middle" class="t s">通過驗證的新版本</text>
<text x="500" y="452" text-anchor="middle" class="t s">可信根:權限、稽核、驗證與回溯機制不由普通進化流程自行修改</text>
</svg>