greentic-runner-host 1.1.5

Host runtime shim for Greentic runner: config, pack loading, activity handling
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "agentic-worker")]
pub mod agent_audit;
pub mod audit_event;
pub mod audit_sink;
mod model;
mod recorder;

pub use model::{TraceEnvelope, TraceError, TraceFlow, TraceHash, TracePack, TraceStep};
pub use recorder::{PackTraceInfo, TraceConfig, TraceContext, TraceMode, TraceRecorder};