- Release notes for 3.1.14-beta

This commit is contained in:
Josako
2025-10-28 17:43:50 +01:00
parent 1748aebd38
commit af37aa7253

View File

@@ -5,6 +5,24 @@ All notable changes to EveAI will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 3.1.14-beta
Release date:
### Added
- Introduction of User Actions - TBC
- Additional configuration options for Agents: temperature and llm_model can now be configured (if allowed in Agent configuration)
### Changed
- Improvement of RAG Specialist, including proofreading on generated output.
- Specialist Editor - separate modal editors for Agents, Tasks and Tools to allow for more complex configuration.
### Removed
- PartnerRagRetriever model - not used.
### Fixed
- Bug fix where client appears to return no result on an interaction, due to connections without correct search path (out of the connection pool)
## 3.1.13-beta
Release date: 2025-10-17