Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meshguard-agt

AGT integration adapter for MeshGuard, the neutral control plane for AI agent governance.

This package wires Microsoft Agent Governance Toolkit extension points to MeshGuard services:

  • MeshGuardPolicyBackend
  • MeshGuardAuditSink
  • MeshGuardIdentityProvider
  • MeshGuardTrustOracle
  • MeshGuardMCPGateway

Runtime adapters include retrying gateway calls, fail-open/fail-closed policy modes, stale decision cache fallback, durable audit WAL replay, and optional Prometheus metrics.

Install

pip install meshguard-agt

Configure

import os
from meshguard_agt import configure_agt_with_meshguard

kernel = configure_agt_with_meshguard(
    gateway_url="https://gateway.meshguard.app",
    tenant_id="acme-corp",
    agent_token=os.environ["MESHGUARD_AGENT_TOKEN"],
)

CLI

meshguard-agt doctor --gateway-url https://gateway.meshguard.app --tenant-id acme-corp
meshguard-agt decisions tail --gateway-url https://gateway.meshguard.app --tenant-id acme-corp

Development

python -m pip install -e ".[dev]"
pytest

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages