docs(update):更新Porject Caffeine系统开发指南文档

Signed-off-by: gzkoala <guohao@gitconomy.org>
This commit is contained in:
gzkoala
2026-03-08 19:59:30 +08:00
parent 7b664bb836
commit 3a437eb739
4 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@
SPDX-License-Identifier: MIT & CC-BY-SA-4.0
创建日期2026-03-01
更新日期2026-03-08
更新说明按照MCP的三大原语组件更新 Project Caffeine的系统架构图设计。
更新说明按照MCP的三大原语组件更新 Project Caffeine的系统架构图设计。
================================================================================
-->
<!-- Background: Solid White (强制兼容深色模式的白底) -->
@@ -75,7 +75,7 @@ SPDX-License-Identifier: MIT & CC-BY-SA-4.0
<!-- ========================================================================= -->
<g id="title-block" transform="translate(640, 50)">
<!-- 图表编号 -->
<text y="-30" text-anchor="middle" class="text-mono" font-size="12" fill="var(--c-neutral-gray)" letter-spacing="1">FIG-MCP-01</text>
<text y="-30" text-anchor="middle" class="text-mono" font-size="12" fill="var(--c-neutral-gray)" letter-spacing="1">FIG-01</text>
<!-- 主标题 -->
<text y="0" text-anchor="middle" class="text-title" font-size="24" fill="#000000">Project Caffeine 研报智能体 MCP 系统拓扑图</text>
<!-- 面包屑导航 -->

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@@ -1,7 +1,7 @@
<!--
================================================================================
图表名称MCP 系统逻辑架构与核心流转图 (MCP Logic Architecture & Core Flow)
文件命名figure03-mcp-logic-architecture.svg
文件命名figure02-mcp-logic-architecture.svg
用途:展示 Model Context Protocol (MCP) 在大语言模型宿主与外部工具系统之间的标准化交互机制与核心逻辑流。
版本v1.0.0
作者Gitconomy Research-郭晧
@@ -61,7 +61,7 @@ SPDX-License-Identifier: MIT & CC-BY-SA-4.0
<!-- 1. 标题块 (Title Block) -->
<!-- =========================================================================== -->
<g id="title-block" transform="translate(600, 40)">
<text y="-10" text-anchor="middle" class="font-mono title-id">FIG-MCP-03</text>
<text y="-10" text-anchor="middle" class="font-mono title-id">FIG-02</text>
<text y="20" text-anchor="middle" class="font-sans title-main">MCP 系统工作流逻辑示意图</text>
<text y="45" text-anchor="middle" class="font-mono title-sub">架构图 &gt; 智能体 MCP &gt; 工作流</text>
<line x1="-30" y1="60" x2="30" y2="60" stroke="var(--c-cloud-blue)" stroke-width="3" />

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -1,8 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 1200" width="100%" height="100%">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 970" width="100%" height="100%">
<!--
================================================================================
图表名称:个人级研究助手智能体 - 开发框架与技术栈架构图
文件命名:project-caffeine-tech-stack-framework.svg
文件命名:figure03-mcp-tech-stack-framework.svg
用途:展示从宿主端到三个核心 MCP Server 的底层技术栈、核心算法、Monorepo工程化及安全交互框架。
版本v2.0.0
作者Gitconomy Research-郭晧
@@ -60,7 +60,7 @@ SPDX-License-Identifier: MIT & CC-BY-SA-4.0
=========================================== -->
<g id="title-block" transform="translate(500, 40)">
<!-- 1. Figure ID -->
<text y="0" text-anchor="middle" class="font-mono text-bold" font-size="12" fill="var(--c-neutral-gray)" letter-spacing="1">FIGURE-02</text>
<text y="0" text-anchor="middle" class="font-mono text-bold" font-size="12" fill="var(--c-neutral-gray)" letter-spacing="1">FIGURE-03</text>
<!-- 2. Main Title -->
<text y="30" text-anchor="middle" class="font-sans text-bold" font-size="24" fill="#000000">Project Caffeine 开发框架与技术栈</text>
@@ -106,7 +106,7 @@ SPDX-License-Identifier: MIT & CC-BY-SA-4.0
<!-- 边界标签 -->
<rect x="80" y="-12" width="220" height="24" fill="#FFFFFF" />
<text x="90" y="4" class="font-mono text-bold" font-size="14" fill="var(--c-local-green)">📦 Monolithic MCP Server (Node.js)</text>
<text x="90" y="4" class="font-mono text-bold" font-size="14" fill="var(--c-local-green)">📦 Monolithic MCP Server</text>
</g>
<!-- 内部连接线条 (Data Flows) -->

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB