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
49 lines
4.0 KiB
XML
49 lines
4.0 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">Online execution and offline evolution: the released version is never rewritten while running</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">Online execution loop</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">Stable Agent</text>
|
|
<text x="500" y="149" text-anchor="middle" class="t s">Handles real tasks</text>
|
|
<text x="705" text-anchor="middle" class="t s" y="140.3" style="font-size:15px">Records trajectories</text><text x="705" text-anchor="middle" class="t s" y="157.7" style="font-size:15px">and feedback</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">Offline evolution loop</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" style="font-size:12px">Aggregate and diagnose</text><text x="182" y="371" text-anchor="middle" class="t s" style="font-size:11px">Find the shared root cause</text>
|
|
<text x="382" y="349" text-anchor="middle" class="t s">Candidate change</text><text x="382" text-anchor="middle" class="t s" y="364.04" style="font-size:12px">Knowledge · Instructions</text><text x="382" text-anchor="middle" class="t s" y="377.96" style="font-size:12px">· Programs · Parameters</text>
|
|
<text x="582" y="349" text-anchor="middle" class="t s" style="font-size:10px">Regression and safety checks</text><text x="582" y="371" text-anchor="middle" class="t s" style="font-size:11px">Preserve existing capability</text>
|
|
<text x="792" y="349" text-anchor="middle" class="t s" style="font-size:12.5px">Canary, monitoring, rollback</text><text x="792" y="371" text-anchor="middle" class="t s" style="font-size:10px">Promote to the new stable version</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" style="font-size:11px">Versioned experience log</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" style="font-size:14.5px">A verified new version</text>
|
|
|
|
<text x="500" y="452" text-anchor="middle" class="t s">Root of trust: permissions, audit, verification and rollback are not modified by the ordinary evolution loop</text>
|
|
</svg>
|