agentic-control-plane/dsh-acp-plugin ↗★ 3
@agenticcontrolplane/dsh
DeepSeek Harness 的智能体控制面板插件,在工具调用运行前根据策略进行检查,并持久化记录准许原因。
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.