feat: implement distributed dataset system for agents

This commit is contained in:
2025-11-06 14:16:06 +00:00
parent 7f0e9889b7
commit 7bcc663c35
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -1,6 +1,14 @@
# Changelog
## Version 1.4.0 - 2025-11-06
Agents can now share data more efficiently using a new distributed dataset system. This improves performance and allows agents to work together on larger tasks.
**Changes:** 48 files, 7423 lines
**Languages:** Markdown (8 lines), Other (562 lines), Python (6848 lines), TOML (5 lines)
## Version 1.3.0 - 2025-11-05
This release updates how the software finds configuration files and handles communication with agents. These changes improve reliability and allow for more flexible configuration options.