feat: health consistency agent — 4 data integrity checks, GET /health/consistency

This commit is contained in:
Accusys
2026-05-19 02:17:27 +08:00
parent c95de97762
commit 538eea6406
4 changed files with 355 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ pub mod config;
pub mod db;
pub mod embedding;
pub mod frame_cache;
pub mod health_agent;
pub mod identity;
pub mod ingestion;
pub mod llm;