openclaw/src/memory
Peter Steinberger 9521fe977a refactor(test): dedupe openai batch test fetch mocks 2026-02-14 20:15:35 +00: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 perf(test): skip atomic sqlite swaps for memory index 2026-02-14 20:12:26 +00: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): extract manager sync and embedding ops 2026-02-13 19:08:37 +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 perf(test): skip atomic sqlite swaps for memory index 2026-02-14 20:12:26 +00: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 refactor(test): dedupe openai batch test fetch mocks 2026-02-14 20:15:35 +00:00
manager.embedding-batches.test.ts perf(test): mock chokidar in memory tests 2026-02-14 18:46:24 +00:00
manager.embedding-token-limit.test.ts perf(test): mock chokidar in memory tests 2026-02-14 18:46:24 +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 refactor(memory): extract manager sync and embedding ops 2026-02-13 19:08:37 +00:00
manager.vector-dedupe.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09: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 fix: make node-llama-cpp optional 2026-01-15 18:37:02 +00:00
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 perf(test): speed up memory suites 2026-02-14 16:36:15 +00:00
qmd-manager.ts fix(memory): default qmd searchMode to search + scope search/vsearch to collections 2026-02-13 23:14:34 -08:00
qmd-query-parser.ts Memory/QMD: harden no-results parsing 2026-02-11 15:39:28 -08:00
qmd-scope.ts refactor(memory): extract qmd scope helpers 2026-02-13 19:08:37 +00:00
search-manager.test.ts Memory: add SQLITE_BUSY fallback regression test 2026-02-07 17:55:34 -08:00
search-manager.ts Memory: make QMD cache eviction callback idempotent 2026-02-07 17:55:34 -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 Centralize date/time formatting utilities (#11831) 2026-02-08 04:53:31 -08:00
status-format.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
sync-memory-files.ts refactor(memory): share stale index cleanup 2026-02-14 15:39:46 +00:00
sync-session-files.ts refactor(memory): share stale index cleanup 2026-02-14 15:39:46 +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