ruvector/examples/apify
rUv 2288e79bd8 feat(ai-memory-engine): Integrate persistence backends + add tests
Integration:
- Added storageBackend input parameter parsing
- Integrated createPersistence() into main actor flow
- Load session uses new persistence with legacy fallback
- Save session uses new persistence with legacy fallback
- Added persistence result to output metadata
- Proper connection cleanup on exit

Test Suite (tests/persistence-benchmark.js):
- Hyperbolic geometry: projection, distance, Möbius add, exp/log maps
- Binary persistence: 4.8x smaller than JSON, perfect fidelity
- Session persistence: data survives across simulated runs
- Benchmarks: 2M ops/sec Euclidean, 0.4M ops/sec hyperbolic

Results:
- Binary format: 4.8x size reduction (7.06 MB → 1.46 MB)
- Serialization: 39x faster (54ms → 1.4ms)
- All hyperbolic geometry functions verified correct

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-14 05:15:53 +00:00
..
agent-training-factory fix(apify): Fix input schema validation for all actors 2025-12-13 18:01:43 +00:00
agentic-synth feat(agentic-synth): Add SONA self-learning + quality improvements 2025-12-14 02:53:06 +00:00
ai-memory-engine feat(ai-memory-engine): Integrate persistence backends + add tests 2025-12-14 05:15:53 +00:00
ai-trading-simulator fix(apify): Fix input schema validation for all actors 2025-12-13 18:01:43 +00:00
financial-stress-test fix(apify): Fix input schema validation for all actors 2025-12-13 18:01:43 +00:00
market-research-swarm fix(apify): Fix input schema validation for all actors 2025-12-13 18:01:43 +00:00
neural-trader-system docs(neural-trader): Simplify intro with comparison tables 2025-12-14 02:08:51 +00:00
rag-knowledge-builder fix(apify): Fix input schema validation for all actors 2025-12-13 18:01:43 +00:00
ruvector-postgres feat(apify): Add AI Synthetic Data Generator with MCP & Actor Integration 2025-12-13 16:27:54 +00:00
rvlite-ai feat(apify): Add AI Synthetic Data Generator with MCP & Actor Integration 2025-12-13 16:27:54 +00:00