zsxian11/dsh-flywheel--packages-dsh-bundle0

@dsh-flywheel/dsh-bundle

Flywheel DSH bundle: Host plugins (store / lexical-sqlite / inject / index / window / tools) plus the Web settings card client half.

AI 분석

核心用途是提供基于 SQLite 的本地知识检索与会话上下文优化。适合需要对历史会话、本地文档进行高效检索,并避免 Agent 重复检索的用户。

패키지
@dsh-flywheel/dsh-bundle
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 9. 3.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zsxian11/dsh-flywheel#18da43afeaec4d3858e2fc67568601c588a0833b&path:packages/dsh-bundle

配置(schema = 设置页 = CLI JSON,禁止硬编码 K)

字段与默认值见 packages/core/src/config.tsDEFAULT_CONFIG;DSH 侧的 schemastery 镜像见 packages/dsh-bundle/src/config.ts。关键约束:

  • ftsK / hopExtra / vectorK 正整数;hop 只能是 1(v1 不开放多跳)。
  • maxChars 500–8000。
  • lexicalBackend 必须已挂载;v1 只挂载 sqlite-fts。选 elasticsearch 但未装 Provider 时保存被拒绝(fail loud),sqlite 检索不受损。
  • vectorBackend: off(默认)时热路径零 embedding;v1 不实现 ES / 云向量,接口与卡片字段已留位(P6/P7)。
  • 密钥走 role('secret'),不出现在 settings 读取响应。