TianqiZhang/mem.net
File-first memory infrastructure for AI agents, built with .NET 8 and Azure backends
This project helps AI agents remember information across different tasks and restarts, much like how people remember past conversations or facts. It takes in structured files, like a 'profile.md' or 'long_term_memory.md', and event summaries. The output is a consistent, searchable memory that the agent can use to understand context and recall relevant details. This is for developers building intelligent agents that need a durable, reliable memory system.
Use this if you are building AI agents that require a consistent, durable, and searchable memory system to retain information across sessions and tasks.
Not ideal if you need a simple in-memory cache or a database for structured data that isn't primarily text-based agent memory.
Stars
12
Forks
—
Language
C#
License
—
Category
Last pushed
Mar 09, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/TianqiZhang/mem.net"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Featured in
Higher-rated alternatives
kayba-ai/agentic-context-engine
🧠 Make your agents learn from experience. Now available as a hosted solution at kayba.ai
MemMachine/MemMachine
Universal memory layer for AI Agents. It provides scalable, extensible, and interoperable memory...
knowns-dev/knowns
The memory layer for AI-native development — giving AI persistent understanding of your software...
rexdivakar/HippocampAI
HippocampAI — Autonomous Memory Engine for LLM Agents
Dicklesworthstone/cass_memory_system
Procedural memory for AI coding agents: transforms scattered session history into persistent,...