M25: expose provenance-aware knowledge statistics

This commit is contained in:
NuklearRabbit
2026-08-10 16:04:39 +02:00
parent 0935901f11
commit 90cc3cf378
22 changed files with 238 additions and 10 deletions
+5
View File
@@ -333,6 +333,11 @@ export interface KnowledgeHealth {
workspace: string;
collection: string;
document_count: number | null;
source_document_count: number;
reported_synced_document_count: number | null;
reported_failed_document_count: number | null;
last_sync_at: string | null;
statistics_state: "verified" | "sync_reported" | "not_reported";
}
export interface N8nWorkflowEvidence {