pub(crate) fn main() -> Result<(), Box<dyn Error>>Expand description
Entry point for the CHORUS agent binary.
It creates a data directory under /home/Tony/rust/projects/reset/CHORUS/data
(note the capitalised Tony matches the original path), initialises the
CHORUSAgent, and starts its run loop.