agentic-control-plane/dsh-acp-plugin3

@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 분석

核心用途是为智能体工具调用提供合规与安全策略审计。适合对安全要求极高、需要拦截敏感工具调用并记录审计日志的企业或个人用户。

패키지
@agenticcontrolplane/dsh
버전
0.1.3
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:agentic-control-plane/dsh-acp-plugin

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.