4677 Commits (fd733c79c9ab5b113df0b157f4d85821e28c1ff2)
 

Author SHA1 Message Date
Priyanka Punukollu fd733c79c9 docs: fix tool count and tool name in AGENT_README — count matches actual implementation, market_data function name corrected 1 month ago
Priyanka Punukollu 1551e99607 docs: replace generated PRE_SEARCH.md with actual pre-search content — real planning document with note explaining how implementation evolved 1 month ago
Priyanka Punukollu 10ef61bab5 docs: add eval dataset README as open source contribution documentation 1 month ago
Priyanka Punukollu d5aeef7ee9 docs: align AGENT_README with final implementation — correct tool list, accurate open source description, honest verification notes 1 month ago
Priyanka Punukollu 0a6aea3ce1 docs: add pre-search document to repo — planning document from before development began, note added explaining how implementation evolved 1 month ago
Priyanka Punukollu ff6eceb6dc test: add latency bounds test for tool execution — documents that tools run in <5s, LLM synthesis latency is separate and documented 1 month ago
Priyanka Punukollu 364dacd80b fix: reduce latency — add warmup endpoint, document latency characteristics 1 month ago
Priyanka Punukollu 6ff1dae0e9 fix: accept both query and message field names in /chat endpoint — backwards compatible 1 month ago
Priyanka Punukollu b37356d3bb feat: add structured error tracking with context — logger, error_log store, metrics endpoint includes recent errors and stack traces 1 month ago
Priyanka Punukollu 7a76750cdd feat: add eval history storage with regression detection — saves every run to JSON, flags when pass rate drops 1 month ago
Priyanka Punukollu 8eb377a86c fix: add all required observability fields to /chat response — latency_ms, confidence, verified, tokens, trace_id 1 month ago
Priyanka Punukollu 32c1a74fcc fix: sign out responds immediately — cancel pending requests with AbortController 1 month ago
Priyanka Punukollu dbb3f9b881 fix: sign out — header emits immediately (parent handler location not found in codebase) 1 month ago
Priyanka Punukollu 46087e2d27 fix: remove session restore notification — messages appear silently on load, no toast needed 1 month ago
Priyanka Punukollu 283c23e9aa fix: route stock price queries to market_data not portfolio_analysis 1 month ago
Priyanka Punukollu 1097811bda fix: UI clarity — real estate section has clear header, input placeholder is descriptive, login page shows demo credentials hint 1 month ago
Priyanka Punukollu 2f289e0c7f fix: persist chat history across refresh — session and messages saved to localStorage, new chat starts fresh session 1 month ago
Priyanka Punukollu ac0302b9e5 fix: copy button works in all browsers with per-message success feedback 1 month ago
Priyanka Punukollu 1935a683ee merge: resolve conflicts keeping our changes 1 month ago
Priyanka Punukollu 1aaa1f22bd fix: save in-progress UI and server changes 1 month ago
Priyanka Punukollu e4b13c97ee fix: remove MVP demo hint from login.html 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 17394f5317 fix: remove MLS banner; extend tax season banner to Feb-Apr 1 month ago
Priyanka Punukollu effa4a217c fix: broaden context_followup detection in classify_node 1 month ago
Priyanka Punukollu dc20b354ac fix: prevent off-screen overflow in chat UI 1 month ago
Priyanka Punukollu e69494929a fix: force Nixpacks to use Python provider for Railway deploy 1 month ago
Priyanka Punukollu 0cc8403648 fix: restore apps/api, libs, and config files lost in merge 1 month ago
Priyanka Punukollu 267a7b1e4f Merge remote main into local — keep all agent feature files and Angular UI changes 1 month ago
Priyanka Punukollu cdee7514dd docs: fix repo URL to github.com/lakshmipunukollu-ai/ghostfolio-agent-priya 1 month ago
Priyanka Punukollu 930515f5c4 docs: finalize BOUNTY.md with specific customer, complete data sources, and explicit CRUD operations 1 month ago
Priyanka Punukollu 4ac814d400 docs: complete agent architecture document covering all 6 required rubric sections 1 month ago
Priyanka Punukollu 750d548184 docs: add AI cost analysis 1 month ago
Priyanka Punukollu 539a861d96 feat: complete observability — latency_ms, tokens, cost tracking, /metrics endpoint 1 month ago
Priyanka Punukollu 443818bacd test: expand eval dataset to 56 new cases — 20 happy path, 12 edge, 12 adversarial, 12 multi-step 1 month ago
Priyanka Punukollu 8400735573 fix: restore 126 tests — add conftest mock for teleport API, fix async config 1 month ago
Priyanka Punukollu cb3674314d fix: route 'total net worth' to property_net_worth not wealth_portfolio_summary 1 month ago
Priyanka Punukollu ec18c3c400 docs: update BOUNTY.md with honest product story 1 month ago
Priyanka Punukollu 524cbe0c3e test: add property onboarding and strategy assumption tests 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 28718cb8e6 feat: replace market data chips with personal tracking and strategy chips 1 month ago
Priyanka Punukollu 0726b4e5f5 feat: extract user assumptions from strategy queries — appreciation, interval, years, price 1 month ago
Priyanka Punukollu 1d0b4fb301 fix: strategy simulator uses user assumptions not hardcoded predictions 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 50885cd5a0 fix: resolve Railway deployment crash — wealth_bridge.py used agent.tools absolute imports that fail without PYTHONPATH; add sys.path fallback pattern to work in both local and Railway environments 1 month ago
Priyanka Punukollu 31964ae716 fix: resolve Railway deployment crash — wealth_bridge.py used agent.tools absolute imports that fail without PYTHONPATH; add sys.path fallback pattern to work in both local and Railway environments 1 month ago
Priyanka Punukollu 9e567bd2b4 fix: add version marker and verify deployment pipeline 1 month ago
Priyanka Punukollu dd3ed380ce fix: add version marker and verify deployment pipeline 1 month ago