yoza10635/dsh-argp
yoza10635★ 0TypeScriptLast synced: 2026-08-17
—
README excerpt
English 中文 ARGP — 0-LLM Deterministic Context Compaction for DeepSeek Harness ARGP ( A tomic R eference G raph P runing) is a third-party CompactionEngine for DeepSeek Harness (dsh) that compresses conversation context without any LLM calls : instead of rewriting history into a summary, it selectively forgets. - 0 LLM in the compression phase — pure graph rules, deterministic and convergent. - Selective forgetting, not rewriting — pruned content stays in the append-only session log and is retrievable via a built-in recall pruned tool. - Engine-agnostic seam — mounted as a drop-in replacement for compaction-basic through the standard CompactionEngine interface. Status: research/validation stage. The full pipeline (mount → prune → recall, transaction invariants) is validated on dsh 0.1.0-rc.6 with DeepSeek v4-flash (see Reproduce). Declarative production mounting (P4) is in progress. Why Summarizer-based compaction (e.g. compaction-basic ) rewrites history with an LLM at compression time: cost scales with context, information is lossy, and compression ratio is not controllable. ARGP takes the opposite route: dependencies are captured structurally while the conversation happens (a sma…
View full README on GitHub →Category
DeepSeek Harness: Everything is a Plugin.
★ 140,164
anywhere-labs/deepseek-harness-desktop为 DeepSeek Harness (DSH) 插件生态打造的现代化桌面端解决方案。万物皆「插件」,桌面本身也是「插件」。
★ 10,272
awesome-dsh-plugin/awesome-dsh-pluginA curated list of plugins for DeepSeek Harness (dsh) · DeepSeek Harness 插件精选列表
★ 6,371