DeepSeek Harness 知识库
DeepSeek Harness 是基于“一切皆插件”架构的开源 agent harness。插件组合让能力更灵活,但不会让 tool response、runtime state 或 agent conclusion 自动成为公司可复用的事实。

MAP
把 Harness composition 视为可运行系统,只把有证据的结论提交审核。
DeepSeek Harness 是基于“一切皆插件”架构的开源 agent harness。插件组合让能力更灵活,但不会让 tool response、runtime state 或 agent conclusion 自动成为公司可复用的事实。
Plugins、services、lifecycle wiring
创建、恢复、取消、返回结果
Shell、file、web、MCP、plugin capabilities
Owner、claim、evidence、freshness
01 · DeepSeek Harness 知识库
Cordis plugin composition
DeepSeek Harness 是基于“一切皆插件”架构的开源 agent harness。插件组合让能力更灵活,但不会让 tool response、runtime state 或 agent conclusion 自动成为公司可复用的事实。
| Layer | Owns | Boundary |
|---|---|---|
| Cordis composition | Plugins、services、lifecycle wiring | 运行时配置,不是已批准 policy |
| Agent lifecycle | 创建、恢复、取消、返回结果 | 执行历史,不是复用事实 |
| Tool surface | Shell、file、web、MCP、plugin capabilities | 出现 response 不等于结论已验证 |
| Reviewed record | Owner、claim、evidence、freshness | 只在 Change Request 审核后 canonical |
02 · DeepSeek Harness 知识库
developer preview with breaking changes
把 Harness composition 视为可运行系统,只把有证据的结论提交审核。
Plugin 是带 lifecycle 和 dependencies 的 executable code。
官方将产品标为 developer preview,并提示会有 compatibility-breaking changes。
Call 成功只证明收到 response,不证明解释正确。
Reviewed result 要写清责任人和有效条件。
03 · DeepSeek Harness 知识库
AGENTS.md, tools, configuration, and lifecycle documentation
DeepSeek Harness 知识库: Cordis plugin composition; developer preview with breaking changes; AGENTS.md, tools, configuration, and lifecycle documentation.
Cordis compositionPlugins、services、lifecycle wiring. 运行时配置,不是已批准 policyAgent lifecycle创建、恢复、取消、返回结果. 执行历史,不是复用事实Tool surfaceShell、file、web、MCP、plugin capabilities. 出现 response 不等于结论已验证Reviewed recordOwner、claim、evidence、freshness. 只在 Change Request 审核后 canonicalEVIDENCE
DeepSeek Harness 知识库: inspect the execution boundary
PLUGIN: Plugin 是带 lifecycle 和 dependencies 的 executable code。 PREVIEW: 官方将产品标为 developer preview,并提示会有 compatibility-breaking changes。 TOOL: Call 成功只证明收到 response,不证明解释正确。 RECORD: Reviewed result 要写清责任人和有效条件。
deepseek-harness_1Cordis composition: Plugins、services、lifecycle wiring; 运行时配置,不是已批准 policydeepseek-harness_2Agent lifecycle: 创建、恢复、取消、返回结果; 执行历史,不是复用事实deepseek-harness_3Tool surface: Shell、file、web、MCP、plugin capabilities; 出现 response 不等于结论已验证deepseek-harness_4Reviewed record: Owner、claim、evidence、freshness; 只在 Change Request 审核后 canonicalACCEPTANCE
DeepSeek Harness 知识库: execution is not acceptance
把 Harness composition 视为可运行系统,只把有证据的结论提交审核。
Plugin 是带 lifecycle 和 dependencies 的 executable code。
官方将产品标为 developer preview,并提示会有 compatibility-breaking changes。
Call 成功只证明收到 response,不证明解释正确。
Reviewed result 要写清责任人和有效条件。
PLACEMENT
DeepSeek Harness 知识库: keep context with its owner
Cordis composition owns Plugins、services、lifecycle wiring. Agent lifecycle owns 创建、恢复、取消、返回结果. Tool surface owns Shell、file、web、MCP、plugin capabilities. Reviewed record owns Owner、claim、evidence、freshness.
| Layer | Owns | Boundary |
|---|---|---|
| Cordis composition | Plugins、services、lifecycle wiring | 运行时配置,不是已批准 policy |
| Agent lifecycle | 创建、恢复、取消、返回结果 | 执行历史,不是复用事实 |
| Tool surface | Shell、file、web、MCP、plugin capabilities | 出现 response 不等于结论已验证 |
| Reviewed record | Owner、claim、evidence、freshness | 只在 Change Request 审核后 canonical |
FRESHNESS
DeepSeek Harness 知识库: record what can change
PLUGIN: Plugin 是带 lifecycle 和 dependencies 的 executable code。 PREVIEW: 官方将产品标为 developer preview,并提示会有 compatibility-breaking changes。 TOOL: Call 成功只证明收到 response,不证明解释正确。 RECORD: Reviewed result 要写清责任人和有效条件。
source_versionhttps://github.com/deepseek-ai/deepseek-harnessruntime_factCordis plugin composition | developer preview with breaking changes | AGENTS.md, tools, configuration, and lifecycle documentationreview_ownerAccountable human reviewernext_reviewA stated recheck boundaryFAQ
DeepSeek Harness 知识库: practical questions
把 Harness composition 视为可运行系统,只把有证据的结论提交审核。
插件配置会自动成为共享知识吗?
不会。它是可运行 setup;决策、证据、owner、复核时间必须单独保存。
Agent run 完成能证明结论吗?
不能。它提供 provenance;tests、source-system readback 和责任审核决定是否复用。
Developer preview 配置能 canonical 吗?
可以作为有版本、时效边界和验证点的 claim,不能当作永久保证。
MCP 让外部数据可信了吗?
没有。MCP 提供 capability,仍需保存 server identity 并验证 evidence。
NEXT
把 Harness composition 视为可运行系统,只把有证据的结论提交审核。
DeepSeek Harness 是基于“一切皆插件”架构的开源 agent harness。插件组合让能力更灵活,但不会让 tool response、runtime state 或 agent conclusion 自动成为公司可复用的事实。
