Scheduled upgrade in progress. Some pages may load slowly or ask you to retry.

Agent Memory

Implement short-term and long-term memory for AI agents using vector databases and PostgreSQL. Covers in-session conversation memory (LangChain message history), persistent vector storage with pgvector (PostgreSQL + psycopg3 + langchain-postgres), and ChromaDB (both embedded and server modes). Use when: (1) adding conversation memory to an AI agent or chatbot, (2) building semantic search over past interactions, (3) storing agent memories in PostgreSQL with pgvector, (4) using ChromaDB as a local or server vector store, (5) implementing RAG with memory retrieval, (6) designing short-term (thread-scoped) vs long-term (cross-thread) agent memory.

majiayu000 022393b 2 files · 6.7 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/context-management/agent-memory-psqasim-personal-ai-employee commit 022393bd39

Frequently asked questions

npx skillmds add majiayu000/agent-memory-9