AI Skill Hub 强烈推荐:agent-governance-toolkit Agent工作流 是一款优质的AI工具。已获得 1.6k 颗 GitHub Star,AI 综合评分 8.2 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
专为AI Agent设计的开源治理框架,提供策略执行、零信任身份认证和安全执行等核心功能。帮助开发者构建可信、合规的AI工作流系统,适合关注AI安全和治理的开发团队。
agent-governance-toolkit Agent工作流 是一款基于 Python 开发的开源工具,专注于 AI安全、智能体治理、策略执行 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
专为AI Agent设计的开源治理框架,提供策略执行、零信任身份认证和安全执行等核心功能。帮助开发者构建可信、合规的AI工作流系统,适合关注AI安全和治理的开发团队。
agent-governance-toolkit Agent工作流 是一款基于 Python 开发的开源工具,专注于 AI安全、智能体治理、策略执行 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:pip 安装(推荐)
pip install agent-governance-toolkit
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install agent-governance-toolkit
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/microsoft/agent-governance-toolkit
cd agent-governance-toolkit
pip install -e .
# 验证安装
python -c "import agent_governance_toolkit; print('安装成功')"
# 命令行使用
agent-governance-toolkit --help
# 基本用法
agent-governance-toolkit input_file -o output_file
# Python 代码中调用
import agent_governance_toolkit
# 示例
result = agent_governance_toolkit.process("input")
print(result)
# agent-governance-toolkit 配置文件示例(config.yml) app: name: "agent-governance-toolkit" debug: false log_level: "INFO" # 运行时指定配置文件 agent-governance-toolkit --config config.yml # 或通过环境变量配置 export AGENT_GOVERNANCE_TOOLKIT_API_KEY="your-key" export AGENT_GOVERNANCE_TOOLKIT_OUTPUT_DIR="./output"
| Capability | Description |
|---|---|
| **MCP Security Gateway** | Tool poisoning detection, drift monitoring, typosquatting, hidden instruction scanning ([Spec](docs/specs/MCP-SECURITY-GATEWAY-1.0.md)) |
| **Shadow AI Discovery** | Find unregistered agents across processes, configs, and repos ([Discovery](agent-governance-python/agent-discovery/)) |
| **Governance Dashboard** | Real-time fleet visibility for health, trust, and compliance ([Dashboard](examples/demos/governance-dashboard/)) |
| **PromptDefense Evaluator** | 12-vector prompt injection audit ([Evaluator](agent-governance-python/agent-compliance/src/agent_compliance/prompt_defense.py)) |
| **Contributor Reputation** | PR/issue author screening for social engineering. Reusable GitHub Action ([Action](.github/actions/contributor-check/)) |
---
AZURE_CLIENT_ID, AZURE_TENANT_ID, AZURE_CLIENT_SECRET for Azure-integrated features---
| Language | Package | Command |
|---|---|---|
| **Python** | [agent-governance-toolkit](https://pypi.org/project/agent-governance-toolkit/) | pip install agent-governance-toolkit[full] |
| **TypeScript** | [@microsoft/agent-governance-sdk](agent-governance-typescript/) | npm install @microsoft/agent-governance-sdk |
| **Copilot CLI** | [@microsoft/agent-governance-copilot-cli](agent-governance-copilot-cli/) | npx @microsoft/agent-governance-copilot-cli install |
| **Claude Code** | [@microsoft/agent-governance-claude-code](agent-governance-claude-code/) | claude --plugin-dir ./agent-governance-claude-code |
| **OpenCode** | [@microsoft/agent-governance-opencode](agent-governance-opencode/) | npm install @microsoft/agent-governance-opencode |
| **.NET** | [Microsoft.AgentGovernance](https://www.nuget.org/packages/Microsoft.AgentGovernance) | dotnet add package Microsoft.AgentGovernance |
| **.NET MCP** | Microsoft.AgentGovernance.Extensions.ModelContextProtocol | dotnet add package Microsoft.AgentGovernance.Extensions.ModelContextProtocol |
| **Rust** | [agent-governance](https://crates.io/crates/agent-governance) | cargo add agent-governance |
| **Go** | [agent-governance-toolkit](agent-governance-golang/) | go get github.com/microsoft/agent-governance-toolkit/agent-governance-golang |
All five language SDKs implement core governance (policy, identity, trust, audit). Python has the full stack. Copilot CLI and Claude Code are first-party developer surfaces built on the TypeScript SDK. See Language Package Matrix for detailed per-language coverage.
<details> <summary><b>Python distributions (v4.1.0 — consolidated)</b></summary>
As of v4.1.0, 45 packages have been consolidated into 5 top-level distributions:
| Distribution | PyPI | What's included |
|---|---|---|
agent-governance-toolkit-core | [agent-governance-toolkit-core](https://pypi.org/project/agent-governance-toolkit-core/) | Policy engine, capability model, audit, MCP gateway, zero-trust identity, trust scoring, A2A/MCP/IATP bridges |
agent-governance-toolkit-runtime | [agent-governance-toolkit-runtime](https://pypi.org/project/agent-governance-toolkit-runtime/) | Privilege rings, saga orchestration, termination control, execution plan validation, command denylist enforcement |
agent-governance-toolkit-sre | [agent-governance-toolkit-sre](https://pypi.org/project/agent-governance-toolkit-sre/) | SLOs, error budgets, chaos engineering, circuit breakers |
agent-governance-toolkit-cli | [agent-governance-toolkit-cli](https://pypi.org/project/agent-governance-toolkit-cli/) | agt CLI, OWASP verification, integrity checks, policy linting |
agent-governance-toolkit[full] | [agent-governance-toolkit](https://pypi.org/project/agent-governance-toolkit/) | Meta-package installing all of the above |
Previous package names (agent-os-kernel, agentmesh-platform, agentmesh-runtime, agent-sre, agent-discovery, agent-hypervisor, agentmesh-marketplace, agentmesh-lightning) remain installable as stub packages that redirect to the consolidated distributions.
</details>
Prerequisites: Python 3.10+
pip install agent-governance-toolkit[full]
For Claude Code, add AGT as a plugin marketplace and install the governance plugin:
/plugin marketplace add microsoft/agent-governance-toolkit
/plugin install agt-governance@agent-governance-toolkit
Govern any tool function in two lines:
from agentmesh.governance import govern
safe_tool = govern(my_tool, policy="policy.yaml") # every call checked, logged, enforced
That's it. safe_tool evaluates your YAML policy on every call, logs the decision, and raises GovernanceDenied if the action is blocked.
```yaml
| Example | Framework | What it demonstrates |
|---|---|---|
| [openai-agents-governed](examples/openai-agents-governed) | OpenAI Agents SDK | Policy-gated tool calls with trust tiers |
| [crewai-governed](examples/crewai-governed) | CrewAI | Multi-agent governance with role-based policies |
| [smolagents-governed](examples/smolagents-governed) | HuggingFace smolagents | Lightweight agent governance |
| [maf-integration](examples/maf-integration) | MAF | Microsoft Agent Framework integration |
| [mcp-trust-verified-server](examples/mcp-trust-verified-server) | MCP | Trust-verified MCP server implementation |
| [cedarling-governed](examples/cedarling-governed) | Cedar/Cedarling | Janssen Cedarling policy engine integration |
| [governance-dashboard](examples/demos/governance-dashboard) | Streamlit | Real-time fleet visibility dashboard |
---
| Package | Description |
|---|---|
| [**Agent OS**](agent-governance-python/agent-os/) | Policy engine, agent lifecycle, governance gate |
| [**Agent Control Specification**](policy-engine/) ([README](policy-engine/README.md)) | Stateless, deterministic, fail-closed policy decision runtime (Rust core) backing the AGT policy layer |
| [**Agent Mesh**](agent-governance-python/agent-mesh/) | Agent discovery, routing, and trust mesh |
| [**Agent Runtime**](agent-governance-python/agent-runtime/) | Execution sandboxing with four privilege rings |
| [**Agent SRE**](agent-governance-python/agent-sre/) | Kill switch, SLO monitoring, chaos testing |
| [**Agent Compliance**](agent-governance-python/agent-compliance/) | OWASP verification, policy linting, integrity checks |
| [**Agent Marketplace**](agent-governance-python/agent-marketplace/) | Plugin governance and trust scoring |
| [**Agent Lightning**](agent-governance-python/agent-lightning/) | RL training governance with violation penalties |
| [**Agent Hypervisor**](agent-governance-python/agent-hypervisor/) | Execution audit, delta engine, in-memory commitment tracking, command denylist enforcement |
aiskill88点评:该项目填补AI Agent治理领域空白,架构完整,生态活跃,是构建可信AI系统的优选方案,适合企业级应用。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,agent-governance-toolkit Agent工作流 是一款质量优秀的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | agent-governance-toolkit |
| 原始描述 | 开源AI工作流:AI Agent Governance Toolkit — Policy enforcement, zero-trust identity, execution。⭐1.6k · Python |
| Topics | AI安全智能体治理策略执行零信任架构合规管理 |
| GitHub | https://github.com/microsoft/agent-governance-toolkit |
| License | MIT |
| 语言 | Python |
收录时间:2026-05-17 · 更新时间:2026-05-19 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。