Hacker News new | ask | show | jobs
Show HN: MemX – Shared memory for LLM agents (github.com)
4 points by mmmehulll 370 days ago
Built memX this weekend; a shared memory layer for coordinating LLM agents.

Agents collaborate by reading/writing real-time context; no chat, no orchestrators.

Includes pub/sub, schema validation, access control, and real LLMs via Mistral.