TL;DR
Changes to Integrations
- Added a new command
pwdwhich would help users to reflect existing folder paths. This feature is beneficial to users as it enhances the ease of navigation within different folders.
Changes to Docker
- The system will no longer use pidfile in docker. This optimizes the system processes and reduces redundancy providing an improved user experience.
Bug Fixes and Improvements
- Fixed environment secret issues enhancing the security aspects of the system.
- Improved the management of conversation history in Mdb OSS agent which will lead to a better tracking of conversation history.
- Rectified the Agent work with Knowledge bases that helps in seamless integration and interaction with the knowledge bases.
Changes to Documentation
- Important updates have been made to the documentation of the
llm()function. This will facilitate better understanding of the function for the users. - Updates have been made to the documentation to add more functions which will provide the users with a wider understanding of the system processes.
What's Changed
- added pwd to reflect existing folder path by @Nancy9ice in #11453
- docs -- updates to llm() docs by @martyna-mindsdb in #11465
- Don't use pidfile in docker by @ea-rus in #11468
- fix env secrets by @hamishfagg in #11473
- docs -- functions by @martyna-mindsdb in #11471
- Fix conversation history management in Mdb OSS agent by @dusvyat in #11467
- Fix Agent works with KB by @ea-rus in #11484
New Contributors
- @Nancy9ice made their first contribution in #11453
Full Changelog: v25.8.2.0...v25.8.3.0