Files
openclaw/extensions
Tarun Sukhani c1371b639e memory-neo4j: configurable extraction model + sleep cycle optimizations
- Add extraction config section (apiKey, model, baseUrl) to plugin schema
  with env-var fallback and Ollama/local LLM support (no API key required)
- Add category classification to extraction prompt; update memories from
  'other' to LLM-assigned category
- Reorder sleep phases: extraction before decay
- Parallelize extraction (3 concurrent via Promise.allSettled)
- Pre-compute effective scores once and reuse for promotion/demotion
- Replace O(n²) Cartesian dedup with per-memory HNSW vector index queries
- Use mentionCount for orphan entity detection instead of subquery
- Remove dead auto-capture code (evaluateAutoCapture, CaptureItem, etc.)
2026-02-16 17:56:38 +08:00
..
2026-02-16 06:08:47 +01:00
2026-02-16 06:08:47 +01:00
2026-02-16 06:08:47 +01:00
2026-02-16 06:08:47 +01:00
2026-02-16 06:08:47 +01:00
2026-02-16 06:08:47 +01:00
2026-02-16 06:08:47 +01:00
2026-02-16 06:08:47 +01:00
2026-02-16 06:08:47 +01:00
2026-02-16 06:08:47 +01:00
2026-02-16 06:08:47 +01:00
2026-02-16 06:08:47 +01:00
2026-02-16 06:08:47 +01:00
2026-02-16 06:08:47 +01:00
2026-02-16 06:08:47 +01:00
2026-02-16 06:08:47 +01:00
2026-02-16 06:08:47 +01:00
2026-02-16 06:08:47 +01:00