LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • Agent
  • Middleware
  • Backends
  • Sandboxes
  • Skills
  • Subagents
  • Types
Modal
Daytona
Deno
Node VFS
Sandbox Standard Tests
  • Vitest
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

OverviewAgentMiddlewareBackendsSandboxesSkillsSubagentsTypes
Modal
Daytona
Deno
Node VFS
Sandbox Standard Tests
Vitest
Language
Theme
JavaScriptdeepagentsnodeStoreBackend
Classā—Since v1.10

StoreBackend

Copy
class StoreBackend

Used in Docs

  • Backends
  • Context engineering in Deep Agents
  • Going to production
  • Isolate store data per user
  • Memory

Constructors

Methods

View source on GitHub
constructor
constructor
method
downloadFiles
method
edit
method
getNamespace
method
glob
method
grep
method
ls
method
read
method
readRaw
method
uploadFiles
method
write

Backend that stores files in LangGraph's BaseStore (persistent).

Uses LangGraph's Store for persistent, cross-conversation storage. Files are organized via namespaces and persist across all threads.

The namespace can be customized via a factory function for flexible isolation patterns (user-scoped, org-scoped, etc.), or falls back to legacy assistant_id-based isolation.