Real-time, offline compliance monitoring for AI agents in financial services.
AgentMonitor
. When enabled, it intercepts agent responses and evaluates them against all active rules before the data is batched for submission.
1. Enable Compliance
enableComplianceChecks: true
in your AgentMonitor configuration. This activates the engine.2. Agent Registration
fair_lending_monitoring: true
, when you register your agent.3. Track Agent Response
monitor.trackAgentResponse()
or an automated wrapper, the response content is passed to the engine.4. Rule Evaluation
5. Generate Compliance Result
ComplianceResult
object, detailing any violations, a calculated risk score, and whether the interaction requires manual review. This result is attached to the event data sent to the governance dashboard.Rule Development
category-specific-check
).Performance
Management