1/6 I built Curion — a librarian-like memory agent for AI agents.
It solves two problems: agents forget project context between sessions, and raw memory search can create context bloat.
#MiniMaxM3
5/6 MiniMax-M3 helped me build and refine Curion, especially for architecture decisions, implementation, debugging, memory-system design, and reasoning through agent-memory failure cases.
4/6 It is project-first: Curion focuses on the project the agent is working in, but can also use cross-project recall when information from another project is actually relevant.
2/6 Instead of making the main agent search, edit, update, delete, and filter memories, Curion acts as the memory librarian.
The agent only says: “I want to remember this.” or “I need to recall this.”