salvor 0.0.0

Durable execution runtime for AI agents in Rust: event-sourced runs, typed tool effects, crash-exact resume. This is the umbrella crate; the runtime currently ships as the salvor-* crates and the salvor binary.
Documentation
1
2
3
4
5
6
7
8
9
# salvor

A durable execution runtime for AI agents, in Rust. Event-sourced runs, typed
tool contracts with side-effect classification, crash-exact resume, and hard
budgets, deployed as a single static binary with an embedded store.

This is the umbrella crate. The runtime currently ships as the `salvor-*`
crates and the `salvor` binary; a future release re-exports the public surface
from here.