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

rohitg00/agentmemory

GitHub Trending (daily)

agentmemory is an open-source persistent memory layer for AI coding agents (Claude Code, Cursor, Gemini CLI, Codex CLI, etc.) that uses knowledge graphs, confidence scoring, and hybrid search to give agents long-term memory across sessions via MCP, hooks, or REST API. Built on the iii engine, it requires no external databases and exposes 51 MCP tools.