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
JavaScriptdeepagentsbackendsStoreBackendContext
Interface●Since v1.9

StoreBackendContext

Copy
interface StoreBackendContext

Properties

View source on GitHub
property
assistantId: string
property
config: __type
property
state: StateT

Context provided to dynamic namespace factory functions.

Optional assistant ID for per-assistant isolation in store

Runnable config, when available.

This mirrors the Python implementation's access to config metadata for namespace resolution.

Current agent state with files, messages, etc.