UNPKG

@langgraph-js/sdk

Version:

The UI SDK for LangGraph - seamlessly integrate your AI agents with frontend interfaces

7 lines (6 loc) 286 B
import { SwarmState } from "@langchain/langgraph-swarm"; /** * 保留 langgraph-swarm 在 handoff 时丢失的 state */ export declare const keepAllStateInHandOff: (state: typeof SwarmState.State) => any; export declare const createHandoffCommand: <T>(name: string, state: T) => any;