establish websocket connection

This commit is contained in:
hjlarry
2025-07-17 15:36:50 +08:00
parent a4f421028c
commit 0d7d27ec0b
11 changed files with 2420 additions and 2122 deletions

View File

@ -57,6 +57,7 @@ def initialize_extensions(app: DifyApp):
ext_request_logging,
ext_sentry,
ext_set_secretkey,
ext_socketio,
ext_storage,
ext_timezone,
ext_warnings,
@ -85,6 +86,7 @@ def initialize_extensions(app: DifyApp):
ext_commands,
ext_otel,
ext_request_logging,
ext_socketio,
]
for ext in extensions:
short_name = ext.__name__.split(".")[-1]