Skip to content

cwbcheng/dsh-knowledge-graph

20Last commit Aug 14, 2026

dsh-knowledge-graph DSH plugin

dsh-knowledge-graph is a dynamic DeepSeek Harness Cordis plugin with Host and browser Client components. It extracts typed knowledge-graph nodes and relations from pasted text, then links graph nodes back to source paragraphs and source paragraphs to graph nodes.

How to install the dsh-knowledge-graph DSH plugin

Data source

Snapshot date: Aug 15, 2026

manifest-valid

What the dsh-knowledge-graph DSH plugin can do

  • Asynchronously extracts knowledge graphs from arbitrary source text using the configured default LLM.
  • Creates seven node types: facts, inferences, concepts, definitions, examples, counter-examples, and rules.
  • Creates six relation types: supports, example, counter_example, defines, infers, and causes.
  • Provides bidirectional navigation between graph nodes and original text paragraphs.
  • Renders an interactive SVG force-directed graph with pan, zoom, drag, keyboard access, and node source excerpts.
  • Splits long documents into batches and restores polling after refresh or reopening the workspace.
  • Stores up to 20 deduplicated local history entries in browser localStorage.
  • Shows diagnostics for unresolved anchors rather than guessing source offsets.

Where the dsh-knowledge-graph DSH plugin fits

  • Convert study notes into navigable knowledge graphs.
  • Explore concepts, evidence, definitions, and causal relationships in technical documentation.
  • Map chapters or reference material for writing and novel-development workflows.
  • Review long source text through linked graph and paragraph navigation.

Who the dsh-knowledge-graph DSH plugin is for

  • DeepSeek Harness Web users with Cordis plugin access.
  • Students and researchers organizing source materials.
  • Writers and knowledge workers analyzing long-form text.

dsh-knowledge-graph DSH plugin limitations

  • Requires DSH Web, Cordis plugin loading, and an available configured AI model provider.
  • Runs dynamically in the DSH process and must be reinstalled after the process restarts.
  • Graph generation is asynchronous and is documented as taking approximately 15–40 seconds.
  • AI-provider data handling depends on the model provider configured in the user's DSH environment.
  • History is stored in browser localStorage and is limited to 20 entries.

Objective checks

These signals come from public metadata scans. They are not a security certification.

  • dependency counts

    package.json declares 0 runtime, 0 development, 1 peer, and 0 optional dependencies.

    info
  • dsh bundle declared

    package.json declares DSH bundle metadata.

    info
  • license declared

    GitHub reports the repository license as MIT.

    info
  • package manifest available

    A root package.json was captured and can be inspected by the registry.

    info
  • source available

    Public GitHub source metadata is available for this registry snapshot.

    info

dsh-knowledge-graph DSH plugin alternatives

dsh-knowledge-graph DSH plugin questions

What is the dsh-knowledge-graph DSH plugin?

dsh-knowledge-graph is a project included in the current DSH plugin snapshot. This page organizes repository metadata and reviewed notes, but you should still inspect the upstream repository before running it.

How do I install the dsh-knowledge-graph DSH plugin?

The current snapshot does not contain a reliable install command. Use the dsh-knowledge-graph repository README instead of guessing a command from the plugin name.

Which DSH profile does dsh-knowledge-graph use?

The current snapshot does not confirm a profile for dsh-knowledge-graph. Check its manifest and README so the plugin is not added to the wrong DSH profile.

Is dsh-knowledge-graph compatible with the current DSH release?

The source data does not include a verified compatibility matrix. Check recent commits, releases, and DSH breaking changes, then test in a profile you can roll back.

What should I do if dsh-knowledge-graph fails to load?

Check the install command, selected profile, dependency logs, and Cordis startup output first. Keep the exact error string, then compare it with this site's fix pages and upstream issues.

What are the closest alternatives to dsh-knowledge-graph?

Related plugins on this page come from the current snapshot and are only candidates. Compare capabilities, maintenance activity, installation method, and limitations before choosing one.