tokencost
tokencost copied to clipboard
Add EUR currency support to cost calculation functions
- Add forex-python dependency for real-time exchange rates
- Implement CurrencyConverter class with rate caching
- Update all cost functions to accept optional currency parameter
- Add comprehensive test suite for EUR calculations
- Update documentation with multi-currency examples
- Maintain backward compatibility with USD as default