feat: add responses api, websocket support, and fast mode

This commit is contained in:
Game_Time
2026-03-23 15:41:42 +05:00
parent e96db19538
commit 8754203ec6
22 changed files with 2148 additions and 119 deletions

View File

@@ -11,12 +11,14 @@ dependencies = [
"blinker==1.9.0",
"certifi==2025.8.3",
"flask==3.1.1",
"flask-sock==0.7.0",
"idna==3.10",
"itsdangerous==2.2.0",
"jinja2==3.1.6",
"markupsafe==3.0.2",
"requests==2.32.5",
"urllib3==2.5.0",
"websockets==15.0.1",
"werkzeug==3.1.3",
]