feat(ai): AnalysisService 核心编排 + PromptService + UsageService

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
iven
2026-04-25 13:57:23 +08:00
parent e0e4a7f9a1
commit 6d392ae2b5
5 changed files with 297 additions and 0 deletions

View File

@@ -4,5 +4,6 @@ pub mod error;
pub mod prompt;
pub mod provider;
pub mod sanitization;
pub mod service;
pub use error::{AiError, AiResult};