diff --git a/tools/replay.py b/tools/replay.py index 70c1a880..88842e93 100644 --- a/tools/replay.py +++ b/tools/replay.py @@ -33,6 +33,9 @@ import time import argparse from typing import Dict, List, Tuple +# Disable session recording for replay tool +os.environ["CAI_DISABLE_SESSION_RECORDING"] = "true" + # Add the parent directory to the path to import cai modules sys.path.append(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))