File size: 204 Bytes
116524e
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
"""OpenClaw integration — convert session transcripts to ACE traces."""

from __future__ import annotations

from .to_trace import OpenClawToTraceStep

__all__ = [
    "OpenClawToTraceStep",
]