ralph-workflow 0.7.18

PROMPT-driven multi-agent orchestrator for git repos
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Tests for state module.

#[cfg(test)]
mod tests {
    use super::*;
    use crate::checkpoint::state::{AgentConfigSnapshot, CheckpointParams, CliArgsSnapshot};

    include!("io_tests/core_state.rs");
    include!("io_tests/continuation_state.rs");
    include!("io_tests/xsd_retry_and_session.rs");
    include!("io_tests/fix_status.rs");
    include!("io_tests/consumer_signature.rs");
}