qiuyiwu1989-star/dsh-yingnao ↗★ 0
dsh-yingnao
Yingnao (硬脑) plugin for DeepSeek Harness: let your agent govern a local disk — see what's still dark, search it, find what's related, and dispatch governance jobs that are reversible and cost-aware
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:qiuyiwu1989-star/dsh-yingnao说明文档
阅读完整 README ↗Configuration
- insert:
- id: yingnao
name: 'dsh-yingnao'
config:
endpoint: 'http://127.0.0.1:5050' # Yingnao's local index service
timeoutMs: 60000 # queries cross an SSH tunnel; can be slow
passthrough: true # false = don't register yingnao_call
allowGovern: true # false = yingnao_govern becomes read-only
YINGNAO_ENDPOINT overrides the endpoint if you'd rather not put it in config.