LoCoMo (Long-term Conversational Memory) Benchmark Tests
test-locomo-load.js- Data loadingtest-locomo-query.js- Query teststest-locomo-massive.js- Large-scale data tests (100+ events)
Integration tests and natural language query tests
test-natural-language.js- General NL queriestest-cloudflare-*.js- Cloudflare Workers AI integrationtest-live-*.js- Live API tests
Debug and troubleshooting utilities
test-debug-*.js- Various debugging toolstest-who-*.js- WHO query debuggingtest-compound-*.js- Compound event decomposition
Usage examples and scenario tests
test-readme-*.js- README example validationtest-validation-scenarios.js- Validation scenarios
# Run specific test node tests/locomo/test-locomo-massive.js # Run LoCoMo benchmark (order matters) node tests/locomo/test-locomo-load.js # Prepare data node tests/locomo/test-locomo-query.js # Query tests # Cloudflare integration test node tests/integration/test-live-en.js