Skip to main content

Interfaces

AppContext

Defined in: hooks/use-app-context.ts:8 Context value structure for the global Application state.

Variables

AppContext

Defined in: hooks/use-app-context.ts:8 React Context object that shares the LangGraph state and execution status across the application.

Functions

useAppContext()

Defined in: hooks/use-app-context.ts:26 Custom React hook that accesses the AppContext. Must be used within an AssistantRuntimeProviderWrapper component.

Returns

AppContext The current AppContext value.

Throws

If called outside of a provider context.