ralph-workflow 0.7.18

PROMPT-driven multi-agent orchestrator for git repos
Documentation
1
2
3
4
5
6
7
8
9
10
//! Streaming I/O for agent output.
//!
//! This module provides streaming utilities for agent output.

mod error_extraction;

pub use error_extraction::{
    extract_error_identifier_from_logfile, extract_error_message_from_logfile,
    extract_session_id_from_logfile,
};