New demo drop: Praxis agents now support a Key-Value (KV) Store. Encrypted, namespaced, and fully local. What’s a KV store? It’s how agents store and retrieve small pieces of memory using a unique key, like a mini database. What this enables: • Local, encrypted agent memory (no cloud) • Store task state, preferences, chat history, API keys • Namespace support to organize data cleanly • Retrieval is fast and scoped — e.g. agent://notes/projectA • All data is encrypted at rest for security and privacy This is foundational for agents to be stateful, to remember, resume, adapt, and stay private. No memory = no autonomy. KV is the backbone for workflows, context, and long-term agent identity. Watch the demo and start building now 👇