stasis-rs 0.6.1

Durable AI orchestration framework with runtime jobs, lineage, and memory integration
Documentation
1
2
3
4
5
6
7
8
9
pub mod noop;

#[cfg(feature = "otel")]
pub mod otel;

pub use noop::{NoopRuntimeTelemetry, NoopRuntimeTracing};

#[cfg(feature = "otel")]
pub use otel::OpenTelemetryTelemetry;