v2.34.2
about 24 hours ago by Craig Adam
New Features
LLM Streaming Support
Introduced streaming capabilities to the BaseLLM
class, enabling real-time token-by-token output. This streamlines subclass implementation and enhances responsiveness in LLM-driven workflows.
Improvements
HTML Report Generation
Improved HTML report rendering and formatting. Updates to styles and templates enhance clarity and usability of generated reports.
Bug Fixes
File Logging Behavior
Fixed issue with unintended file logging during operations. Logging now occurs only when explicitly configured, preventing unnecessary file creation.