This commit is contained in:
2026-03-07 21:40:40 -05:00
parent 2f53f685a6
commit 6621362c37
4 changed files with 10 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
import time
import random
from typing import Any, Callable
import ai_client
from src import ai_client
class UserSimAgent:
def __init__(self, hook_client: Any, model: str = "gemini-2.5-flash-lite", enable_delays: bool = True) -> None: