gitdataai/libs/room/src/service
ZhenYi 5b81e7d774 refactor(room): refactor AI service modules for cleaner separation
Simplify ai_streaming by delegating to ai_mode_streaming.
Extract sequence coordination into dedicated module.
Add worker pool management for concurrent AI task handling.
Refine ai_react_streaming for better delta chunk handling.
2026-04-30 19:16:23 +08:00
..
access.rs feat(room): store ordered streaming chunks + billing integration 2026-04-26 13:10:42 +08:00
ai_common.rs feat(room): store ordered streaming chunks + billing integration 2026-04-26 13:10:42 +08:00
ai_mode_dispatch.rs feat(room): add mode-dispatched AI service orchestration 2026-04-30 19:16:11 +08:00
ai_mode_streaming.rs feat(room): add mode-dispatched AI service orchestration 2026-04-30 19:16:11 +08:00
ai_nonstreaming.rs refactor(room): refactor AI service modules for cleaner separation 2026-04-30 19:16:23 +08:00
ai_react_nonstreaming.rs refactor(room): refactor AI service modules for cleaner separation 2026-04-30 19:16:23 +08:00
ai_react_streaming.rs refactor(room): refactor AI service modules for cleaner separation 2026-04-30 19:16:23 +08:00
ai_service.rs feat(room): add mode-dispatched AI service orchestration 2026-04-30 19:16:11 +08:00
ai_streaming.rs refactor(room): refactor AI service modules for cleaner separation 2026-04-30 19:16:23 +08:00
history.rs fix(room): include @user mentions in AI prompt context 2026-04-28 22:25:25 +08:00
mentions.rs feat(room): store ordered streaming chunks + billing integration 2026-04-26 13:10:42 +08:00
mod.rs refactor(room): refactor AI service modules for cleaner separation 2026-04-30 19:16:23 +08:00
notifications.rs feat(room): store ordered streaming chunks + billing integration 2026-04-26 13:10:42 +08:00
patterns.rs feat(room): store ordered streaming chunks + billing integration 2026-04-26 13:10:42 +08:00
sequence.rs refactor(room): refactor AI service modules for cleaner separation 2026-04-30 19:16:23 +08:00
workers.rs refactor(room): refactor AI service modules for cleaner separation 2026-04-30 19:16:23 +08:00