A lightweight, stateless database for agent memory
TLDR
Polign has published a blog post and open-source library describing a lightweight stateless database designed for agent memory. The system stores memory as cryptographically addressed content without maintaining session or connection state, making it suitable for agents that may restart or run across distributed environments. The approach trades query flexibility for simplicity and crash resilience.