refactor: restructure channel gateway and chat module architecture

- Refactor channel adapters (feishu, telegram, local) with enhanced descriptor and config
- Restructure channel manager, service, types, and outbound messaging
- Simplify chat module by removing normalize.go and chat.go, consolidating into resolver and types
- Update router channel handlers and tests
- Sync swagger documentation
This commit is contained in:
BBQ
2026-02-06 20:22:37 +08:00
parent c3cfdc4096
commit a246b79a4f
42 changed files with 1683 additions and 1745 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ bun = "latest"
# pnpm for workspace management
pnpm = "10"
# Lima for macOS
lima = { version = "latest", platform = "darwin" }
lima = { version = "system", platform = "darwin" }
[task_config]
dir = "{{cwd}}"