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