feat: implement distributed ads with unix sockets

This commit is contained in:
2025-11-06 15:44:41 +00:00
parent 7bcc663c35
commit 0c56143cea
19 changed files with 531 additions and 1771 deletions
+8
View File
@@ -2,6 +2,14 @@
## Version 1.5.0 - 2025-11-06
Agents can now use datasets stored across multiple locations. This allows for larger datasets and improved performance.
**Changes:** 2 files, 10 lines
**Languages:** Markdown (8 lines), TOML (2 lines)
## 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.