The problem this solves
Agent memory becomes infrastructure when it is shared across workflows. It needs clear durability, operational behavior, and deployment boundaries.
Memorose is built as a Rust memory runtime with deployment concerns in mind, including Raft-backed writes and cluster-aware operation.
Agent memory becomes infrastructure when it is shared across workflows. It needs clear durability, operational behavior, and deployment boundaries.
The runtime exposes memory APIs while keeping cluster behavior close to the storage and task execution surface.
docker run --rm -p 3000:3000 -p 3100:3100 \
-v memorose_data:/app/data \
-e GOOGLE_API_KEY="$GOOGLE_API_KEY" \
dylan2024/memorose:latest