openclaw/src/memory
Peter Steinberger 75423a00d6 refactor: deduplicate shared helpers and test setup 2026-02-23 20:40:44 +00:00
..
backend-config.test.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
backend-config.ts feat(memory): allow QMD searches via mcporter keep-alive (openclaw#19617) thanks @vignesh07 2026-02-21 18:54:33 -06:00
batch-error-utils.test.ts feat: Provider/Mistral full support for Mistral on OpenClaw 🇫🇷 (#23845) 2026-02-23 00:03:56 +00:00
batch-error-utils.ts feat: Provider/Mistral full support for Mistral on OpenClaw 🇫🇷 (#23845) 2026-02-23 00:03:56 +00:00
batch-gemini.ts refactor(memory): share batch provider scaffolding 2026-02-22 21:19:09 +00:00
batch-http.test.ts refactor(memory): share post-json helper across remote fetchers 2026-02-22 20:04:51 +00:00
batch-http.ts refactor(memory): share post-json helper across remote fetchers 2026-02-22 20:04:51 +00:00
batch-openai.ts refactor(memory): share batch provider scaffolding 2026-02-22 21:19:09 +00:00
batch-output.test.ts test(memory): cover shared batch output and error helpers 2026-02-22 21:19:09 +00:00
batch-output.ts refactor(memory): share batch output parsing 2026-02-14 15:39:45 +00:00
batch-provider-common.ts refactor(memory): share batch provider scaffolding 2026-02-22 21:19:09 +00:00
batch-runner.ts refactor(memory): share batch provider scaffolding 2026-02-22 21:19:09 +00:00
batch-upload.ts fix(memory): route batch APIs through guarded remote HTTP 2026-02-22 18:15:15 +01:00
batch-utils.ts fix(memory): route batch APIs through guarded remote HTTP 2026-02-22 18:15:15 +01:00
batch-voyage.test.ts test: dedupe and optimize test suites 2026-02-19 15:19:38 +00:00
batch-voyage.ts refactor(memory): share batch provider scaffolding 2026-02-22 21:19:09 +00:00
embedding-chunk-limits.test.ts fix(memory): hard-cap embedding inputs before batch 2026-02-22 15:40:18 -08:00
embedding-chunk-limits.ts fix(memory): hard-cap embedding inputs before batch 2026-02-22 15:40:18 -08:00
embedding-input-limits.ts (fix): enforce embedding model token limit to prevent overflow (#13455) 2026-02-10 20:10:17 -06:00
embedding-manager.test-harness.ts chore(memory): tighten embedding harness types 2026-02-15 10:30:19 -05:00
embedding-model-limits.ts fix(memory): hard-cap embedding inputs before batch 2026-02-22 15:40:18 -08:00
embedding.test-mocks.ts refactor(core): dedupe shared config and runtime helpers 2026-02-16 14:59:30 +00:00
embeddings-debug.ts refactor(memory): consolidate embeddings and batch helpers 2026-02-17 00:11:02 +00:00
embeddings-gemini.ts fix(memory): enforce guarded remote policy for embeddings 2026-02-22 18:15:15 +01:00
embeddings-mistral.test.ts test: tighten mistral media and onboarding coverage 2026-02-23 00:19:05 +00:00
embeddings-mistral.ts refactor: extract shared dedupe helpers for runtime paths 2026-02-23 05:43:43 +00:00
embeddings-openai.ts refactor: extract shared dedupe helpers for runtime paths 2026-02-23 05:43:43 +00:00
embeddings-remote-client.ts refactor: extract shared dedupe helpers for runtime paths 2026-02-23 05:43:43 +00:00
embeddings-remote-fetch.test.ts refactor(memory): share post-json helper across remote fetchers 2026-02-22 20:04:51 +00:00
embeddings-remote-fetch.ts refactor(memory): share post-json helper across remote fetchers 2026-02-22 20:04:51 +00:00
embeddings-remote-provider.ts refactor: extract shared dedupe helpers for runtime paths 2026-02-23 05:43:43 +00:00
embeddings-voyage.test.ts fix(memory): enforce guarded remote policy for embeddings 2026-02-22 18:15:15 +01:00
embeddings-voyage.ts fix(memory): enforce guarded remote policy for embeddings 2026-02-22 18:15:15 +01:00
embeddings.test.ts refactor: deduplicate shared helpers and test setup 2026-02-23 20:40:44 +00:00
embeddings.ts feat: Provider/Mistral full support for Mistral on OpenClaw 🇫🇷 (#23845) 2026-02-23 00:03:56 +00:00
fs-utils.ts Memory: share ENOENT helpers 2026-02-19 23:33:28 -08:00
hybrid.test.ts feat(memory): Add opt-in temporal decay for hybrid search scoring 2026-02-16 23:59:19 +01:00
hybrid.ts feat(memory): Add opt-in temporal decay for hybrid search scoring 2026-02-16 23:59:19 +01:00
index.test.ts fix(memory): reindex when sources change 2026-02-22 15:12:07 -08:00
index.ts Add more tests; make fall back more resilient and visible 2026-02-02 23:45:05 -08:00
internal.test.ts test(memory): dedupe temp-dir lifecycle hooks and cover overlapping path dedupe 2026-02-21 21:40:39 +00:00
internal.ts Memory: share ENOENT helpers 2026-02-19 23:33:28 -08:00
manager-embedding-ops.ts fix(memory): hard-cap embedding inputs before batch 2026-02-22 15:40:18 -08:00
manager-search.ts fix: enable FTS fallback when no embedding provider available (#17725) 2026-02-16 23:53:21 +01:00
manager-sync-ops.ts feat: Provider/Mistral full support for Mistral on OpenClaw 🇫🇷 (#23845) 2026-02-23 00:03:56 +00:00
manager.async-search.test.ts perf(test): speed async memory sync close coverage 2026-02-22 17:51:38 +00:00
manager.atomic-reindex.test.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
manager.batch.test.ts test(memory): share short-timeout test helper 2026-02-22 07:44:57 +00:00
manager.embedding-batches.test.ts fix(memory): hard-cap embedding inputs before batch 2026-02-22 15:40:18 -08:00
manager.mistral-provider.test.ts feat: Provider/Mistral full support for Mistral on OpenClaw 🇫🇷 (#23845) 2026-02-23 00:03:56 +00:00
manager.read-file.test.ts Memory: share ENOENT helpers 2026-02-19 23:33:28 -08:00
manager.sync-errors-do-not-crash.test.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
manager.ts feat: Provider/Mistral full support for Mistral on OpenClaw 🇫🇷 (#23845) 2026-02-23 00:03:56 +00:00
manager.vector-dedupe.test.ts refactor(memory): share post-json helper across remote fetchers 2026-02-22 20:04:51 +00:00
manager.watcher-config.test.ts chore: Fix types in tests 36/N. 2026-02-17 15:50:07 +09:00
memory-schema.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
mmr.test.ts chore(tsgo/format): fix CI errors 2026-02-21 17:51:56 -05:00
mmr.ts Memory: fix MMR tie-break and temporal timestamp dedupe 2026-02-16 23:59:19 +01:00
node-llama.ts fix: make node-llama-cpp optional 2026-01-15 18:37:02 +00:00
post-json.test.ts refactor(memory): share post-json helper across remote fetchers 2026-02-22 20:04:51 +00:00
post-json.ts refactor(memory): share post-json helper across remote fetchers 2026-02-22 20:04:51 +00:00
qmd-manager.test.ts chore(test): stabilize mcporter assertions on Windows 2026-02-22 14:47:50 -08:00
qmd-manager.ts fix(memory): harden qmd collection recovery 2026-02-22 14:40:04 -08:00
qmd-query-parser.test.ts Memory/QMD: treat prefixed no-results markers as empty 2026-02-14 15:31:52 -08:00
qmd-query-parser.ts Memory/QMD: harden multi-collection search and embed scheduling 2026-02-20 19:41:51 -08:00
qmd-scope.test.ts fix(memory): prevent QMD scope deny bypass 2026-02-15 02:41:45 +00:00
qmd-scope.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
query-expansion.test.ts Memory: add Arabic query expansion stop words (#23717) 2026-02-22 12:17:47 -05:00
query-expansion.ts Memory: add Arabic query expansion stop words (#23717) 2026-02-22 12:17:47 -05:00
remote-http.ts refactor(memory): add guarded remote HTTP helper 2026-02-22 18:15:15 +01:00
search-manager.test.ts refactor: deduplicate shared helpers and test setup 2026-02-23 20:40:44 +00:00
search-manager.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
session-files.test.ts fix: remap session JSONL chunk line numbers to original source positions (#12102) 2026-02-10 18:09:24 -06:00
session-files.ts fix: remap session JSONL chunk line numbers to original source positions (#12102) 2026-02-10 18:09:24 -06:00
sqlite-vec.ts chore(gate): fix lint and formatting 2026-01-18 06:01:25 +00:00
sqlite.ts fix: improve sqlite missing runtime error 2026-02-15 01:18:53 +01:00
status-format.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
temporal-decay.test.ts feat(memory): Add opt-in temporal decay for hybrid search scoring 2026-02-16 23:59:19 +01:00
temporal-decay.ts Memory: fix MMR tie-break and temporal timestamp dedupe 2026-02-16 23:59:19 +01:00
test-embeddings-mock.ts refactor(core): dedupe shared config and runtime helpers 2026-02-16 14:59:30 +00:00
test-manager-helpers.ts refactor(core): dedupe shared config and runtime helpers 2026-02-16 14:59:30 +00:00
test-manager.ts test: share memory manager bootstrap helper 2026-02-19 14:27:37 +00:00
test-runtime-mocks.ts refactor(core): dedupe shared config and runtime helpers 2026-02-16 14:59:30 +00:00
types.ts Fix build regressions after merge 2026-02-02 23:45:05 -08:00