mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
docs(client): document web architecture
This commit is contained in:
+5
-9
@@ -304,8 +304,11 @@ const subsystemGroups = [
|
||||
]],
|
||||
['平台与接入', 'Platform and access', [
|
||||
['web-server.md', 'HTTP 服务器', 'HTTP server'],
|
||||
['typert.md', 'Typert', 'Typert'],
|
||||
['web-client.md', 'Web Client 架构', 'Web Client architecture'],
|
||||
['client-modules.md', '客户端模块', 'Client modules'],
|
||||
['slots.md', '客户端 Slots', 'Client slots'],
|
||||
['conversation.md', 'Conversation 组装', 'Conversation assembly'],
|
||||
['typert.md', 'Typert', 'Typert'],
|
||||
['storage.md', '存储', 'Storage'],
|
||||
['workspace.md', '工作区', 'Workspaces'],
|
||||
['settings.md', '用户设置', 'User settings'],
|
||||
@@ -344,6 +347,7 @@ const reference = [
|
||||
['docs/capability-seams.md', 'reference/capability-seams.md', '能力服务', 'Capability services', 2],
|
||||
['docs/agent-lifecycle.md', 'reference/agent-lifecycle.md', 'Agent 生命周期', 'Agent lifecycle', 3],
|
||||
['docs/tool-execution-pipeline.md', 'reference/tool-execution-pipeline.md', 'Tool 执行', 'Tool execution', 4],
|
||||
['docs/api-gateway.md', 'reference/api-gateway.md', 'API Gateway', 'API Gateway', 5],
|
||||
] as const).map(([source, route, rootLabel, enLabel, order]): PairedPage => ({
|
||||
source,
|
||||
route,
|
||||
@@ -404,14 +408,6 @@ const reference = [
|
||||
section: { root: '开发手册', en: 'Cookbook' },
|
||||
order,
|
||||
}))),
|
||||
...pairedPages([{
|
||||
source: 'docs/cookbook/adding-a-conversation-node.md',
|
||||
route: 'reference/cookbook/adding-a-conversation-node.md',
|
||||
label: { root: '新增 Conversation Node', en: 'Adding a Conversation Node' },
|
||||
sidebar: { root: 'zh-reference', en: 'en-reference' },
|
||||
section: { root: '开发手册', en: 'Cookbook' },
|
||||
order: 5,
|
||||
}]),
|
||||
]
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user