Documentation site for Memorose, built with Mintlify.
This repository documents the current memorose-server HTTP API, runtime model, deployment patterns, and contributor workflows.
Install the Mintlify CLI:
npm i -g mintRun the local preview from the repo root:
mint devThe preview runs at http://localhost:3000.
Run broken-link validation before publishing documentation changes:
mint broken-linksThis docs repo should follow the current code in the main Memorose repository.
When docs and examples conflict, prefer:
Memorose/crates/memorose-server/src/main.rsMemorose/crates/memorose-server/src/types.rsMemorose/crates/memorose-common/src/config.rsMemorose/README.md
getting-started/: installation, quickstart, and runtime configurationapi/: currentv1HTTP routesarchitecture/: memory hierarchy, storage model, and deployment modelguides/: operational and integration workflowscontributing/: local development, testing, codebase structure, and dashboard internalssdks/: HTTP-first client-wrapper guidance for language-specific users
- Document the current runtime, not older CRUD-style memory APIs.
- Prefer explicit route names and request fields over vague conceptual summaries.
- Keep English and Chinese pages aligned when changing product behavior or API semantics.