Options Strategy Analyzer + SMA Backtester
- Built 3 full-stack financial tools evaluating covered calls, cash-secured puts, and SMA trading strategies using real-time and historical market data via Yahoo Finance API
- Integrated LLM function-calling assistant (Llama 3.1 via Groq) enabling natural-language control of application state via Zod schema validation
- Developed intent-driven filtering engine — users query and filter financial datasets via natural language instead of static UI
- Built LangGraph multi-agent system (supervisor-worker) spawning parallel backtesting workers per ticker, routing aggregated outputs to Gemini 2.5 (Vertex AI) for portfolio allocation reasoning and strategy recommendations
- Visualized live agent execution in Streamlit using LangGraph's streaming API, displaying real-time node traversal