LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangSmith
  • Client
  • Run Trees
  • Traceable
  • Evaluation
  • Schemas
  • Langchain
  • Jest
  • Vitest
  • Wrappers
  • Anonymizer
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmith_openapi_clientresourcesSandboxesBoxCreateParamsMountConfigSandboxapiS3BucketMountSpecContexthub
Interface●Since v0.10

Contexthub

Copy
interface Contexthub

Properties

property
initial_pull_only: boolean

InitialPullOnly syncs the repo once at startup instead of polling for updates for the sandbox's lifetime.

property
repo: string

Repo is the Context Hub repository to sync, as "owner/repo" (e.g. "-/my-agent", where "-" is the current workspace). The repo's latest commit tree is mirrored into the mount path.

View source on GitHub