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

StoreBackendContext

Context provided to dynamic namespace factory functions.

Copy
interface StoreBackendContext

Properties

property
assistantId: string

The agent identifier

property
config: __type

Runnable config, when available.

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

property
state: StateT

Current agent state with files, messages, etc.

View source on GitHub