yukino-dsh
Yukino (Yukinoshita Yukino) standalone route plugin for DSH: session tree by workspace, task-done voice alerts, no context injection into DSH.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Sjkhx/yukinoDigital说明文档
阅读完整 README ↗配置
- 七积木选型(VAD/STT/LLM/TTS/Avatar/Persona/Memory)都在
yukino/configs/assistant.yaml;默认avatar.backend=2dlive、STT 走阿里云百炼、LLM 走 DeepSeek、TTS 走 GPT-SoVITS。 - 环境变量(
.env.local,已 gitignore):DEEPSEEK_API_KEY/DASHSCOPE_API_KEY/MEMORY_EMBEDDER_API_KEY。 - 项目背景注入:自行创建
yukino/log/project_context.md(gitignored,不随仓库分发),描述项目本身;会话开始注入雪乃上下文,保存后重开会话生效。 - 路径约定:脚本/配置已相对化;GPT-SoVITS 安装位置用
GPT_SOVITS_ROOT/GPT_SOVITS_PY覆盖。