feat: 优化飞书集成、知识库、Agent、工单管理及AI建议功能,统一前端对话字体样式并移除工单模板文件。

This commit is contained in:
zhaojie
2026-02-11 22:53:08 +08:00
parent f8f3738134
commit d0dd18342f
31 changed files with 1384 additions and 211 deletions

View File

@@ -29,6 +29,7 @@ class AgentState(Enum):
PLANNING = "planning"
EXECUTING = "executing"
LEARNING = "learning"
PROCESSING = "processing"
ERROR = "error"
class AgentCore: