Expand description
Operation-type drift detection for Arbiter task sessions.
Tracks sequences of tool calls within a session, classifies each call by its operation type (read/write/delete/admin), and flags divergence when operation types fall outside the session’s declared scope.
Re-exports§
pub use classifier::OperationType;pub use classifier::classify_operation;pub use detector::AnomalyConfig;pub use detector::AnomalyDetector;pub use detector::AnomalyResponse;
Modules§
- classifier
- Tool call operation classifier.
- detector
- Behavioral anomaly detector.