v1.1.0
emcie-co/parlantv1.1.0Dec 18, 2024by kichanyurd
AI Summary
This release focuses on developer experience and testing performance, introducing new UI features, external module loading, and performance-optimized databases for testing.
Key Highlights
- Customer selection in sandbox Chat UI
- Support external modules for changing engine behavior programmatically
- Add CachedSchematicGenerator and TransientVectorDatabase for faster test suites
- Support tool calls with freshness rules for context variables
New Features
- Customer selection in sandbox
- External module loading
- Freshness rules for context variables
- CachedSchematicGenerator
- TransientVectorDatabase
Full Release Notes
## [1.1.0] - 2024-12-18 ### Added - Customer selection in sandbox Chat UI - Support tool calls with freshness rules for context variables - Add support for loading external modules for changing engine behavior programmatically - CachedSchematicGenerator to run the test suite more quickly - TransientVectorDatabase to run the test suite more quickly ### Changed - Changed model path for Chroma documents. You may need to delete your `runtime-data` dir. ### Fixed - Improve handling of partially fulfilled guidelines ### Removed None