返回目录

dsh-liketavern

编辑精选维护状态: 活跃

amakurai/dsh-liketavern

把 dsh 网页端改造成 SillyTavern 风格的角色扮演前端:角色卡、提示词预设、设定集、人格、BM25 长期记忆、世界状态增量,以及对楼层操作的可回滚支持,全部跑在 dsh 智能体运行时之上。

前往 GitHub
$ dsh plugin --profile web add github:Amakurai/dsh-liketavern

109

星标

1

Fork

TypeScript

语言

MIT

许可证

2026-08-19

创建于

2026-09-19

最近推送

基于作者证据的 DSH 插件记录:SillyTavern 风格角色扮演界面,含安装方式、行为与限制。

DSH 适配

兼容

作者声明

安全审计

未审计

最后核验

2026-09-06

许可证

MIT

01它能帮你完成什么?

  • Turn dsh web into a SillyTavern-style roleplay frontend for DeepSeek Harness

    Character cards (V1/V2/V3 PNG/JSON), prompt presets, worldbooks, personas, regex scripts, BM25 long-term memory, world-state delta layers and rollback-able floor operations — all on the dsh agent runtime

    DeepSeek Harness (dsh) users who want a SillyTavern-compatible roleplay UI without standing up a separate frontend or messaging channel

  • Let a multi-step agent loop read and write memory and world state through model tools

    7 model tools (memory retrieve / write / update, worldbook read-by-entry, world-state update, asset list / read) callable on demand inside an agent loop

    Builders scripting dsh agents that need persistent, tool-driven memory and lorebook access during a roleplay session

02如何接入 DeepSeek Harness?

前置条件

  • Node.js ≥ 24
  • dsh CLI (0.1.2-rc.1) installed and `dsh web` run at least once (first run initializes the `web` profile)
  • `pnpm` on PATH (the `dsh plugin` command manages profile plugin deps internally through pnpm)

安装步骤

  1. 01

    Run `dsh plugin --profile web add github:Amakurai/dsh-liketavern` to install the bundle into the profile

    $ dsh plugin --profile web add github:Amakurai/dsh-liketavern

  2. 02

    Run `dsh web` — the patch takes effect after a restart

    $ dsh web

验证接入成功

  • Run `dsh plugin --profile web list --depth 0` to check the installed result

03DSH 适配与能力边界

DSH 适配兼容

Installed as a bundle patch into a dsh profile via `dsh plugin --profile web add github:Amakurai/dsh-liketavern`; dsh auto-appends its patch layer to the profile's bundles list and mounts the UI on the host's native slots.

  • Character cards (import / export)

    SillyTavern V1/V2/V3 character cards (PNG-embedded or JSON)character cards with multi-opening swipe, embedded worldbook, regex_scripts, and interaction cards rendered in a sandboxed iframe

  • BM25 long-term memory

    chat history and model-written entriesBM25 retrieval with time decay; idle-time async compaction when over capacity

    model can proactively read and write memory through tools; over-capacity triggers idle async compression
  • Worldbooks (lorebooks)

    global / character / session keywords and pinned entriesthree-level keyword-triggered lorebook plus a delta layer for in-story world-state changes and expiry

  • Rollback-able floor transactions (WAL)

    floor operations (regenerate / edit / rollback)WAL-based (floor number + sequence) writes with fork-prefix + reverse-WAL replay + child-session resume; sibling ‹ n/m › navigation

    memory and world-state writes go through WAL; rollback/regenerate/edit fork a branch session

04适合谁?何时不该用?

适合

  • DeepSeek Harness (dsh) users who want a SillyTavern-compatible roleplay UI without standing up a separate frontend or messaging channel
  • Builders scripting dsh agents that need persistent, tool-driven memory and lorebook access during a roleplay session

不适合

  • Only `temperature`, `maxTokens`, `stop` and the model-published "deep-thinking" tier actually reach the model; `top_p` and penalty coefficients are recorded in the panel but do not take effect.

05兼容性、维护与安全提示

  • Only `temperature`, `maxTokens`, `stop` and the model-published "deep-thinking" tier actually reach the model; `top_p` and penalty coefficients are recorded in the panel but do not take effect.
  • Session logs cannot be deleted: regenerate / rollback / edit fork a branch session and continue inside it, while the original session stays intact in the session list; same-floor branches navigate via the ‹ n/m › bar.
  • AI auto-reply cannot write into the host input box — the host input area has no plugin-writable API, so auto-reply results are only copied to the clipboard for manual paste.
2026-08-192026-09-05v0.1.10

MIT · actively maintained (latest release v0.1.10, 2026-09-05)

06常见问题

dsh-liketavern 能为 DeepSeek Harness 做什么?

它提供SillyTavern 风格角色扮演界面;具体支持范围以页面中的作者证据与能力说明为准。

如何安装?

按本页列出的作者安装步骤操作,并保留 README 声明的 profile 与版本要求。

启用前应检查什么?

先阅读限制与副作用,再在目标 DSH profile 中验证。

08数据与来源

  • 作者声明github.com51a8886e3d78…

    插件以**组合包(bundle)**形式安装进 profile。本包在 `package.json` 声明了 `dsh.bundle.patch`,安装后 `dsh` 会自动把它的 patch 层追加进 profile 的 bundles…

  • 作者声明github.com51a8886e3d78…

    体验上近乎 dsh 原生:提示词走宿主的 system-prompt 瀑布(稳定段对齐 DeepSeek 前缀缓存),楼层分支就是真实的 dsh 会话 fork,界面全部挂在宿主原生 slot 上、复用同一套 UI 原语与设计令牌,界面语言…

页面基于项目公开文档、仓库元数据和 DSH Plugins 的结构化解析生成;最后核验于 2026-09-06。发现错误?提交更正。

🏆

最佳 DeepSeek Harness 插件

从全目录挑出的 12 个值得优先安装的插件,覆盖各个分类。

DSH Plugins 是独立的 DeepSeek Harness 插件市场,与 DeepSeek 官方无关,也不代表官方背书。第三方插件未经安全审计,安装前请审查源码。

每周获取最新的 DeepSeek Harness 插件,绝不滥发。