跳转至

dsh-governance

类型 工作流 分类 工作流
星数 ⭐1 状态 ✅ 活跃
能力 security, workflow 更新时间 2026-08-13

📖 项目简介

The authority layer for agentic AI, as a DeepSeek Harness plugin. Everything in DeepSeek Harness is a plugin. This is the one that decides what your agents are allowed to do. Guardrails and safety classifiers ask "is this output harmful?" That is a property of the model. TapPass asks a different question: "is this agent allowed to do this, under our rules, right now?" That is a property of your business, and no model level tool can answer it, because the answer lives in your orga

✨ 核心特性

  • Business rules, not model safety. Write the rule once, in your language:
  • Authority is earned. The plugin ships in observe mode: from the first
  • Harness and model agnostic. The same rules that govern an agent here
  • EU hosted, EU AI Act ready.

📦 安装

# create a profile if you do not have one, then add the plugin
dsh plugin --profile default add @tappass/dsh-governance

# point it at your TapPass workspace
export TAPPASS_API_KEY="tp_dev_..."      # a TapPass developer key

# verify the layer without booting, then run
dsh --profile default --dump-config
dsh --profile default

🚀 快速开始

# $DSH_HOME/profiles/default/cordis.patch.yml
- tappass-governance:
    config:
      mode: enforce

🔗 链接