stasis-rs 0.9.1

Durable AI orchestration framework with runtime jobs, lineage, and memory integration
1
2
3
4
5
6
pub mod agent;
pub mod llm;
pub mod memory;
pub mod persistence;
pub mod runtime;
pub mod telemetry;