allexgraph-memory
v0.1.0-alpha
Published
Memory system for AllexGraph runtime
Readme
AllexGraph Memory
Persistent memory system for the AllexGraph runtime framework.
Features
- MongoDB Persistence
- Session Memory
- Conversation Storage
- Runtime History
Installation
npm install allexgraph-memoryExample
import {
Memory,
connectDatabase
} from "allexgraph-memory"
await connectDatabase(
process.env.MONGO_URI
)
const memory =
new Memory(
"default"
)