openclaw/docs/plugins
File a801c7e721 feat(memory-ruvector): add ruvLLM adaptive learning features
Implements ruvLLM integration with multi-temporal learning:

P0 - Foundation:
- Extended config schema for ruvllm options
- TrajectoryRecorder for search pattern recording
- ContextInjector for agent prompt enrichment
- SONA engine integration with trajectory support

P1 - Learning Core:
- PatternStore with K-means++ clustering
- Search re-ranking using learned patterns
- GraphExpander for automatic edge discovery
- ruvector_recall tool (pattern-aware recall)

P2 - Adaptive Loops:
- BackgroundLoop (30s interval pattern clustering)
- InstantLoop (real-time feedback processing)
- RelationshipInferrer (entity extraction)
- ruvector_learn tool (manual knowledge injection)

P3 - Advanced Features:
- EWCConsolidator (catastrophic forgetting prevention)
- ConsolidationLoop (deep pattern analysis)
- GraphAttention (multi-head context aggregation)
- Pattern export/import CLI commands

Tests: 275 passing (229 + 46 new)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 08:14:01 +01:00
..
agent-tools.md fix: keep core tools when allowlist is plugin-only 2026-01-23 09:02:17 +00:00
manifest.md feat: add OpenProse plugin skills 2026-01-23 00:49:40 +00:00
memory-ruvector.md feat(memory-ruvector): add ruvLLM adaptive learning features 2026-01-26 08:14:01 +01:00
voice-call.md refactor: align voice-call TTS with core config 2026-01-25 09:29:57 +00:00
zalouser.md refactor: require target for message actions 2026-01-17 04:15:46 +00:00