Changes
- Add local file cache for financial API responses (prices, crypto, SEC filings) to eliminate redundant network calls for historical data
- Add Anthropic prompt caching via
cache_controlfor ~90% input token cost savings on repeated calls - Add performance metrics display showing token usage, duration, and tokens/second after each query
- Add GitHub Actions CI workflow running typec...