Looking for feedback: Memory system that both AI agents and humans can use

Reddit r/AI_Agents Tools

Summary

The author introduces Noosphere, an open-source memory and wiki layer for AI agents and humans, seeking feedback on its structured Postgres-backed memory, Redis-cached recall, and human-editable wiki pages.

I’ve been building Noosphere, an open-source memory/wiki layer for AI agents, mostly because I kept running into the same problem: long-term context is useful, but it gets messy quickly when it is only hidden embeddings or scattered notes. After a slightly unreasonable number of late nights, I’m trying to get outside feedback from people who build or use agent systems. The current direction is: structured Postgres-backed memory, Redis-cached recall, human-editable wiki pages, confidence/status metadata, revision history, conflict handling, and a draft → curated workflow. There are plugins for OpenClaw, OpenCode, and other agent systems, plus an API for custom integrations. I needed such a memory system for my own projects, this was one of the reasons I had to build it. The repo is open, and I’d really appreciate critique, contributors, or blunt feedback on what should be simpler. And general discussion here :) Repo is on GitHub. ( SweetSophia/noosphere)
Original Article

Similar Articles

@hwchase17: https://x.com/hwchase17/status/2071963622298050997

X AI KOLs Timeline

The article discusses the emerging pattern of 'wiki memory' for AI agents, where raw source data is intelligently compressed into a persistent, structured knowledge layer that agents can use efficiently. It compares this to basic RAG and gives examples like DeepWiki and LLM Wiki.