ralph-workflow 0.7.18

PROMPT-driven multi-agent orchestrator for git repos
Documentation
1
2
3
4
5
6
7
8
9
//! Event loop for reducer-based pipeline architecture.
//!
//! This module is now a re-export module for backward compatibility.
//! The actual implementation is in the `app::core` module.

// Re-export StatefulHandler from core
pub use crate::app::config::EventLoopConfig;
pub use crate::app::core::run_event_loop_with_handler;
pub use crate::app::core::StatefulHandler;