Skip to content

feat: integrate agentdb 3.0.0-alpha.9 with 8 new controllers + 6 MCP tools#1234

Open
ruvnet wants to merge 2 commits intomainfrom
feat/agentdb-3.0.0-alpha.8
Open

feat: integrate agentdb 3.0.0-alpha.9 with 8 new controllers + 6 MCP tools#1234
ruvnet wants to merge 2 commits intomainfrom
feat/agentdb-3.0.0-alpha.8

Conversation

@ruvnet
Copy link
Owner

@ruvnet ruvnet commented Feb 26, 2026

Summary

  • Upgrade agentdb dependency to 3.0.0-alpha.9 (zero npm deprecation warnings, pure JS SQLite, updated ruvector)
  • Wire 8 new controllers into ControllerRegistry with level-based initialization: HierarchicalMemory, MemoryConsolidation, BatchOperations, ContextSynthesizer, GNNService, RVFOptimizer, MMRDiversityRanker, GuardedVectorBackend
  • Add 6 new MCP tools: agentdb_hierarchical-store, agentdb_hierarchical-recall, agentdb_consolidate, agentdb_batch, agentdb_context-synthesize, agentdb_semantic-route
  • Add 6 corresponding bridge functions in memory-bridge.ts
  • Update README with AgentDB v3 Controllers documentation section (20+ controllers)

Test plan

  • V3 build passes with 0 TS errors
  • All 15 MCP tools register correctly
  • HierarchicalMemory tier store/recall works
  • Memory consolidation runs without errors
  • Batch operations (insert/update/delete) execute correctly
  • Semantic routing returns valid routes

🤖 Generated with claude-flow

- Root: agentdb 2.0.0-alpha.3.7 -> ^3.0.0-alpha.8
- @claude-flow/memory: ^3.0.0-alpha.7 -> ^3.0.0-alpha.8
- Includes all v3.1 features: fixed TS strict null checks, new
  controllers (HierarchicalMemory, StreamingEmbedding), enhanced
  GNNService/SonaTrajectoryService, browser bundles
- Add .npmrc to suppress transitive dep deprecation warnings

Co-Authored-By: claude-flow <ruv@ruv.net>
…tools

Upgrade agentdb dependency to 3.0.0-alpha.9 (zero deprecation warnings,
pure JS SQLite, updated ruvector). Wire 8 new controllers into
ControllerRegistry (HierarchicalMemory, MemoryConsolidation,
BatchOperations, ContextSynthesizer, GNNService, RVFOptimizer,
MMRDiversityRanker, GuardedVectorBackend) with level-based init.
Add 6 new MCP tools (hierarchical-store/recall, consolidate, batch,
context-synthesize, semantic-route) and bridge functions. Update README
with AgentDB v3 Controllers documentation section.

Co-Authored-By: claude-flow <ruv@ruv.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant