add notification logic for backend

This commit is contained in:
Yansong Zhang
2026-02-10 16:12:59 +08:00
parent 7dabc03a08
commit 63fb0ddde5
4 changed files with 175 additions and 1 deletions

View File

@ -39,6 +39,7 @@ from . import (
feature,
human_input_form,
init_validate,
notification,
ping,
setup,
spec,
@ -184,6 +185,7 @@ __all__ = [
"model_config",
"model_providers",
"models",
"notification",
"oauth",
"oauth_server",
"ops_trace",