mentra 0.6.0

An agent runtime for tool-using LLM applications
Documentation
1
2
3
4
5
#[derive(Debug, Clone, Default, PartialEq, Eq)]
pub(crate) struct RecoveryOutcome {
    pub interrupted: bool,
    pub interrupted_run_id: Option<String>,
}