StockWise
Multi-agent stock research: you ask about a ticker, and the system pulls market data (yfinance), SEC 10-K filings (EDGAR), news (Alpha Vantage), and optional Reddit sentiment. A LangGraph layer plus Claude then turns that into structured company analysis through a FastAPI + TypeScript (Vite) stack.
The quant layer computes every metric in Python first; agents only interpret pre-computed figures. The LLM never does arithmetic on raw prices or ratios, which keeps financial reasoning auditable and avoids a common hallucination path. LlamaIndex indexes 10-K text for filing Q&A in Qdrant; Redis caches quant snapshots for four hours; Docker and Railway host the full service, with LangSmith for traces.