agentic-flow 2.0.1-alpha.10 → 2.0.1-alpha.11
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.
- package/CHANGELOG.md +13 -0
- package/dist/.tsbuildinfo +1 -1
- package/dist/intelligence/RuVectorIntelligence.d.ts.map +1 -1
- package/dist/intelligence/RuVectorIntelligence.js +2 -1
- package/dist/intelligence/RuVectorIntelligence.js.map +1 -1
- package/dist/utils/agentdb-runtime-patch.js +2 -2
- package/dist/utils/agentdb-runtime-patch.js.map +1 -1
- package/package.json +1 -1
- package/wasm/reasoningbank/reasoningbank_wasm_bg.js +2 -2
- package/wasm/reasoningbank/reasoningbank_wasm_bg.wasm +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
## [2.0.1-alpha.11] - 2025-12-31
|
|
6
|
+
|
|
7
|
+
### Fixed
|
|
8
|
+
- **AdamOptimizer Constructor**: Fixed "Failed to convert napi value Undefined into rust type `f64`" error
|
|
9
|
+
- AdamOptimizer now correctly receives all 4 required parameters: learning_rate, beta1, beta2, epsilon
|
|
10
|
+
- **Silent Warnings**: Removed noisy AgentDB controller warnings for v2+ installations
|
|
11
|
+
- **RuVector HNSW**: Verified HNSW indexing works with M=16, efConstruction=200, achieving 1ms search times
|
|
12
|
+
|
|
13
|
+
### Verified
|
|
14
|
+
- Hooks run without any error messages
|
|
15
|
+
- Intelligence stats display cleanly
|
|
16
|
+
- RuVector backend with HNSW fully operational
|
|
17
|
+
|
|
5
18
|
## [2.0.1-alpha.10] - 2025-12-31
|
|
6
19
|
|
|
7
20
|
### Fixed
|