feat(gui): Add auto-scroll, blinking history, and reactive API events

This commit is contained in:
2026-02-25 00:41:45 -05:00
parent 3113e3c103
commit fb80ce8c5a
24 changed files with 575 additions and 172 deletions

View File

@@ -3,7 +3,7 @@ import random
import ai_client
class UserSimAgent:
def __init__(self, hook_client, model="gemini-2.0-flash"):
def __init__(self, hook_client, model="gemini-2.5-flash-lite"):
self.hook_client = hook_client
self.model = model
self.system_prompt = (