EveryDev.ai
Sign inSubscribe
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
Create
    Home
    Tools

    2,529+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1682
    • Coding1231
    • Infrastructure544
    • Marketing452
    • Design438
    • Projects407
    • Research378
    • Analytics339
    • Testing234
    • MCP232
    • Data215
    • Security202
    • Integration170
    • Learning158
    • Prompts155
    • Communication148
    • Extensions141
    • Commerce125
    • Voice122
    • DevOps100
    • Web78
    • Finance21
    1. Home
    2. Tools
    3. LangMem
    LangMem icon

    LangMem

    Agent Memory

    LangMem helps AI agents learn and adapt from interactions over time by extracting, consolidating, and managing long-term memory across conversations.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Freely available under the MIT License. Install via pip and use with any storage system or LLM provider.

    Engagement

    Available On

    Linux
    API
    SDK
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent MemoryAgent FrameworksAI Development Libraries

    Alternatives

    KaybaHindsightCraftBot
    Developer
    LangChain, Inc.San Francisco, CAEst. 2023$160M raised

    Updated May 2026

    About LangMem

    LangMem is an open-source Python library by LangChain that gives AI agents persistent, long-term memory capabilities. It provides tooling to extract important information from conversations, optimize agent behavior through prompt refinement, and maintain knowledge across sessions. Released in January 2025 under the MIT License, it integrates natively with LangGraph's storage layer and works with any LLM provider.

    What It Is

    LangMem is a memory management SDK for AI agents, sitting in the category of agent memory infrastructure. Its core job is to let agents remember what users tell them, consolidate that knowledge over time, and retrieve it when relevant — without requiring the developer to build custom memory pipelines from scratch. It ships as a pip-installable Python package and is designed to work both as standalone functional primitives and as a first-class citizen within the LangGraph ecosystem.

    Core Architecture

    LangMem separates memory into two operational modes:

    • Hot path memory: Agents actively manage their own memory during live conversations using create_manage_memory_tool and create_search_memory_tool. The agent decides what to store and when to search, without special commands from the user.
    • Background memory manager: A separate process that automatically extracts, consolidates, and updates agent knowledge after conversations complete, without blocking the main interaction loop.

    This dual-mode design lets developers choose between agent-driven and system-driven memory depending on their use case.

    Storage and Integration

    LangMem is storage-agnostic at its functional core but provides native integration with LangGraph's BaseStore interface. For development, InMemoryStore keeps memories in process memory. For production, the library recommends AsyncPostgresStore or similar database-backed stores to persist memories across server restarts. LangMem is available by default in all LangGraph Platform deployments, making it a zero-configuration option for teams already on that stack.

    Key Features

    • Core memory API compatible with any storage system
    • In-conversation memory tools for real-time storage and retrieval
    • Background memory manager for automatic extraction and consolidation
    • Native LangGraph Long-term Memory Store integration
    • Support for any LLM provider via environment-configured API keys
    • Functional primitives usable outside of agent frameworks

    Update: Active Development on GitHub

    The repository was created on January 21, 2025, and shows active ongoing development with its last push recorded in May 2026. As of that date, the project has accumulated over 1,400 GitHub stars and 168 forks, with 57 open issues — signals of an actively maintained and community-engaged project. The primary language is Python, and the license is MIT, making it freely usable, modifiable, and distributable.

    LangMem - 1

    Community Discussions

    Be the first to start a conversation about LangMem

    Share your experience with LangMem, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Freely available under the MIT License. Install via pip and use with any storage system or LLM provider.

    • Core memory API
    • Hot path memory tools
    • Background memory manager
    • LangGraph integration
    • MIT License

    Capabilities

    Key Features

    • Core memory API compatible with any storage system
    • In-conversation memory tools (hot path)
    • Background memory manager for automatic extraction and consolidation
    • Native LangGraph Long-term Memory Store integration
    • Support for any LLM provider
    • Functional primitives usable without agent frameworks
    • Memory search and retrieval across sessions
    • Prompt refinement for agent behavior optimization

    Integrations

    LangGraph
    LangSmith
    Anthropic Claude
    OpenAI
    AsyncPostgresStore
    InMemoryStore
    API Available
    View Docs

    Demo Video

    LangMem Demo Video
    Watch on YouTube

    Reviews & Ratings

    No ratings yet

    Be the first to rate LangMem and help others make informed decisions.

    Developer

    LangChain, Inc.

    LangChain is a company focused on building a comprehensive framework for developing applications with large language models (LLMs) through composable building blocks for orchestrating agentic workflows.

    Founded 2023
    San Francisco, CA
    $160M raised

    Used by

    Cisco (Outshift platform engineer - 10x…
    Replit
    Clay
    Harvey
    +39 more
    Read more about LangChain, Inc.
    WebsiteGitHubX / Twitter
    5 tools in directory

    Similar Tools

    Kayba icon

    Kayba

    Kayba is an agentic context engine that learns from your AI agent's execution traces to automatically detect failures and recursively improve agent performance over time.

    Hindsight icon

    Hindsight

    Hindsight is an open-source agent memory system that enables AI agents to learn over time using biomimetic data structures for state-of-the-art long-term memory performance.

    CraftBot icon

    CraftBot

    CraftBot is a personal AI assistant that lives on your machine, autonomously interprets tasks, plans actions, and executes them 24/7 to help you achieve your goals.

    Browse all tools

    Related Topics

    Agent Memory

    Memory layers, frameworks, and services that enable AI agents to store, recall, and manage information across sessions. These tools provide persistent, semantic, and contextual memory for agents, supporting personalization, long-term context retention, graph-based relationships, and hybrid RAG + memory workflows.

    65 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    351 tools

    AI Development Libraries

    Programming libraries and frameworks that provide machine learning capabilities, model integration, and AI functionality for developers.

    193 tools
    Browse all topics
    Back to all tools
    57views
    Discussions