Monitor AI agent behavior in real-time, detect anomalies, and enforce safety constraints.
Run the monitor against an agent log stream:
python3 scripts/monitor.py --config safety_rules.yaml --input agent_logs/
Agent Actions → Event Stream → Rule Engine → Alerts → Dashboard
↓
Anomaly Detector
↓
Auto-Pause/Kill
See references/rules-reference.md for the YAML schema.
Launch the monitoring dashboard:
python3 scripts/dashboard.py --port 8080
共 1 个版本