picoclaw/cmd
Liu Yuan 1175f4a62b
feat(membench): add LOCOMO memory benchmark tool (#2353)
Benchmark tool comparing legacy session manager vs seahorse short memory
retrieval on the LOCOMO long-term conversational memory dataset.

- cmd/membench/: CLI with ingest/eval/report/run subcommands
- Mode A (legacy): recency-biased budget truncation baseline
- Mode B (seahorse): per-keyword trigram FTS5 search + expand
- Metrics: Token-Overlap F1 and Recall Hit Rate
- `make mem` builds, downloads data, runs benchmark end-to-end
2026-04-06 17:26:43 +08:00
..
membench feat(membench): add LOCOMO memory benchmark tool (#2353) 2026-04-06 17:26:43 +08:00
picoclaw test: update root help banner expectation 2026-04-03 21:59:57 +02:00
picoclaw-launcher-tui feat(web): display backend version info in sidebar (#2087) 2026-03-30 16:44:50 +08:00