scd13150/dsh-cognition

scd13150★ 0JavaScript最后同步: 2026-08-15

在 GitHub 打开

A project memory for your DeepSeek Harness agent - constrain / observe / remember / verify, built on DSH native primitives.

README 摘要

DSNLE — A project memory for your DSH agent DSNLE gives your DeepSeek Harness agent a memory of your project . New tasks start with what you already did: edits from similar past tasks surface as precedents, out-of-scope edits get blocked, and knowledge keeps accumulating across sessions — enforced by DSH's native mechanisms (per-tool gates, kernel-level version guards, the skills knowledge layer, session event sourcing), not by prompt tricks. Honest status : a research prototype with a working implementation — 47 real-repo fixes verified by upstream test suites, a gold-free 20-task continuous run (20/20), 245 deterministic regression assertions — and openly documented boundaries (docs/research/). 中文 Quick start(3 steps) Requires: Node.js ≥ 22 + a running DeepSeek Harness. Then restart DSH (or open a new session) — the new session should show: - nle suggest / nle focus / nle mutate / nle select / nle guard … in your tools - nle-learned- and nle-reflections in your skill catalog Verify : run nle check (no args) in the new session — ok: true means installed. Other install modes / uninstall / troubleshooting - Keep your global default untouched: omit --set-default , then set the defaul…

在 GitHub 查看完整 README →
Agent/智能体agent-memorycoding-agentcognitiondeepseek-harnessdsh-pluginagentsearch

分类