ディレクトリに戻る

dsh-liketavern

キュレーション掲載メンテナンス: 活発

amakurai/dsh-liketavern

DeepSeek Harness(dsh)を SillyTavern 風のロールプレイ用フロントエンドにするプラグイン。キャラクターカードやプロンプトプリセット、Lorebook、ペルソナ、BM25 長期記憶、ワールド状態の差分管理、操作のロールバックなどを dsh エージェント上で実現します。

GitHub で見る
$ dsh plugin --profile web add github:Amakurai/dsh-liketavern

109

スター

1

フォーク

TypeScript

言語

MIT

ライセンス

2026-08-19

作成日

2026-09-19

最終プッシュ

作者の根拠に基づく DSH プラグイン記録。SillyTavern 風ロールプレイ UIの導入、動作、制約をまとめています。

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

02DeepSeek 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 風ロールプレイ UIを提供します。実際の対応範囲は、このページの作者根拠と機能説明を確認してください。

どう導入しますか?

このページの作者による導入手順に従い、README にあるプロファイルとバージョン条件を守ってください。

有効化前に何を確認すべきですか?

制約と副作用を確認し、対象の DSH プロファイルで検証してください。

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。誤りを見つけた場合は、修正を送信してください。

🏆

dsh プラグイン おすすめ

最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。

DSH Plugins は DeepSeek Harness プラグインの独立したコミュニティ ディレクトリです。DeepSeek との提携・公認はありません。サードパーティ製プラグインはセキュリティ監査を受けていません。インストール前にソースコードをご確認ください。

DeepSeek Harnessの新着プラグインを毎週お届け。スパムはありません。