v1.4.0
emcie-co/parlantv1.4.0Dec 31, 2024by kichanyurd
AI Summary
This release introduces enhanced plugin server capabilities, including support for custom data, logging, and running inside modules, alongside improvements to tool calling rationales.
Key Highlights
- Support custom plugin data for PluginServer
- Allow specifying custom logger ID when creating loggers
- Add 'hosted' parameter to PluginServer for running inside modules
- Improve tool caller rationales and arguments
New Features
- Custom plugin data support
- Custom logger ID support
- Hosted plugin server mode
- Improved tool calling rationales
Full Release Notes
## [1.4.0] - 2024-12-31 ### Added - Support custom plugin data for PluginServer - Allow specifying custom logger ID when creating loggers - Add 'hosted' parameter to PluginServer, for running inside modules ### Fixed - Fix the tool caller's few shots to include better rationales and arguments.