RiemannRe3/DSH-RolePlay 预览 preview

RiemannRe3/DSH-RolePlay

DeepSeek Harness 的 Tavern 角色卡兼容与原生 Agent RolePlay 插件。

项目介绍Project Overview

DSH RolePlay 是一款 DSH 插件,可在原生 Session 中导入并游玩 Tavern Character Card V2/V3 角色卡。核心能力是直接读取 PNG 或 JSON 格式的角色卡,并在原生 Conversation 界面启动角色扮演。适用于希望通过 DSH 原生会话使用现有酒馆卡片进行角色扮演的用户。需注意:依赖 Node.js 24.13.1 至 24 版本,且 Windows 安装需使用 PowerShell 执行 pnpm 与 DSH CLI 命令。

DSH RolePlay is a DSH plugin that imports Tavern Character Card V2/V3 and launches roleplay inside native Sessions. Its core capability is parsing PNG or JSON character cards and starting a conversation directly in DSH's native interface. Use it when you want to play existing Tavern cards without leaving the DSH environment. Note that it requires Node.js version 24.13.1 to 24, and Windows installation must be performed via PowerShell using pnpm and the DSH CLI.

或使用命令行安装(适合开发者)Or use CLI install (for developers)

命令行安装CLI Install

npx @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web add $pluginPath

RiemannRe3/DSH-RolePlay 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

DSH RolePlay

在 DeepSeek Harness 的原生 Session 里游玩 Tavern 角色卡。

dsh-roleplay 是一个 DSH 插件,支持导入 Tavern Character Card V2/V3,并在原生 Conversation 中开始游玩。

DSH RolePlay 中的 Tavern 卡片与原生 Conversation

Windows 安装

需要 Node.js >=24.13.1 <25。先从 Releases 下载最新的 dsh-roleplay-*.tgz,然后打开 PowerShell:

npm install --global pnpm@11

$pluginPath = 'C:\Downloads\dsh-roleplay-<version>.tgz'
npx @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web add $pluginPath
npx @deepseek-ai/dsh@0.1.1-rc.2 web

启动后打开 http://127.0.0.1:3080,在 DSH 设置中配置模型和 API Key,再进入“酒馆”导入 PNG/JSON 角色卡。

停止运行:在 PowerShell 中按 Ctrl+C

如果使用 DSH Desktop,请在托盘菜单打开 DSH Terminal,执行同样的安装命令,然后重启 DSH Desktop。

License

第一方代码使用 MIT License

上一个 Prev DSH-Subagent-Model-Router 下一个 Next dsh-prompt-manager