OpenViking
volcengine
Self-evolving Context Database for AI Agents. Unify Agent Memory, Knowledge RAG and Skills.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:NelsonLongxiang/dsh-prompt-templates
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
English | 中文
Quick prompt templates for DeepSeek Harness: global and per-session templates, a right-side browser panel, and a Python-backed SQLite persistence — one self-contained plugin, installable with dsh plugin.

dsh plugin --profile web add @nelsonlongxiang/dsh-prompt-templates
Restart dsh web, then look for the templates button in the composer tool row.
Requires uv on PATH — install bootstraps a package-local Python venv with uv sync; a machine without it fails loud with a one-line fix instead of a broken install. The plugin composes beside the stock webserver row and spawns its Python child from that venv.
src/ TypeScript plugin (host half + browser half)
index.ts Host: spawns the Python child, exposes the HTTP routes
client/ Browser: panel UI registered into shell.overlay and
conversation.input.right
python/ Python backend package (template domain only)
src/dsh_prompt_templates/
pyproject.toml models, store, JSON-RPC server, CLI
cordis.patch.yml Bundle patch: mounts the plugin row
The Python package carries only the prompt-template domain, extracted from the shared extension backend so the plugin stays minimal and self-contained.
pnpm install
pnpm verify # typecheck + Python backend tests (uv --group test)
pnpm build # tsc host + tsc client + tsdown browser bundle
node scripts/bootstrap.mjs # uv sync the package-local venv
MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: prompt-templates、prompts。