lash-runtime 0.1.0-alpha.63

Durable agent runtime for Rust: sessions, turns, tools, plugins. Embeddable facade over lash-core.
Documentation
1
2
3
4
5
async fn check(core: lash::LashCore) {
    let _ = core.delete_session("session-id").await;
}

fn main() {}