Hi @wangyu-ustc!
I'm a big fan of the MIRIX memory architecture! I've been working on a TypeScript/Node.js implementation to bring these powerful agentic capabilities to the JavaScript ecosystem.
MIRIX-node duplicates the core architecture (6 memory types, agent structure) but leverages modern TS tools:
🚀 Vercel AI SDK for unified LLM support
⚡ Hono for a high-performance web server
🛡️ Prisma & Zod for end-to-end type safety
📦 tsup for efficient bundling
It's still a work in progress, but the core foundation (Schemas, Database, LLM Client) is ready. I hope this can help broaden the adoption of MIRIX's concepts!
Repo: https://github.com/RenKoya1/MIRIX-node