ralph-workflow 0.7.18

PROMPT-driven multi-agent orchestrator for git repos
Documentation
1
2
3
4
5
6
//! Runtime boundary for reducer module.
//! This module contains OS-boundary code for the reducer handlers.

pub mod effects;

pub use effects::create_effect_result;