Use the env. variable in replay

Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
Víctor Mayoral Vilches 2025-06-09 16:42:56 +02:00
parent 182799f956
commit 71db60fb7c
1 changed files with 3 additions and 0 deletions

View File

@ -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__))))