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

chore: stop tracking .devin agent config
13d7677

sourabh gupta commited on

docs(readme): richer architecture diagrams + Windows disclaimer
a29cad4

sourabh gupta commited on

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

sourabh gupta commited on

feat: update API routers, dashboard, graph panel, and gap table UI
477675d

sourabh gupta commited on

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

sourabh gupta commited on

docs: comprehensive README with run order; mine_gdelt_topics required
11cb3a7

sourabh gupta commited on

add: Docker deployment for HF Spaces demo
3da409a

sourabh gupta commited on

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

sourabh gupta commited on

refactor(web): simplify footer and typing indicator UI
349e6d3

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(web): Render agent markdown responses with customized tailwind classes
d72e9c0

sourabh gupta commited on

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

sourabh gupta commited on

docs(web): Trim welcome message and update illustrative examples
cd4d912

sourabh gupta commited on

feat(web): implement live interactive knowledge graph using react-force-graph
851e4b7

sourabh gupta commited on

feat(ops): add all-in-one start and stop orchestrator scripts for local development
032f23b

sourabh gupta commited on

feat(web): implement live multi-turn chat assistant with real-time tool badges
4fc0cbc

sourabh gupta commited on

feat(web): wire live opportunity score dashboard using recharts and api facade
e769f38

sourabh gupta commited on

style(web): sanitize codebase comments and labels to use clean and generic terms
75e25b4

sourabh gupta commited on

feat(web): scaffold Phase 10.0 React client application with Gartner brand design
a5d0f2e

sourabh gupta commited on

feat(api): implement FastAPI read-side layer with 4 endpoints and OpenAPI contract
6930676

sourabh gupta commited on

feat(agent): revert weight bar overrides, restore original illustrative queries, and print responses first
9ea0251

sourabh gupta commited on

feat(agent): implement end-to-end client demand sensing demo script
668371c

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