"""OpenClaw integration — convert session transcripts to ACE traces.""" from __future__ import annotations from .to_trace import OpenClawToTraceStep __all__ = [ "OpenClawToTraceStep", ]