Commit d8119da
committed
Add Feishu channel implementation and refactor notification handling
- Introduced a new `FeishuChannel` class that extends `BaseChannel`, implementing methods for message handling and event processing.
- Added lifecycle management for the Feishu websocket channel in the FastAPI application.
- Removed deprecated `FeishuTools` and related notification handling, transitioning to a class-based approach for better encapsulation.
- Updated notification system to dynamically load channel handlers, enhancing modularity and maintainability.
- Refactored status handling in the frontend to accommodate new status definitions for scheduled runs.1 parent 99a73bb commit d8119da
17 files changed
Lines changed: 696 additions & 703 deletions
File tree
- openfox
- channels
- cli
- core
- interfaces
- notifys
- schemas
- tools
- utils
- web/src
- i18n/locales
- pages/index
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
0 commit comments