dsh-token-optimizer
开发工具 活跃维护

dsh-token-optimizer

Snow-ea/dsh-token-optimizer

提供确定性、可恢复的工具结果压缩能力,支持缓存感知压缩,适配常规工具调用流程,稳定压缩工具返回结果不丢失数据,在优化token占用的同时保障结果可回溯

1
Stars 标星
0
Forks 分支
1
Watchers 关注
0
Open Issues
TypeScript
主要语言
MIT
开源协议
119 KB
仓库大小
18 天前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:Snow-ea/dsh-token-optimizer
git clone https://github.com/Snow-ea/dsh-token-optimizer.git
git clone git@github.com:Snow-ea/dsh-token-optimizer.git
README.md main

dsh-token-optimizer

Deterministic, recoverable tool-result compression and cache-aware compaction for DeepSeek Harness 0.1.2-rc.1.

中文文档

What it does

  • Compresses large successful text tool results before they repeatedly enter the model context.
  • Compresses PTC sub-dispatch log copies without changing the complete structured values received by run_code programs.
  • Archives every lossy replacement and exposes retrieve_spill for exact, session-authorized recovery.
  • Provides a root-level BasicCompactionEngine adapter with a 62.5% default threshold while preserving DSH's cache-aware replay, branded Session API, and routed image accounting.
  • Adds a Web conversation dashboard through the split Conversation, Renderer, and Session client contracts.

Install

Install the 0.2.0 bundle into a DSH 0.1.2-rc.1 Web profile:

dsh plugin --profile web add dsh-token-optimizer@0.2.0

Restart the existing dsh web process after installation. The bundle enables recoverable tool-result compression, spill retrieval, projection, the Web dashboard, and the 62.5% automatic compaction engine across all four shipped agent modes. No user preset copy is required.

The root engine observes each agent's pressure and overflow lifecycle. In Standard, PTC, and Creator modes it runs before the isolated stock engine, so the surface is reduced at 62.5% and the stock 80% fallback has no second reduction to perform. Minimal mode has no preset compaction group and uses the root engine directly. The optional preset-cordis.yml fragment remains for deployments that deliberately want to replace a preset's isolated provider itself; do not edit shipped presets. Existing user-copied presets are not modified automatically and should be revalidated against the DSH 0.1.2-rc.1 composition before reuse.

Verify

pnpm install
pnpm run check
npm pack --dry-run

The current test suite covers deterministic compression, persistent recovery, session lineage authorization, compaction defaults, DSH projection behavior, and real tool-runtime integration.

Compatibility

dsh-token-optimizer DeepSeek Harness Status
0.1.9 0.1.1-rc.2 Previous stable plugin release
0.2.0 0.1.2-rc.1 Current release

0.2.0 removes the retired dsh-client-runtime dependency, uses the split Conversation/Renderer/Session client graph, folds projections through the on-demand Session log API, and handles PTC durable dispatch logs. See the compatibility research. The DSH packages remain optional peer dependencies so the profile runtime supplies the matching services.

License

MIT