01 7-agent adversarial council
Seven specialist agents compose per signal — Scout, Classifier, Editor, Forecaster, Devil's Advocate, Numerical Validator, and Trend-Context. Outputs are graded by a retrieval-verifier that cross-checks every claim against source text. Halves hallucination vs. vanilla chain-of-thought.
Frontier reasoning model · tool-use · structured evals · per-signal lineage 02 Completeness-proven ingest
54+ sources crawled via union-fetch (RSS + sitemap + BFS + push). Every source has a 5-minute completeness oracle with explicit SLO. Every fetch failure lands in a DLQ. Every signal carries full lineage. The product claim "if it was published, we saw it" is CI-enforced.
Push-first · oracle SLO · per-source cursors · S3 evidence archival 03 GraphRAG retrieval engine
Ask any question, get a cited answer in seconds. Classifier routes to bm25 + graph + vector retrieval, cross-encoder reranks, Bedrock summarizes with inline citations. Every answer links back to specific signals. Precision floor drops off-topic results before they reach the LLM.
Multi-path retrieval · cross-encoder rerank · citation validator · confidence scoring 04 Persistent entity graph
Self-healing entity resolution with auto-alias learning. Every signal pre-links to canonical entities at ingest. Entity-aware crawl prioritization boosts hot entities to 60-second sweep cadence. New entity proposals auto-spawn source discovery.
Entity linking · alias accumulation · hot-entity boost · self-healing proposals 05 Scored scheduling with backpressure
One scheduler loop, one scoring function, bounded concurrency. Every source's sweep cadence is derived from quality metrics, entity heat, watchlist membership, alert rules, and budget pressure. No source starves; no source monopolizes. Oracle catches any drift.
Quality-scored priority · per-host caps · starvation guard · budget-aware throttle 06 · anchor India-retail domain model
Tuned for the Indian retail landscape — Hindi/Tamil/Kannada/Marathi extraction, SEBI/MCA filing parsers, entity taxonomy covering 800+ Indian retail brands, formats, and regulators. No generalist system hits this target without a year of domain work.
Multilingual extraction · statutory filings · India-specific entity graph