UNPKG

@copilotkit/runtime

Version:

<div align="center"> <a href="https://copilotkit.ai" target="_blank"> <img src="https://github.com/copilotkit/copilotkit/raw/main/assets/banner.png" alt="CopilotKit Logo"> </a>

95 lines (94 loc) 2.23 kB
import { CustomEventNames, LangGraphAgent } from "./chunk-BHNTR222.mjs"; import { config, copilotRuntimeNextJSAppRouterEndpoint, copilotRuntimeNextJSPagesRouterEndpoint } from "./chunk-RVLXQ2V5.mjs"; import { copilotRuntimeNestEndpoint } from "./chunk-2CND6WGV.mjs"; import { copilotRuntimeNodeExpressEndpoint } from "./chunk-EVF3MXEK.mjs"; import { CopilotRuntime, addCustomHeaderPlugin, buildSchema, convertMCPToolsToActions, copilotKitEndpoint, copilotRuntimeNodeHttpEndpoint, createContext, createLogger, extractParametersFromSchema, flattenToolCallsNoDuplicates, generateMcpToolInstructions, getCommonConfig, langGraphPlatformEndpoint, resolveEndpointType } from "./chunk-GOPTDPPB.mjs"; import { AnthropicAdapter, BedrockAdapter, EmptyAdapter, ExperimentalEmptyAdapter, ExperimentalOllamaAdapter, GoogleGenerativeAIAdapter, GroqAdapter, LangChainAdapter, OpenAIAdapter, OpenAIAssistantAdapter, RemoteChain, UnifyAdapter } from "./chunk-IIXJVVTV.mjs"; import { GuardrailsValidationFailureResponse, MessageStreamInterruptedResponse, UnknownErrorResponse } from "./chunk-5BIEM2UU.mjs"; import "./chunk-SHBDMA63.mjs"; import "./chunk-2OZAGFV3.mjs"; import "./chunk-FHD4JECV.mjs"; // src/index.ts import "reflect-metadata"; export { AnthropicAdapter, BedrockAdapter, CopilotRuntime, CustomEventNames, EmptyAdapter, ExperimentalEmptyAdapter, ExperimentalOllamaAdapter, GoogleGenerativeAIAdapter, GroqAdapter, GuardrailsValidationFailureResponse, LangChainAdapter, LangGraphAgent, MessageStreamInterruptedResponse, OpenAIAdapter, OpenAIAssistantAdapter, RemoteChain, UnifyAdapter, UnknownErrorResponse, addCustomHeaderPlugin, buildSchema, config, convertMCPToolsToActions, copilotKitEndpoint, copilotRuntimeNestEndpoint, copilotRuntimeNextJSAppRouterEndpoint, copilotRuntimeNextJSPagesRouterEndpoint, copilotRuntimeNodeExpressEndpoint, copilotRuntimeNodeHttpEndpoint, createContext, createLogger, extractParametersFromSchema, flattenToolCallsNoDuplicates, generateMcpToolInstructions, getCommonConfig, langGraphPlatformEndpoint, resolveEndpointType }; //# sourceMappingURL=index.mjs.map