chore: update gitignore; feat: 新增customer_agent业务模块与api路由

This commit is contained in:
2026-09-11 11:02:15 +08:00
parent 5915319f9f
commit 2004b8fcf4
59 changed files with 3527 additions and 18 deletions
+5
View File
@@ -0,0 +1,5 @@
"""客服 Agent 领域层:会话编排、意图处理和响应策略。"""
package_name = "customer_agent"
__all__ = ["package_name"]