DeepSeek Harnessのナレッジベース
DeepSeek Harnessはeverything-is-a-plugin architectureを中心にしたopen-source agent harnessです。Plugin compositionはcapabilityを柔軟にしますが、tool response、runtime state、agent conclusionを自動で再利用可能なfactにはしません。

MAP
Harness compositionは実行システムとして扱い、evidenceを持つ結論だけをreviewへ送る。
DeepSeek Harnessはeverything-is-a-plugin architectureを中心にしたopen-source agent harnessです。Plugin compositionはcapabilityを柔軟にしますが、tool response、runtime state、agent conclusionを自動で再利用可能なfactにはしません。
Plugins、services、lifecycle wiring
Create、resume、cancel、result return
Shell、file、web、MCP、plugin capabilities
Owner、claim、evidence、freshness
01 · DeepSeek Harnessのナレッジベース
Cordis plugin composition
DeepSeek Harnessはeverything-is-a-plugin architectureを中心にしたopen-source agent harnessです。Plugin compositionはcapabilityを柔軟にしますが、tool response、runtime state、agent conclusionを自動で再利用可能なfactにはしません。
| Layer | Owns | Boundary |
|---|---|---|
| Cordis composition | Plugins、services、lifecycle wiring | Runtime configurationでありapproved policyではない |
| Agent lifecycle | Create、resume、cancel、result return | Execution historyでありreusable truthではない |
| Tool surface | Shell、file、web、MCP、plugin capabilities | Responseがあってもconclusionは未検証 |
| Reviewed record | Owner、claim、evidence、freshness | Change Request review後だけcanonical |
02 · DeepSeek Harnessのナレッジベース
developer preview with breaking changes
Harness compositionは実行システムとして扱い、evidenceを持つ結論だけをreviewへ送る。
Pluginはlifecycleとdependenciesを持つexecutable codeです。
公式はdeveloper previewとし、compatibility-breaking changesを警告しています。
Successful 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. Runtime configurationでありapproved policyではないAgent lifecycleCreate、resume、cancel、result return. Execution historyでありreusable truthではないTool surfaceShell、file、web、MCP、plugin capabilities. Responseがあってもconclusionは未検証Reviewed recordOwner、claim、evidence、freshness. Change Request review後だけcanonicalEVIDENCE
DeepSeek Harnessのナレッジベース: inspect the execution boundary
PLUGIN: Pluginはlifecycleとdependenciesを持つexecutable codeです。 PREVIEW: 公式はdeveloper previewとし、compatibility-breaking changesを警告しています。 TOOL: Successful callはresponseを示すだけで解釈の正しさは示しません。 RECORD: Reviewed resultには責任者と有効条件が必要です。
deepseek-harness_1Cordis composition: Plugins、services、lifecycle wiring; Runtime configurationでありapproved policyではないdeepseek-harness_2Agent lifecycle: Create、resume、cancel、result return; Execution historyでありreusable truthではないdeepseek-harness_3Tool surface: Shell、file、web、MCP、plugin capabilities; Responseがあってもconclusionは未検証deepseek-harness_4Reviewed record: Owner、claim、evidence、freshness; Change Request review後だけcanonicalACCEPTANCE
DeepSeek Harnessのナレッジベース: execution is not acceptance
Harness compositionは実行システムとして扱い、evidenceを持つ結論だけをreviewへ送る。
Pluginはlifecycleとdependenciesを持つexecutable codeです。
公式はdeveloper previewとし、compatibility-breaking changesを警告しています。
Successful callはresponseを示すだけで解釈の正しさは示しません。
Reviewed resultには責任者と有効条件が必要です。
PLACEMENT
DeepSeek Harnessのナレッジベース: keep context with its owner
Cordis composition owns Plugins、services、lifecycle wiring. Agent lifecycle owns Create、resume、cancel、result return. 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 | Runtime configurationでありapproved policyではない |
| Agent lifecycle | Create、resume、cancel、result return | Execution historyでありreusable truthではない |
| Tool surface | Shell、file、web、MCP、plugin capabilities | Responseがあってもconclusionは未検証 |
| Reviewed record | Owner、claim、evidence、freshness | Change Request review後だけcanonical |
FRESHNESS
DeepSeek Harnessのナレッジベース: record what can change
PLUGIN: Pluginはlifecycleとdependenciesを持つexecutable codeです。 PREVIEW: 公式はdeveloper previewとし、compatibility-breaking changesを警告しています。 TOOL: Successful 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は実行システムとして扱い、evidenceを持つ結論だけをreviewへ送る。
Plugin configurationは共有知識になりますか?
なりません。Runnable setupです。decision、evidence、owner、recheck dateを別に残します。
Completed agent runは結論を証明しますか?
いいえ。Provenanceです。tests、source-system readback、accountable reviewで再利用を決めます。
Developer preview configurationはcanonicalにできますか?
Version、freshness boundary、verification pointを持つclaimとしてのみ扱えます。
MCPならexternal dataを信頼できますか?
できません。MCPはcapabilityであり、server identityとevidenceを確認します。
NEXT
Harness compositionは実行システムとして扱い、evidenceを持つ結論だけをreviewへ送る。
DeepSeek Harnessはeverything-is-a-plugin architectureを中心にしたopen-source agent harnessです。Plugin compositionはcapabilityを柔軟にしますが、tool response、runtime state、agent conclusionを自動で再利用可能なfactにはしません。
