Neutral PDP
Use AGT, LangChain, CrewAI, Bedrock, Vertex, OpenAI Agents, or custom PEPs against one managed policy decision plane.
Microsoft Agent Governance Toolkit in your code. MeshGuard running your fleet.

pip install meshguard-agtfrom meshguard_agt import configure_agt_with_meshguard
kernel = configure_agt_with_meshguard(
gateway_url="https://your-gateway.meshguard.app",
tenant_id="acme-corp",
agent_token="your-token",
features=["policy", "audit", "identity", "trust", "mcp"],
)AGT is the right in-process governance kernel for many teams. MeshGuard is the neutral control plane that makes those governed agents operable across vendors, clouds, tenants, and regulated environments.
MeshGuard does not compete with the agent framework. MeshGuard governs the fleet.
Start with AGT integration, then move local YAML policies into policy-as-code. For architecture and PEP/PDP boundaries, see AGT and MeshGuard architecture.