Asaiuta/dsh-blackhole

Asaiuta★ 0TypeScript最后同步: 2026-08-15

在 GitHub 打开

README 摘要

dsh-blackhole English 简体中文 A DSH port of k0valik/pi-blackhole 's brief compiler (VCC conversation-compiler), wrapped in a dual-pipeline compaction engine. Drop-in replacement for the official @deepseek-ai/dsh-compaction-basic backend that routes inside the single summarize() hook: - OpenAI (or any provider with a configured Responses endpoint) — the official remote path: summarization is delegated to the model server via the Responses API compaction trigger (the same protocol Codex's remote compaction uses), and the opaque replacement history is persisted per session; - remote failure (no endpoint, missing key, timeout, protocol error) — by default the region is compiled locally by a deterministic VCC-style compiler (zero model calls, near-lossless (seq N) pointers back into the durable session log), with the native one-shot LLM summarizer available via fallbackMode: "llm" ; - every other provider — the local compiler, straight away, no network. Remote compaction branch ports algal/pi-openai-server-compaction (MIT). The local compiler is a port of pi-blackhole's brief.ts compiler (VCC conversation-compiler, MIT; rule lineage: lllyasviel/VCC → dsh-compaction-instant) — the different…

在 GitHub 查看完整 README →
Agent/智能体compactiondeepseekdshdsh-pluginllm-agentsvcc

分类