vantage / packages

Commit History

added config.py
b884c24

sourabh gupta commited on

feat(agent): rag_search returns structured JSON, agent synthesizes cited report
7b74d82

sourabh gupta commited on

Revert "fix(agent): pass topic keyword not meta-request to rag_search"
e7bdd0e

sourabh gupta commited on

fix(agent): pass topic keyword not meta-request to rag_search
c0c324e

sourabh gupta commited on

fix(agent): forbid multi-call rag_search loop per article
15a1cc6

sourabh gupta commited on

fix(agent,web): fix citation routing and sources rendering
0456e7e

sourabh gupta commited on

fix: replace BM25 coverage counting with reranker-based pipeline
25d9d16

sourabh gupta commited on

refactor(coverage): replace hybrid+rerank count with BM25-only keyword search
4122295

sourabh gupta commited on

feat(agent): surface momentum_percentile, label, coverage in trending_topics
1fe74dc

sourabh gupta commited on

feat(agent): remove scope guardrail from system prompt
d0fdbe8

sourabh gupta commited on

feat(agent): generic system prompt, 10s estimate_gap cap, scope guardrail
836e471

sourabh gupta commited on

fix(signals): guard zero baseline only on denominator
c20adad

sourabh gupta commited on

fix(topic_index): use query_points not search (client API)
537c6dd

sourabh gupta commited on

refactor(agent): semantic topic index, label-free gaps, decluttered prompt
cf55da0

sourabh gupta commited on

Add Langfuse observability via LangChain CallbackHandler
b7884a3

sourabh gupta commited on

feat(pipeline): RAG quality gate, live coverage, streaming API, recursion limit
c24f0b6

sourabh gupta commited on

fix(agent): prompt routing + determinism guard + gap table
b992818

sourabh gupta commited on

fix(agent): rank gaps by score, fuzzy topic filter, stream in web API
bb5095f

sourabh gupta commited on

feat(observability): INFO-level logging across all agent components
b8196ed

sourabh gupta commited on

feat(agent): fix broken tools, add coverage_lookup, rewrite system prompt
70ff794

sourabh gupta commited on

refactor(pipeline): metadata-driven coverage, per-topic scroll, pure gap fn
3c2c4aa

sourabh gupta commited on

feat(kg): COVERED_BY edges, wipe script, scroll_all, docs_for_topic
cf1f646

sourabh gupta commited on

feat(topics): mine 667 GDELT WB-taxonomy topics + orgs for 2026-06-14
c52d3b5

sourabh gupta commited on

refactor(signals): 180-day weekly horizon, negative velocity, no cache
f4ba966

sourabh gupta commited on

feat(gap): Phase 1 — Gap v2 (Demand×(1−Coverage)) + anchor-normalized signals
c49a258

sourabh gupta commited on

perf: block huggingface network checks on startup
80030b2

sourabh gupta commited on

feat(kb): Solid Gartner KB — cross-industry Wikidata seed, Wikidata-native relationships, 7-day signal cache
a82d0a6

sourabh gupta commited on

feat(agent): implement comprehensive logging and fix recursion loop
1743c95

sourabh gupta commited on

feat(agent): implement production-ready LangGraph ReAct agent
39afcd3

sourabh gupta commited on

feat(graph): implement lean Neo4j Knowledge Graph build with spaCy NER
cc01889

sourabh gupta commited on

feat(gap): implement ultra-lean GapScore engine and reporting
d365397

sourabh gupta commited on

feat(signals): implement csv-driven topic seeding and cache relocation
0118989

sourabh gupta commited on

feat(signals): implement external trends signals with cache-aside TTL
26d7a99

sourabh gupta commited on

feat(rag): implement cited RAG answer generation
ba8ab56

sourabh gupta commited on

feat(retrieval): implement hybrid search with cross-encoder reranking
dcc99a5

sourabh gupta commited on

feat(p2): implement data ingestion pipeline with dense and BM25 sparse vectors
6985a83

sourabh gupta commited on

fix(phase-1): switch pyproject.toml to setuptools.build_meta for compatibility
87bfd04

sourabh gupta commited on

feat(phase-1): bootstrap project scaffold and connectivity layer
72fa63d

sourabh gupta commited on