v2.3.0b1
Pre-release
Pre-release
What's New
Beta release introducing the AI-powered chat UI for interactive options backtesting.
New Features
- AI Chat Interface (
optopsy-chat) — Chainlit + LiteLLM powered conversational backtesting - EODHD Data Provider — Live options chain and stock price data with smart caching
- Pluggable Provider System — Extensible architecture for adding new data sources
Improvements
- Replaced Black with Ruff for formatting and linting
- Added mypy, pytest-cov, and vulture to CI
- Updated README badges
Install
pip install optopsy==2.3.0b1 # core only
pip install optopsy[ui]==2.3.0b1 # with chat UI