Skip to content

dsh-ppt-bundle

Verified

@jimmaapacheorg/dsh-ppt-bundle · v0.1.0-rc.7 · MIT

Installable dsh profile bundle that mounts the model-facing PPT tools (ppt_extract_text, ppt_search_image, ppt_build)

Install

dsh plugin add @jimmaapacheorg/dsh-ppt-bundle

Confirm the layer applied with dsh --profile default --dump-config — see the install guide.

Source

Published to npm without a public repository. Inspect the package contents before installing.

Creators

Readme

@jimmaapacheorg/dsh-ppt-bundle

English | 中文

一个可安装的 dsh --profile 补丁层,把面向模型的 PPT 工具(@jimmaapacheorg/dsh-tool-ppt)挂载到任意 profile 上。包的实质是 cordis.patch.yml,由 profile 组装器通过 dsh.bundle.patch 清单字段解析;它自身不携带运行时 API。

功能

插入一个 tool-ppt 行,以出厂默认配置挂载 @jimmaapacheorg/dsh-tool-ppt

  • ppt_extract_text — PDF/Markdown → 提取文本
  • ppt_search_image — Wikimedia Commons 网络图片搜索
  • ppt_build — 结构化幻灯片规范 → 自包含 .pptx

安装

在检出或已发布包中:

dsh plugin --profile web add @jimmaapacheorg/dsh-ppt-bundle

或手动把该行加入 profile 的 cordis.patch.yml(补丁内容见本包 cordis.patch.yml)。

模型体验

间接地,经由插入的行:被挂载的 tool-ppt 包拥有全部面向模型的 schema 与结果;本包不贡献任何模型可见文本。

KV Cache 影响

无直接影响;插入行的包拥有其效果。

已知限制与待办

  • 补丁以默认配置挂载工具;各部署的边界(如 imageSearchMaxResults)通过在 profile 自己的补丁层覆盖该行 config 来设置。