Practical Notes
- Quant: use the published local endpoints (API + dashboard) to verify your environment; treat “backend up” as a deploy check.
- Quant: define retention and a maximum memory size per workspace; without limits, memory layers become unmaintainable.
Memory layers need product thinking
A memory backend isn’t useful unless it’s predictable:
- What schema do you store?
- How do you scope memories (project/user/agent)?
- How do you prune and consolidate?
A pragmatic adoption plan
- Stand up the backend locally.
- Pick one workflow that benefits from persistence (onboarding, incident response, long refactors).
- Define write rules: only store verified facts + decisions.
Operational note
Treat memory infra like any service: backup, upgrade path, and a clear “reset” procedure when experiments go wrong.
FAQ
Q: Do I need the cloud service? A: No. The README includes a self-host path; you can prototype locally first.
Q: What should I store first? A: Short decisions and constraints that are reused across tasks, not raw conversation dumps.
Q: How do I prevent memory rot? A: Retention + consolidation + strict write rules; measure reuse, delete the rest.