Skip to main content

Variables

NODE_NAME_MAP

Defined in: components/assistant-ui/runtime/assistant-runtime-provider.tsx:33 Mapping of LangGraph node execution IDs to human-friendly description titles. Used in the UI sidebar/header to show the user the active step of the migration process.

Type Declaration

check_query_equivalence_node
Node calculating DeepDiff semantic difference for outputs
evaluation_node
Node executing LLM Judge evaluation for compile stdout/stderr and query equivalence
extract_input
Node responsible for using Pydantic schemas to extract framework specifications from C# inputs
generate_translation_node
Node executing LLM translation of source mappings to target entities/queries
human_intervention_node
Suspended state graph node waiting for manual user intervention
prep_query_equivalence
Node preparing SQL Server vs MongoDB/Neo4j query results comparison
prep_query_validation
Node preparing target query validation payloads
prep_schema_validation
Node setting up workspace schemas for .csproj or pom.xml builds
schema_inspection
Node checking database schemas using MCP server tools
validate_query_node
Node executing target query compilations inside sandboxes
validate_schema_node
Node executing isolated container compilation via Daytona

Functions

AssistantRuntimeProviderWrapper()

Defined in: components/assistant-ui/runtime/assistant-runtime-provider.tsx:128 Wrapper component that sets up the LangGraph client, manages local React state for execution tracking, and configures the @assistant-ui/react-langgraph runtime with hooks, streams, and thread lists.

Parameters

props
Component properties.
children
ReactNode Child components to render within the state provider.
inputSuggestions
any Array of onboarding query templates read from txt files.

Returns

Element The runtime provider and state provider context wrapper.