AI Agent Hub
Back to plugins
🤖

dsh-argp

Model Inference Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install yoza10635/dsh-argp

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

In DeepSeek Harness, install this plugin with the command dsh plugin install yoza10635/dsh-argp, or directly from the source at https://github.com/yoza10635/dsh-argp.

About this plugin

Traditional summarization-based compression in LLM inference often leads to high costs, information distortion, and unpredictable compression ratios due to LLM calls that rewrite history. dsh-argp offers a novel solution: zero-LLM-call context compression through atomic reference graph pruning. By analyzing logical chain dependency topologies in conversations, it selectively retains referenced content and removes isolated information, ensuring a deterministic, transparent process with precise compression ratios. This selective forgetting mechanism—rather than rewriting—significantly reduces inference costs, while built-in recall tools preserve information traceability.

The plugin's core strengths lie in its engine-agnostic interface and strict compression budget enforcement. As a third-party CompactionEngine for DeepSeek Harness, it seamlessly replaces default backends without relying on model-based history rewriting, achieving deterministic convergence during compression. Suitable for developers, researchers, and users managing ultra-long contexts under cost constraints, dsh-argp delivers stable performance in high-throughput scenarios or tasks requiring high information fidelity, making it an efficient choice for precise and economical context management.

Use Cases

  • Efficient compression of long conversation histories to reduce LLM inference costs
  • Context management scenarios requiring precise control over compression ratios
  • Implementing selective information forgetting with traceable recall in LLM inference

Best For

  • LLM application developers seeking efficient context management solutions
  • AI researchers focused on compression algorithms and model inference optimization
  • Engineers or data scientists needing low-cost processing of long contexts