openclaw/src/memory
Vignesh Natarajan 46a3c16066 test (memory/qmd): cover per-collection query fallback behavior 2026-02-14 19:02:44 -08:00
..
backend-config.test.ts fix(memory): default qmd searchMode to search + scope search/vsearch to collections 2026-02-13 23:14:34 -08:00
backend-config.ts fix(memory): default qmd searchMode to search + scope search/vsearch to collections 2026-02-13 23:14:34 -08:00
batch-gemini.ts refactor(memory): reuse runWithConcurrency 2026-02-14 15:39:44 +00:00
batch-openai.ts refactor(memory): share batch output parsing 2026-02-14 15:39:45 +00:00
batch-output.ts refactor(memory): share batch output parsing 2026-02-14 15:39:45 +00:00
batch-voyage.test.ts fix(memory): add input_type to Voyage AI embeddings for improved retrieval (#10818) 2026-02-06 21:55:09 -06:00
batch-voyage.ts refactor(memory): share batch output parsing 2026-02-14 15:39:45 +00:00
embedding-chunk-limits.ts (fix): enforce embedding model token limit to prevent overflow (#13455) 2026-02-10 20:10:17 -06:00
embedding-input-limits.ts (fix): enforce embedding model token limit to prevent overflow (#13455) 2026-02-10 20:10:17 -06:00
embedding-model-limits.ts (fix): enforce embedding model token limit to prevent overflow (#13455) 2026-02-10 20:10:17 -06:00
embeddings-gemini.ts (fix): enforce embedding model token limit to prevent overflow (#13455) 2026-02-10 20:10:17 -06:00
embeddings-openai.ts (fix): enforce embedding model token limit to prevent overflow (#13455) 2026-02-10 20:10:17 -06:00
embeddings-voyage.test.ts perf(test): reduce module reload churn in unit suites 2026-02-13 15:19:13 +00:00
embeddings-voyage.ts (fix): enforce embedding model token limit to prevent overflow (#13455) 2026-02-10 20:10:17 -06:00
embeddings.test.ts refactor(memory): unify embedding provider constants 2026-02-14 03:16:46 +01:00
embeddings.ts refactor(memory): unify embedding provider constants 2026-02-14 03:16:46 +01:00
headers-fingerprint.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
hybrid.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
hybrid.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
index.test.ts chore (memory): add status dirty rebound regression test 2026-02-14 18:48:58 -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 fix: remap session JSONL chunk line numbers to original source positions (#12102) 2026-02-10 18:09:24 -06:00
internal.ts fix: remap session JSONL chunk line numbers to original source positions (#12102) 2026-02-10 18:09:24 -06:00
manager-cache-key.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
manager-embedding-ops.ts refactor(memory): dedupe batch embedding glue 2026-02-15 01:46:51 +00:00
manager-search.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
manager-sync-ops.ts Memory: reduce watcher FD pressure for markdown sync 2026-02-14 17:25:07 -08:00
manager.async-search.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
manager.atomic-reindex.test.ts test: disable unsafe memory reindex for atomic suite 2026-02-14 20:12:26 +00:00
manager.batch.test.ts perf(test): reduce sync passes in memory batch failure test 2026-02-14 23:16:37 +00:00
manager.embedding-batches.test.ts perf(test): reduce memory suite resets 2026-02-15 00:26:41 +00:00
manager.embedding-token-limit.test.ts perf(test): reuse managers in embedding token limit suite 2026-02-14 23:16:37 +00:00
manager.sync-errors-do-not-crash.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
manager.ts fix (memory/builtin): keep status dirty state stable across invocations 2026-02-14 18:48:58 -08:00
manager.vector-dedupe.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
manager.watcher-config.test.ts Memory: reduce watcher FD pressure for markdown sync 2026-02-14 17:25:07 -08:00
memory-schema.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
node-llama.ts
openai-batch.ts feat(memory): add gemini batches + safe reindex 2026-01-18 16:12:10 +00:00
provider-key.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
qmd-manager.test.ts test (memory/qmd): cover per-collection query fallback behavior 2026-02-14 19:02:44 -08:00
qmd-manager.ts fix (memory/qmd): avoid multi-collection query ranking corruption 2026-02-14 19:02:41 -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: treat prefixed no-results markers as empty 2026-02-14 15:31:52 -08:00
qmd-scope.test.ts fix(memory): prevent QMD scope deny bypass 2026-02-15 02:41:45 +00:00
qmd-scope.ts fix(memory): prevent QMD scope deny bypass 2026-02-15 02:41:45 +00:00
search-manager.test.ts Memory/QMD: handle fallback init failures gracefully 2026-02-14 15:42:02 -08:00
search-manager.ts Memory/QMD: handle fallback init failures gracefully 2026-02-14 15:42:02 -08: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
sync-index.ts refactor(memory): share sync indexing helper 2026-02-15 01:15:43 +00:00
sync-memory-files.ts refactor(memory): share sync indexing helper 2026-02-15 01:15:43 +00:00
sync-session-files.ts refactor(memory): share sync indexing helper 2026-02-15 01:15:43 +00:00
sync-stale.ts refactor(memory): share stale index cleanup 2026-02-14 15:39:46 +00:00
types.ts Fix build regressions after merge 2026-02-02 23:45:05 -08:00