ruflo 3.7.0-alpha.27 → 3.7.0-alpha.28

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ruflo",
3
- "version": "3.7.0-alpha.27",
3
+ "version": "3.7.0-alpha.28",
4
4
  "description": "Ruflo - Enterprise AI agent orchestration platform. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration",
5
5
  "main": "bin/ruflo.js",
6
6
  "type": "module",
@@ -301,5 +301,5 @@ INSERT OR REPLACE INTO metadata (key, value) VALUES
301
301
 
302
302
  -- Create default vector index configuration
303
303
  INSERT OR IGNORE INTO vector_indexes (id, name, dimensions) VALUES
304
- ('default', 'default', 768),
305
- ('patterns', 'patterns', 768);
304
+ ('default', 'default', 384),
305
+ ('patterns', 'patterns', 384);