@mdbrain/memory
v1.1.0
Published
Mdbrain memory: published re-export surface for the memory engine and bridge
Maintainers
Readme
@mdbrain/memory
Convenience barrel over the supported Mdbrain memory core. It re-exports the bridge and engine for consumers who want one import path.
Install
npm install @mdbrain/memoryWhen to use this package
- You want a single import for the supported memory core.
- You are shipping internal tooling and do not need to split bridge and engine imports.
Example
import { mdbrainBridgeStatus, getMemorySearchManager } from "@mdbrain/memory"Prefer the direct packages when you want a narrower dependency surface:
