返回目錄

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 外掛,絕不濫發。