DeepSeek Harness Plugin

openbkn-ai/bkn-dsh#openbkn-business-context

Stars ★ 2 Category Tools & Capabilities Added 2026-09-21 npm @openbkn/dsh-business-context

Business knowledge-network context for DeepSeek Harness: bind a session to an OpenBKN knowledge network, query its objects and metrics through managed MCP tools, and open trace-backed provenance (execution facts and a business graph) for each answer. Ships with the OpenBKN Runtime; the provenance views need an OpenBKN enterprise license.

Install

# from npm (prebuilt)

dsh plugin --profile web add @openbkn/dsh-business-context

# from a prebuilt release tarball

dsh plugin --profile web add "https://github.com/openbkn-ai/bkn-dsh/releases/download/openbkn-dsh-runtime-v0.1.6-alpha.2-openbkn.1/openbkn-dsh-business-context-0.1.5-rc.1.tgz"

# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)

dsh plugin --profile web add github:openbkn-ai/bkn-dsh#path:/packages/openbkn-business-context

Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time — pnpm blocks those until you allow them, so an install can stop with ERR_PNPM_GIT_DEP_PREPARE_NOT_ALLOWED or ERR_PNPM_IGNORED_BUILDS; dsh prints the exact key to add under allowBuilds in your profile’s pnpm-workspace.yaml, and the install works on the next run. Allowing a build is a trust decision: only install sources you trust, and pin a commit (github:owner/repo#sha).

README

中文

Bring governed enterprise business knowledge into DeepSeek Harness conversations.

Why bkn-dsh

General-purpose AI can reason fluently but often lacks the trusted business context required for real decisions. Enterprise knowledge is distributed across systems, rules, processes, metrics, and relationships, while access must remain consistent with the user's identity and permissions.

OpenBKN turns that fragmented knowledge into governed business knowledge networks. bkn-dsh makes those networks available where users already analyze and act: the DeepSeek Harness conversation experience.

What it does

bkn-dsh connects DeepSeek Harness to OpenBKN so an authorized user can:

  • sign in to OpenBKN without affecting local DSH work;
  • select a business knowledge network they are allowed to access;
  • analyze business questions within that network's objects, relationships, rules, and metrics;
  • keep each conversation scoped to one explicit business context;
  • inspect the business sources, execution trace, context graph, and evidence behind each result.

The integration is designed as an additive DSH plugin. It preserves the native DSH conversation experience while OpenBKN remains the authority for identity, permissions, business semantics, and traceable evidence.

Who it is for

  • Business users who need reliable analysis without learning query languages or platform APIs.
  • Analysts and decision makers who need to understand not only an answer, but also the business objects, relationships, indicators, and evidence behind it.
  • Enterprise AI platform teams that need governed knowledge access without exposing unrestricted data interfaces to users or models.
  • Knowledge network owners who want their curated business semantics to be used consistently in everyday AI workflows.

Business value

  • More accurate analysis — answers are grounded in explicit business semantics and current authorized data.
  • Safer enterprise adoption — users and models operate within the selected network and the platform's permission boundary.
  • Explainable decisions — every completed analysis can be traced to business context, execution facts, and available evidence.
  • Lower interaction cost — users ask business questions naturally instead of navigating multiple systems or writing technical queries.
  • Reusable organizational knowledge — governed knowledge networks become a shared decision layer across conversations and teams.

License

Apache License 2.0

Content from the project README on GitHub ↗

Links

More in this category

View the whole category →

Community comments

Comments are public GitHub Discussions. Loading them connects to GitHub and Giscus; a GitHub account is required to post.