Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 520 Bytes

File metadata and controls

19 lines (13 loc) · 520 Bytes

meshguard-agt-typescript

TypeScript adapter for AGT-compatible MeshGuard policy enforcement.

This repo tracks parity with meshguard-agt for TypeScript agent runtimes.

Runtime Behavior

  • Retrying PDP requests with timeout cancellation.
  • Fail-closed or fail-open fallback when MeshGuard is unavailable.
  • Short-lived decision cache with stale-cache reuse on gateway loss.
  • Optional metrics sink hooks for decisions, cache lookups, latency, and failure modes.

Development

npm install
npm test