The real-time monitoring interface for the FAIDD framework.
The CUI (CLI User Interface) provides a visual console for observing system activity and agent interactions. It serves as the primary observation point for human oversight during active missions.
- Live Event Stream: A real-time view of all operations undergoing verification.
- Violation Alerts: Instant visual notification when a security rule is triggered.
- System Integrity Status: Real-time verification of the audit ledger's cryptographic health.
The CUI console is implemented as a Terminal User Interface (TUI) using Rust and the ratatui library, ensuring high responsiveness and platform independence.