- Add Tradier to VENDOR_LIST, TOOLS_CATEGORIES (options_chain), and VENDOR_METHODS
- Update route_to_vendor to catch TradierRateLimitError for fallback
- Add options_chain: tradier to DEFAULT_CONFIG data_vendors
- Create options_tools.py with @tool decorated get_options_chain and get_options_expirations
- Add TRADIER_API_KEY and TRADIER_SANDBOX to .env.example
- Add .env.example file with API key placeholders
- Update README.md with .env file setup instructions
- Add dotenv loading in main.py for environment variables
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Added support for running CLI and Ollama server via Docker
- Introduced tests for local embeddings model and standalone Docker setup
- Enabled conditional Ollama server launch via LLM_PROVIDER