qiaoy01/dsh-mission

qiaoy01★ 1JavaScript最后同步: 2026-08-22

在 GitHub 打开

DeekSeek Harness Mission Plugin

README 摘要

dsh-mission A long-horizon autonomous mission runtime for DeepSeek Harness — lets an agent drive a long-term objective over days: a cross-session, independently verifiable, replan-on-failure, crash-recoverable autonomous control loop. The dependency DAG is one of its driving mechanisms, not the runtime itself. English 中文 What it is dsh-mission is a pure-TypeScript cordis plugin for DeepSeek Harness that provides the long-horizon autonomous mission runtime dsh lacks: a durable, verifiable, crash-recoverable control loop that breaks a long-term objective into a dependency DAG of tasks and advances it autonomously — instead of finishing everything in one conversation. Core principle: agents propose, the environment adjudicates, the runtime commits. - Agent plans, executions, and claims are never authoritative ; - For every work item: task/report is a declaration about the environment (not authoritative); task/verify independently aligns the declaration with environment feedback (authoritative); - Workers cannot self-certify — only state changes that pass deterministic validation and commit atomically as a single session event are authoritative. Why dsh needs it What dsh already has Wh…

在 GitHub 查看完整 README →
Agent/智能体agentdeepseek-harnessdsh-pluginmission

分类