agentic-control-plane/dsh-acp-plugin ↗★ 3
@agenticcontrolplane/dsh
Agentic Control Plane for DeepSeek Harness — check every tool call against your policies before it runs, and keep a durable record of what was allowed and why.
AI 分析
核心用途是为智能体工具调用提供合规与安全策略审计。适合对安全要求极高、需要拦截敏感工具调用并记录审计日志的企业或个人用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:agentic-control-plane/dsh-acp-pluginドキュメント
README 全文を読む ↗Configuration
Override the row in your profile's cordis.patch.yml:
- id: acp
name: @agenticcontrolplane/dsh
config:
governBase: https://govern.agenticcontrolplane.com # or your self-hosted gateway
agentTier: interactive # default: interactive when an approval service is mounted, background otherwise
timeoutMs: 4000
ACP_GOVERN_BASE, ACP_BEARER_TOKEN, ACP_AGENT_TIER, and ACP_SHADOW=off work as environment variables too.