29 Commits (18d9f7c57cc5db197b036e7f0312694ead44b61e)

Author SHA1 Message Date
Priyanka Punukollu 10a8855180 fix: close routing gaps from Railway logs — prize/prise misspellings, how many shares, rental yield, salary raise comparison, capabilities query, full portfolio summary all route correctly 1 month ago
Priyanka Punukollu b749638fb8 fix: improve routing robustness — better keyword coverage for stock/property/retirement queries, improved LLM fallback prompt with examples and clearer market vs performance distinction 1 month ago
Priyanka Punukollu dbed673d92 feat: add LLM fallback classification — when keyword matching fails the LLM classifies intent using Haiku, handles any natural language phrasing without hardcoded keywords 1 month ago
Priyanka Punukollu 1c81e2af8c fix: route my-TICKER-stock queries to market_data — pattern check before portfolio check, typo corrections applied (APPL→AAPL) 1 month ago
Priyanka Punukollu 11618b0b56 fix: disambiguate share-of queries — my share of AAPL routes to portfolio holdings, share price of AAPL routes to market data 1 month ago
Priyanka Punukollu 453770ce00 perf: Haiku for simple queries, Sonnet for complex — portfolio/property/market queries now ~2s, strategy/life-decision ~10s 1 month ago
Priyanka Punukollu 4e0b14c57a fix: improve stock price query recognition — handle typos (APPL→AAPL), add share-of phrasing, add company name aliases for ticker extraction 1 month ago
Priyanka Punukollu 283c23e9aa fix: route stock price queries to market_data not portfolio_analysis 1 month ago
Priyanka Punukollu 47e8c34943 feat: UI polish, chat persistence, auth, parallel evals — 60/60 passing 1 month ago
Priyanka Punukollu 8a60e4d719 fix: resolve all eval failures — classifier now passes 267/267 tests at 100% 1 month ago
Priyanka Punukollu 4a67afead3 debug: add stdout print logs to classify_node for Railway visibility 1 month ago
Priyanka Punukollu effa4a217c fix: broaden context_followup detection in classify_node 1 month ago
Priyanka Punukollu cb3674314d fix: route 'total net worth' to property_net_worth not wealth_portfolio_summary 1 month ago
Priyanka Punukollu fa52271e5d feat: improve net worth response formatting with clear financial picture layout 1 month ago
Priyanka Punukollu edec30c9c3 feat: add conversational property onboarding flow 1 month ago
Priyanka Punukollu 0726b4e5f5 feat: extract user assumptions from strategy queries — appreciation, interval, years, price 1 month ago
Priyanka Punukollu 1879169f34 fix: update classifier prompt and routing map — all 9 tool categories now correctly routed 1 month ago
Priyanka Punukollu c87072965f fix: add execution handlers for all 5 new feature query types in graph.py 1 month ago
Priyanka Punukollu 591af17507 feat: add relocation runway calculator 1 month ago
Priyanka Punukollu dc048d5ef0 feat: complete property_tracker CRUD with SQLite — full agent access 1 month ago
Priyanka Punukollu 3072ea5b74 feat: add wealth_bridge tool — down payment power + global job offer COL calculator 1 month ago
Priyanka Punukollu e1bdb2fc88 feat(agent): complete showcase — real ACTRIS data, property tracker, 27 UI features 1 month ago
Priyanka Punukollu c639ecdae3 feat(real-estate): expand keyword triggers + bedroom/price filter 1 month ago
Priyanka Punukollu fac75947e9 feat: connect real-estate tool to LangGraph agent 1 month ago
Priyanka Punukollu 3aa078db3b fix: achieve 25/25 evals — robust criteria + health check routing 1 month ago
Priyanka Punukollu b7619dd562 fix: reduce citation spam — cite once per sentence not after every number 1 month ago
Priyanka Punukollu 5c6bda0ea4 feat(agent): add login page, live thinking steps, and UI polish 1 month ago
Priyanka Punukollu f9672042d3 Revert "feat: AI portfolio agent — LangGraph, 6 tools, golden sets, 60/60 evals" 1 month ago
Priyanka Punukollu a62faae8dd feat: AI portfolio agent — LangGraph, 6 tools, golden sets, 60/60 evals 1 month ago