Merge remote-tracking branch 'origin/main' into codex/agent-first-git-platforms
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1440" height="860" viewBox="0 0 1440 860" role="img" aria-labelledby="title desc">
|
||||
<title id="title">DeepSeek Harness greet 请求调用图</title>
|
||||
<title id="title">一次 greet 请求会在已经启动的组件之间流转</title>
|
||||
<desc id="desc">用户请求进入已经启动的 Agent,模型调用 greet 工具并返回结果;SessionEvent 在下方记录事实,但不是调用链的下一跳。</desc>
|
||||
<defs>
|
||||
<style>
|
||||
@@ -21,7 +21,7 @@
|
||||
<marker id="arrow-gray" markerWidth="10" markerHeight="10" refX="8" refY="3" orient="auto" markerUnits="strokeWidth"><path d="M0,0 L0,6 L9,3 z" fill="#7a8c86"/></marker>
|
||||
</defs>
|
||||
<rect class="bg" width="1440" height="860" rx="32"/>
|
||||
<text class="title" x="64" y="64">一次 greet 请求:消息在已启动的组件之间怎样移动</text>
|
||||
<text class="title" x="64" y="64">一次 greet 请求会在已经启动的组件之间流转</text>
|
||||
<text class="subtitle" x="64" y="98">这是一张运行时调用图;Profile、Bundle 和 Fiber 装配已经完成。</text>
|
||||
|
||||
<rect class="box" x="58" y="168" width="180" height="106"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.4 KiB |
+2
-2
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1440" height="860" viewBox="0 0 1440 860" role="img" aria-labelledby="title desc">
|
||||
<title id="title">DeepSeek Harness 协议边界图</title>
|
||||
<title id="title">外部协议连接 Agent、工具和进程内插件</title>
|
||||
<desc id="desc">Web、ACP 和 SDK 从外部驱动 Agent;MCP 把外部工具接入 Tools;Cordis 位于 dsh 的 Node 进程内部,负责组件装配而不是远程通信。</desc>
|
||||
<defs>
|
||||
<style>
|
||||
@@ -21,7 +21,7 @@
|
||||
<marker id="arrow-orange-start" markerWidth="10" markerHeight="10" refX="1" refY="3" orient="auto" markerUnits="strokeWidth"><path d="M9,0 L9,6 L0,3 z" fill="#ca6715"/></marker>
|
||||
</defs>
|
||||
<rect class="bg" width="1440" height="860" rx="32"/>
|
||||
<text class="title" x="64" y="64">协议边界:谁从哪里接进 Harness</text>
|
||||
<text class="title" x="64" y="64">外部协议连接 Agent、工具和进程内插件</text>
|
||||
<text class="subtitle" x="64" y="98">先看进程边界,再看协议名称;Cordis 位于 dsh 进程内部,不是远程协议。</text>
|
||||
|
||||
<text class="small" x="62" y="150">dsh 进程外:驱动端</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
@@ -1,5 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="1440" height="860" viewBox="0 0 1440 860" role="img" aria-labelledby="title desc">
|
||||
<title id="title">DeepSeek Harness 启动装配图</title>
|
||||
<title id="title">启动装配会创建 Fiber 并等待服务依赖</title>
|
||||
<desc id="desc">Profile、Bundle 和 patch 先形成有效配置,Cordis Loader 再创建插件 Fiber;虚线表示服务依赖,不表示请求调用顺序。</desc>
|
||||
<defs>
|
||||
<style>
|
||||
@@ -21,7 +21,7 @@
|
||||
<marker id="arrow-orange" markerWidth="10" markerHeight="10" refX="8" refY="3" orient="auto" markerUnits="strokeWidth"><path d="M0,0 L0,6 L9,3 z" fill="#b17220"/></marker>
|
||||
</defs>
|
||||
<rect class="bg" width="1440" height="860" rx="32"/>
|
||||
<text class="title" x="64" y="64">启动装配:谁被创建、谁等待谁</text>
|
||||
<text class="title" x="64" y="64">启动装配会创建 Fiber 并等待服务依赖</text>
|
||||
<text class="subtitle" x="64" y="98">这是一张依赖和生命周期图,不是一次用户请求的调用顺序。</text>
|
||||
|
||||
<text class="small" x="66" y="143">第一步:多层配置合成最终插件清单</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
Reference in New Issue
Block a user