Skip to main content

run_reflection_pass

Function run_reflection_pass 

Source
pub async fn run_reflection_pass(
    engine: &MnemoEngine,
    agent_id: &str,
) -> Result<ReflectionReport>
Expand description

Back-compat entry point — runs the reflection pass unconditionally (equivalent to run_reflection_pass_with_mode(_, _, Always, true)).