SnowRikka/dsh-llama-responses ↗★ 0
dsh-llama-responses
DeepSeek Harness plugin: run subagents on a local llama.cpp model via the OpenAI Responses (/v1/responses) protocol, with a subagent delegation skill
AI 분석
核心用途是接入本地 llama.cpp 模型运行子代理。适合需要在本地部署大模型并进行子代理任务委派的开发者或隐私敏感型用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:SnowRikka/dsh-llama-responses2. 配置 patch(`~/.dsh/profiles/
/cordis.patch.yml`)
## 配置项参考
| 字段 | 默认 | 说明 |
|---|---|---|
| baseURL | `http://127.0.0.1:8080/v1` | 适配器自动拼接 `/responses` |
| providerName | `llama-responses` | 注册到 `ctx.llm` 的路由名 |
| apiKeyEnv | `DSH_LOCAL_LLM_KEY` | 读该环境变量作 Bearer |
| models | qwen3.8-27b/64K | 模型目录(id 须与服务端一致) |
| defaultContextWindow | 65536 | 上下文窗口 |
| defaultMaxTokens | 8192 | 单请求输出上限 |
# 1. 配置树确认条目已启用(应显示 disabled: false)
dsh --profile web --dump-config | grep -A2 "id: tool-skill"