TypeScript adapter for AGT-compatible MeshGuard policy enforcement.
This repo tracks parity with meshguard-agt for TypeScript agent runtimes.
- 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.
npm install
npm test