dsh-plugin-verified-search
f0909172434
Verified current-source search workflow for DeepSeek Harness
PROJECT TOPICS
PROJECT README
English | 中文
A matter-aware legal workspace for DeepSeek Harness. It turns each Harness workspace into a focused environment for litigation, arbitration, investigations, contract review, due diligence, advisory work, and other legal matters.
[!IMPORTANT] This is a community plugin for the DeepSeek Harness developer preview. It has been tested with
@deepseek-ai/dsh 0.1.0-rc.6. Harness may introduce breaking changes before a stable release.
/goal and display live goals and todos in the Tasks tab.Chinese / English language preference immediately, including matter types, checklists, and file categories.| Component | Supported configuration |
|---|---|
| DeepSeek Harness | 0.1.0-rc.6 (verified) |
| Surface | Harness Web UI |
| Languages | English and Simplified Chinese |
| Distribution | GitHub DSH bundle with prebuilt client assets |
| Host platforms | Windows tested; host logic is Node.js-based |
Install the plugin into the standard Web profile:
dsh plugin --profile web add "github:ByronLeeeee/dsh-legal-dashboard#main"
dsh web
For a reproducible installation, replace main with a trusted commit SHA:
dsh plugin --profile web add "github:ByronLeeeee/dsh-legal-dashboard#<commit-sha>"
Only install Git dependencies whose source you trust. See the Harness guide on packaging and installing plugins.
dsh plugin --profile web remove dsh-legal-dashboard
dsh web and open http://localhost:3080/.Example prompts:
Review all matter files and identify disputed issues and missing evidence.
Prepare an evidence index with the source and purpose of proof for each item.
Draft a statement of claim and save it as Work Product/Statement of Claim.docx.
Run OCR on Evidence/Chat Records.pdf and save the reviewed result as Markdown.
/goal Complete matter review, drafting, and final delivery.
The main conversation can continue to use DeepSeek. OCR uses a separate OpenAI-compatible vision endpoint. Open Matter → Settings → OCR and configure:
https://api.openai.com/v1The API key is stored through the Harness credential service or read from DSH_LEGAL_OCR_API_KEY; it should not be committed to YAML. Leaving the Base URL or model empty disables external OCR.
Before external OCR sends any page image, Harness asks for explicit approval. OCR results are cached against the source file signature and reused only while current.
.legal-index; temporary OCR pages are written to .legal-ocr.Windows users may run desktop/启动律师工作台.cmd. The launcher reuses an existing service on port 3080 or starts its own hidden Harness process and opens an Edge app window. It only stops a service that it started itself.
Install dependencies and run the host-side syntax and behavior checks:
npm ci
npm run check
The current suite covers workspace containment, file walking and search, document operations, PDF/OCR workflows, matter profiling, and Harness tool registration. The prebuilt Web client is committed under lib/ for GitHub installation.
This project follows the rapid development of DeepSeek Harness. Compatibility fixes and narrowly scoped contributions are welcome through issues and pull requests.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。