benz-ai-x/dsh-research-graph 预览 preview

benz-ai-x/dsh-research-graph

--- description: "A DeepSeek Harness Web plugin for AI conversation graphs, research topics, and source-linked Knowledge Cards. Explore capabilities, check compatibility, and install the research workbench." kind: "package-bundle"

catalog descriptioncatalog 简介 / catalog description:DSH Research Graph · 研图 — DeepSeek Harness plugin for research topics, traceable knowledge cards, and reusable AI discussions.

Project Overview项目介绍

This is an open-source AI research workbench plugin for DeepSeek Harness (DSH). It organizes conversations into research topics and creates traceable knowledge cards, supporting branching, merging, knowledge extraction and result export. It is suitable for product research, technical research and ongoing knowledge management, and requires a compatible DSH Web environment to run.

这是DeepSeek Harness(DSH)的开源AI研究工作台插件,可整理对话为研究主题,生成可溯源知识卡片,支持对话分支合并、知识提取和结果导出。适用于产品研究、技术研究和持续性知识管理,需要对应版本的DSH Web环境才可安装使用。

Or use CLI install (for developers)或使用命令行安装(适合开发者)

CLI Install命令行安装

dsh plugin --profile web add @benz-ai-x/dsh-research-graph@0.1.5-rc.2.8

benz-ai-x/dsh-research-graph 加入你的 DSH 配置(web profile)即可启用。

READMEREADME


description: "A DeepSeek Harness Web plugin for AI conversation graphs, research topics, and source-linked Knowledge Cards. Explore capabilities, check compatibility, and install the research workbench." kind: "package-bundle"

DSH Research Graph

CI npm MIT

English | 简体中文

An independently maintained, open-source AI research workbench plugin for DeepSeek Harness (DSH), running inside DSH Web. Organize conversations into research topics and traceable Knowledge Cards for product research, technical research, and ongoing knowledge management.

Capability map

---
config:
  flowchart:
    nodeSpacing: 16
    rankSpacing: 32
---
flowchart LR
  G["DSH Research Graph"] --> O["Organize research"] & K["Capture knowledge"] & R["Extend research"]
  O --> O1["Cross-workspace topics"] & O2["Conversation graph<br/>Branches · Merges<br/>Subagent records"]
  K --> K1["History search<br/>Sources · Digests"] & K2["Knowledge Cards<br/>AI extraction · Review · Revisions"]
  R --> R1["Synthesis · Frozen materials"] & R2["Follow-up discussions<br/>Markdown export"]
  classDef brand fill:#2563eb,stroke:#2563eb,color:#fff
  classDef group fill:#eff6ff,stroke:#93c5fd,color:#1e3a8a
  classDef feature fill:#f8fafc,stroke:#cbd5e1,color:#0f172a
  class G brand
  class O,K,R group
  class O1,O2,K1,K2,R1,R2 feature

Workbench screenshot

Research workbench linking source discussions, Knowledge Cards, and follow-up research, with conclusions, revisions, and source links in the reader

Version 0.1.5-rc.2.8 with demo data. Click the image for the full-resolution screenshot.

Key capabilities

Capability What you can do
Research graph Organize discussions, inspect branches and merges; drag, collapse, and relayout
Source tracing Search discussion text and return to the exact original turns
Knowledge capture Save conclusions, conditions, and open questions; edit through new revisions
AI analysis Extract selected discussion and compare 2–3 materials; review before saving
Follow-up research Start from a historical turn or chosen card revision, retaining the materials used
Tasks and delivery Inspect existing subagent records and export Markdown research results

Key facts

Item Details
Plugin release 0.1.5-rc.2.8, npm next
Required Host DSH 0.1.5-rc.2 · Web, Node.js ^22.19.0 || >=24.0.0
Data Research records live on the DSH Host; working positions stay in the browser and Topic arrangements require explicit saving
Model calls Browsing, manual capture, and export make no model call; AI generation and new discussions use models on demand
Agent capabilities DSH provides models, tools, presets, and agent execution; this plugin includes no preset or Agent Team launcher. Details
Stack and license TypeScript · React · MIT

Quick start

Requires DSH 0.1.5-rc.2, with both dsh and pnpm on your PATH. Stop any running dsh web, then run:

dsh plugin --profile web add @benz-ai-x/dsh-research-graph@0.1.5-rc.2.8
dsh web

Open the login URL printed in the terminal, enter a non-blank Session, and select Research Graph: read a source → save knowledge → continue the discussion. See installation options if you run DSH through npx or from source.

Docs and support

User guide · Troubleshooting · Development and release · Release acceptance · Report an issue

上一个 Prev chicheng-peak 下一个 Next ai-search-dsh