AI Agent Hub
Back to plugins
dsh-statecore preview

dsh-statecore

Memory Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install yul761/dsh-statecore

Paste the following prompt into your AI chat to install this plugin:

To install this plugin in DeepSeek Harness, run dsh plugin install yul761/dsh-statecore; its open source repository address is https://github.com/yul761/dsh-statecore.

About this plugin

When working with DeepSeek Harness on complex projects, session context often fragments and is lost as conversations deepen. dsh-statecore addresses the pain points of "memory fragmentation" and "context loss," serving not just as a simple storage but as a native memory engine equipped with evidence chain tracking. Its core capability lies in its "native" nature; by automatically ingesting human and assistant messages without requiring model cooperation, it converts conversations into auditable facts. It also supports auto-injecting memory into the model's context and ensures no critical information is lost during session compaction via its digest mechanism. Paired with native tools like remember and why, it provides structured JSON output in Code Mode, significantly boosting the credibility of debugging and reasoning. It is particularly suitable for developers and teams who need to maintain context consistency over long projects, perform complex reasoning, or require audited sources of facts. By sharing a SQLite store, it seamlessly collaborates with MCP clients, enabling the AI to make decisions based on past facts in every interaction, thereby building more intelligent and reliable agent workflows.

Screenshots

Use Cases

  • Maintain long-term project context without loss, automatically summarize conversations into auditable facts, and support evidence chain tracing.
  • Keep consistent knowledge bases across multi-turn conversations, auto-inject historical memory to aid decision making.
  • Simulate human memory mechanisms to provide persistent fact storage and reasoning foundation for AI Agents.

Best For

  • Developers needing AI with long-term memory capabilities, teams focused on code audit and fact tracing, and users of DeepSeek Harness.
  • Engineers building complex Agent workflows and researchers requiring reliable context management.
  • Users prioritizing data privacy and wishing to deploy a memory engine locally.