puremapping/dsh-plugin-reading-pipeline1

dsh-plugin-reading-pipeline

分章读书管线插件: epub 转换、原子写笔记、续读定位注入、本地跨书检索 (agent-reading-pipeline 的 DSH 二次开发)

AI Analysis

用于构建本地电子书阅读与笔记管线。适合有本地跨书检索、自动定位续读和原子化笔记记录需求的深度阅读与知识管理用户。

Package
dsh-plugin-reading-pipeline
Version
0.1.1
Last updated
Aug 14, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

3. 配置

agent.cordis.yml 挂载行 (preset 已内置, 只需改 projectRoot):

- id: reading-pipeline
  name: 'dsh-plugin-reading-pipeline'
  config:
    projectRoot: D:/reading                 # 必填: 读书项目根 (工具只允许读写其内路径)
    pythonBin:                              # 可选: python 可执行 (默认探测 python / py -3)
    pandocBin:                          # 可选: pandoc 可执行 (默认取 PANDOC_BIN 或 PATH)
    backlinkLimit: 10                   # 可选: 跨书检索默认最大命中数