events系统大体完成

This commit is contained in:
UnCLAS-Prommer
2025-09-17 16:17:35 +08:00
parent 1260a11b78
commit 88eb5cd40d
3 changed files with 57 additions and 2 deletions

View File

@@ -67,6 +67,7 @@ class EventType(Enum):
ON_PLAN = "on_plan"
POST_LLM = "post_llm"
AFTER_LLM = "after_llm"
POST_SEND_PRE_PROCESS = "post_send_pre_process"
POST_SEND = "post_send"
AFTER_SEND = "after_send"
UNKNOWN = "unknown" # 未知事件类型