DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-cwl

Deterministic structured context eviction plugin for DeepSeek Harness long-horizon agent workflows.

Developer ToolsSecurity & Policy
0GitHub Stars0ForksUpdated2026-09-04

Install

$ dsh plugin --profile <name> add dsh-cwl # from npm

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-cwl implements the Context Window Lifecycle (CWL) paradigm for DeepSeek Harness. Instead of relying on LLM-based summarization compaction that risks hallucination and lossiness, it structures transcript events into typed exploration and action episodes with dependency edges, evicting completed or safe episodes deterministically when token pressure exceeds budget while keeping user messages intact.

Key Capabilities

  • Automatic episode inference separating exploration (read/search) and action (edit/write) tasks
  • Dependency graph tracking to link actions to related exploration episodes
  • Zero-LLM deterministic graduated context eviction under token pressure
  • Preservation of recent message tail and user inputs without loss
  • Provides the `cwl_recall` agent tool to inspect file paths from evicted episodes
  • Observability HTTP endpoints for eviction history and manual trigger testing

Useful For

  • Preventing context exhaustion during long-horizon coding or multi-step agent tasks
  • Reducing token consumption and LLM costs without losing causal chain history
  • Avoiding summarization latency and compression hallucination in large agent sessions

Who It Fits

  • DeepSeek Harness developers running extensive multi-turn automated workflows
  • Engineers optimizing token context usage and latency in agent applications

Documented Limitations

  • Requires DeepSeek Harness runtime with Cordis and compatible token metering peer dependencies
  • Eviction occurs based on token pressure thresholds (default 80% context budget) and is inert under budget

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

No automated security signals have been published yet.

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
kalifun/dsh-cwl
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
740a0cb · 2026-09-06

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
0GitHub stars
Forks
0
Open issues
0
Last commit
2026-09-04
Last release
No release detected
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app