pub async fn auto_process(
output: &str,
ctx: CrateAutoProcessContext<'_>,
config: &RlmConfig,
host: &mut dyn RouterHost,
) -> Result<RlmResult, Error>Expand description
Process large output through the RLM iterative analysis loop.
pub async fn auto_process(
output: &str,
ctx: CrateAutoProcessContext<'_>,
config: &RlmConfig,
host: &mut dyn RouterHost,
) -> Result<RlmResult, Error>Process large output through the RLM iterative analysis loop.