feat: add NotificationType for Agent messages

This commit is contained in:
jxxghp
2026-04-02 19:13:05 +08:00
parent c4cfd70f7c
commit 1f526adbe7
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -276,6 +276,8 @@ class NotificationType(Enum):
Manual = "手动处理"
# 插件消息
Plugin = "插件"
# 智能体消息
Agent = "智能体"
# 其它消息
Other = "其它"