mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
core.md doubled as the folder index: its intro claimed "this folder catalogs the data structures" and carried the 38-row page table, wording that predates the one-page-per-subsystem shape where every page also carries its generated Cordis surface. The folder index now lives in docs/subsystems/README.md (page table plus the type-equiv note), and core.md is one subsystem page among siblings: the spine vocabulary. Structural referents move with it: the docs/AGENTS.md tier table and update rule, development.md's type-equiv pointer, the dsh-code-review skill, the two owning catalog Agent Notes, and website/docs.ts (README projects as reference/subsystems/index.md and takes the docs/subsystems folder alias; sidebar orders shift by one). Remaining "data-structure catalog" / "sub-page" phrasing in active notes and READMEs is reworded to subsystem-page terms in both languages; touched pairs re-recorded; translation-prompt snapshot re-recorded (its example embeds development.md).
6.7 KiB
6.7 KiB
子系统
English | 中文
每个子系统一页,覆盖 DeepSeek Harness 的全部子系统:它是什么、它操作哪些数据结构,以及——当它由某个 ctx 服务或事件作用域支撑时——一段生成的 Cordis surface 小节,承载其服务与事件参考。本目录与 architecture.md 互补:后者描述跨子系统的行为(服务映射、会话/轮次/步骤生命周期、事件分类体系);这里的每一页是单个子系统词汇与接线的参考。
| 页面 | 负责内容 |
|---|---|
| core.md | 每个轮次都在使用的主干词汇——Message/ContentBlock、StreamChunk、SessionEvent、Agent 句柄、ToolDefinition、品牌化 id,以及 …Map → 派生联合 模式 |
| llm-streaming.md | StreamChunk 协议格式(wire format)+ 适配器契约(adapter contract)、BlockAssembler、LlmAdapter seam |
| token-meter.md | 不可变的标量与位置回放度量,附带已消费日志修订号 |
| scope.md | 作用域注册标识、dispatch 载体,以及拥有的 Scope 上下文 |
| typert.md | 远程调用描述符、lookup/Context 声明、TypeRT 注册表,以及 Host Gateway/Client API seam |
| goal.md | 持久 goal 标识、生命周期快照、激活、变更记录与 Round 归属 |
| commands.md | 人类命令 seam:定义、适配器发现、直接调用、结果与解析视图 |
| session.md | 完整的 SessionEventMap 变体目录、TurnTrigger/TurnEndReason、deriveMessages()、执行封闭与独立事件 |
| persistence.md | 持久性 seam:SessionPersistence、JSONL + SQLite 后端、session/flush、崩溃恢复、SessionHeader |
| settings.md | 用户设置 seam:SettingsNamespace 注册、分层解析(默认值 → 组合 base → 用户文档)、owner scope、热提交 |
| credentials.md | 凭据 seam:配置中的 CredentialRef 引用(绝不含值)、按操作解析、对 UI 安全的 CredentialInfo、provider 来源层 |
| session-query.md | 逻辑记录、有界精确事件读取、关系追踪、语义筛选器/文档与全文检索结果页 |
| session-title.md | 持久标题快照、来源 provenance 与异步提供方契约 |
| system-prompt.md | 逐次组装的上下文、工具提供方结果、提示词段落与协作式组装 |
| tools.md | ToolDefinition 完整字段、schema DSL、ToolExecution/ToolResult、工具展示 UI 类型,以及受保护的执行流水线 |
| user-interaction.md | UI 支持的人工问答 seam:AskUserQuestionRequest、answer/options 词汇、提供方 API、错误分类体系 |
| approval.md | 一次性用户审批 seam:ApprovalRequest、ApprovalOutcome、逐会话策略、审计与 answerer 契约 |
| bash.md | bash 执行器 seam:BashExecRequest/Spec、BashRunResult、后台 BashProcess 句柄 |
| subprocess.md | 子进程 seam:完全显式的 SubprocessSpawnSpec、基于偏移的输出读取器、不含分类的 SubprocessOutcome,以及受管 DSH_* 环境词汇 |
| pty.md | 持久化终端 ID、后端/会话契约、发送就绪状态、有界读取与 owner 可见快照 |
| sandbox.md | 每会话策略解析与进程约束 seam:文件效果模式、执行/提供方策略、ConfinedArgv、强制执行与故障关闭错误 |
| code-runtime.md | 代码执行 seam:CodeRunRequest/Result、绑定命名空间、捕获日志、CodeRunFailure 分类体系 |
| filesystem.md | 文件系统 seam:FsTarget、读/写/编辑结果、观测到的文件状态、FsErrorCode |
| lsp.md | LSP 导航 seam:LspQueryRequest/Result、LspProvider/Service、四种操作、LspError |
| skills.md | skill(技能)服务:发现优先级、SkillSummary/SkillDefinition、会话前缀目录、面向模型的 skill 加载 |
| compaction.md | 压缩(compaction)seam:compact/* 会话事件、CompactionResult、CompactService 接口 |
| subagent.md | subagent seam:命名提供方注册表、SubagentStartRequest/Result/Run、启动时与运行时能力拆分 |
| web.md | Web 访问 seam:WebSearchRequest/Result、WebFetchRequest/Result、WebFetchBody、提供方可用性、WebError |
| spill.md | spill 存储 seam:SaveTextSpill、SpillOwner/SpillSource、SpillRef、品牌类型 SpillLocator |
| workflow.md | 工作流 seam:WorkflowStartRequest、WorkflowMeta、WorkflowRun/Result、workflow/* 事件载荷、WorkflowError 致命性 |
| permission.md | 权限预设层:PresetSpec/PresetOption、派生的 custom 状态、仅记日志的 permission/preset 事件 |
| plan.md | 计划模式:仅记日志的 plan/mode 状态、待定选择的冲刷、PlanModeConfig、exit_plan_mode 审阅流程 |
| invariants.md | 运行时不变式注册表:选择配置 Config、InvariantInstaller/InvariantFailure、空配套插件契约 |
| http-server.md | HTTP 载体:WebRouteKind/WebRoute、匹配顺序、静态 dist 回退、index 转换 |
| storage.md | 存储子系统:后端 seam(StorageBackend)、StorageForms、DomainSpec/Domain、domain/changed |
| tui.md | 终端扩展 seam:TuiOverlayRequest/Host/Session、关闭原因与结果、模态队列 |
| workspace.md | 工作区注册表:Workspace/WorkspaceId、注册与解析、与会话 cwd 的关系 |
| client-modules.md | Web 插件表:dshClient 声明、WebBootGraph 线上组合、bundle 路由与 index 转换 |
| session-projection.md | 投影 seam:SessionProjectionMap、纯函数 ProjectionDefinition 单元、ProjectionSnapshot 的一致切面、变更馈送 |
| telemetry.md | 对外上报 seam:TelemetryRecord/TelemetrySeverity、TelemetryBackend 契约、telemetry/record 脱敏 waterfall |
这些页面上的类型声明及其 JSDoc 与源码等价,并由
pnpm run verify-type-equiv检查漂移(见 development.md)。普通块保留完整声明;public-api块保留去除实现体的公开 class 声明。Cordis 服务与事件使用每页生成的 Cordis surface 小节。