feat: allow agents to use advanced input and search for information

feat: save user messages to improve agent responses
refactor: pass database connection to knowledge store
maintenance: bump version to 1.30.0
This commit is contained in:
2025-11-08 01:30:11 +00:00
parent 8775405d89
commit e354af837f
4 changed files with 12 additions and 4 deletions
+8
View File
@@ -25,6 +25,14 @@
## Version 1.29.0 - 2025-11-08
Agents can now use more advanced input and automatically search for relevant information. User messages are saved and used to improve agent responses.
**Changes:** 5 files, 58 lines
**Languages:** Markdown (9 lines), Python (47 lines), TOML (2 lines)
## Version 1.28.0 - 2025-11-08