feat(ca): Finalize v5 pipeline - Hybrid Matrix, CoT Enrichment & User Repair Mode

This commit is contained in:
2026-01-12 15:29:43 +00:00
parent 99b14a8ab0
commit 3dccfd2d2c
15 changed files with 547 additions and 1224 deletions

View File

@@ -27,6 +27,7 @@ export interface CompetitorCandidate {
confidence: number;
why: string;
evidence: Evidence[];
manual_urls?: string;
}
export interface ShortlistedCompetitor {