def on_run_step()

in 3-ai-native-e2e-sample/backend/agents/literature.py [0:0]


    def on_run_step(self, step: RunStep) -> None:
        """Handle individual run steps."""
        logger.info(f"Run step type: {step.type}, Status: {step.status}")