V0.12.5
Version 0.12.5
This release includes significant enhancements in UI component reusability, improvements in tool handling and logging within the AgentBot system, and general codebase optimizations for better maintainability and performance.
New Features
- Enhanced UI component guidelines with detailed instructions on using Jinja2 macros for consistency and reusability. This update facilitates the use of shared UI components across different templates, ensuring a consistent and maintainable codebase. (8eadbe) (Eric Ma)
- Introduced a new 'message_expansion' macro to encapsulate message display logic, replacing inline HTML and promoting code reuse across templates. (0dc239) (Eric Ma)
- Refactored AgentBot tool handling and iteration logic to simplify initialization and enhance the logging and message serialization processes. A new tool call display feature was also added to the web UI for better visibility of operations. (c704cd) (Eric Ma)
- Added a new 'respond_to_user' tool in AgentBot to streamline responses to users, ensuring immediate and accurate replies. This feature also includes updates to tool handling and logging to improve the overall functionality and reliability of the system. (24ec8a) (Eric Ma)
Bug Fixes
- None listed in this release.
Deprecations
- None listed in this release.