feat(watch,server): thread events over t3 websocket to the gateway hook, t3_answer for pending questions

This commit is contained in:
hh
2026-08-29 22:17:26 +02:00
parent d445dad57f
commit a98211b79f
11 changed files with 747 additions and 92 deletions
+1
View File
@@ -12,6 +12,7 @@ dependencies = [
"httpx>=0.28",
"pydantic>=2.13",
"pydantic-settings>=2.14",
"websockets>=15",
]
[project.scripts]