agentic-flow 2.0.1-alpha.3 → 2.0.1-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,32 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [2.0.1-alpha.4] - 2025-12-03
6
+
7
+ ### Added
8
+ - **SONA v0.1.4 Federated Learning Integration**: Complete integration with AgentDB
9
+ - Updated AgentDB dependency to 2.0.0-alpha.2.16
10
+ - Full support for `EphemeralLearningAgent`, `FederatedLearningCoordinator`, and `FederatedLearningManager`
11
+ - Quality-based filtering and weighted aggregation
12
+ - Large-scale federation (50+ agents with configurable limits)
13
+
14
+ ### Changed
15
+ - **Dependencies Updated**:
16
+ - `agentdb`: 2.0.0-alpha.2.15 → 2.0.0-alpha.2.16 (SONA v0.1.4 federated learning)
17
+
18
+ ### Documentation
19
+ - Comprehensive federated learning guide available in AgentDB package
20
+ - 5 detailed use cases for distributed learning
21
+ - API documentation and performance tuning recommendations
22
+
23
+ ### Tested
24
+ - ✅ Complete federated learning workflow with 50+ agents
25
+ - ✅ Quality filtering and weighted consolidation
26
+ - ✅ Multi-agent coordination and automatic aggregation
27
+ - ✅ All test suites passing
28
+
29
+ ---
30
+
5
31
  ## [1.10.2] - 2025-01-10
6
32
 
7
33
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentic-flow",
3
- "version": "2.0.1-alpha.3",
3
+ "version": "2.0.1-alpha.4",
4
4
  "description": "Production-ready AI agent orchestration platform with 66 specialized agents, 213 MCP tools, ReasoningBank learning memory, and autonomous multi-agent swarms. Built by @ruvnet with Claude Agent SDK, neural networks, memory persistence, GitHub integration, and distributed consensus protocols.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",