feat(ai): Copilot 事件消费者(订阅 health 事件触发风险评分刷新)

This commit is contained in:
iven
2026-05-12 22:00:47 +08:00
parent 95db4fe9ff
commit 44dcfbd5cb
4 changed files with 95 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ pub mod copilot;
pub mod dto;
pub mod entity;
pub mod error;
pub mod event;
pub mod handler;
pub mod knowledge;
pub mod module;