agtrace-runtime 0.7.1

Internal runtime orchestration for the agtrace CLI. Not intended for direct use.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod insights;
mod monitor;
mod projects;
mod sessions;
mod watch_service;
mod workspace;

pub use insights::InsightOps;
pub use monitor::{MonitorBuilder, StreamHandle, WorkspaceMonitor};
pub use projects::ProjectOps;
pub use sessions::{SessionFilter, SessionHandle, SessionOps};
pub use watch_service::WatchService;
pub use workspace::AgTrace;