UNPKG

@copilotkit/runtime

Version:

<img src="https://github.com/user-attachments/assets/0a6b64d9-e193-4940-a3f6-60334ac34084" alt="banner" style="border-radius: 12px; border: 2px solid #d6d4fa;" />

58 lines (57 loc) 2.79 kB
import { CustomEventNames, PredictStateTool, TextMessageEvents, ToolCallEvents } from "./lib/runtime/agent-integrations/langgraph/consts.cjs"; import { LangGraphAgent, LangGraphHttpAgent } from "./lib/runtime/agent-integrations/langgraph/agent.cjs"; import "./lib/runtime/agent-integrations/langgraph/index.cjs"; export { /** * @deprecated Since 1.68.2. The v1 SDK is deprecated. Use v2 instead. * No 1:1 v2 replacement is available. * Related v2 docs (LangGraph agents): https://docs.copilotkit.ai/agent-spec/langgraph * Start with `@copilotkit/runtime/v2`. * V2 docs: https://docs.copilotkit.ai/ * V2 reference docs: https://docs.copilotkit.ai/reference/v2 * Migration guide: https://docs.copilotkit.ai/migrate/v2 */ CustomEventNames, /** * @deprecated Since 1.68.2. The v1 SDK is deprecated. Use v2 instead. * No 1:1 v2 replacement is available. * Related v2 docs (LangGraph agents): https://docs.copilotkit.ai/agent-spec/langgraph * Start with `@copilotkit/runtime/v2`. * V2 docs: https://docs.copilotkit.ai/ * V2 reference docs: https://docs.copilotkit.ai/reference/v2 * Migration guide: https://docs.copilotkit.ai/migrate/v2 */ LangGraphAgent, /** * @deprecated Since 1.68.2. The v1 SDK is deprecated. Use v2 instead. * No 1:1 v2 replacement is available. * Start with `@copilotkit/runtime/v2`. * V2 docs: https://docs.copilotkit.ai/ * V2 reference docs: https://docs.copilotkit.ai/reference/v2 * Migration guide: https://docs.copilotkit.ai/migrate/v2 */ LangGraphHttpAgent, /** * @deprecated Since 1.68.2. The v1 SDK is deprecated. Use v2 instead. * No 1:1 v2 replacement is available. * Related v2 docs (LangGraph agents): https://docs.copilotkit.ai/agent-spec/langgraph * Start with `@copilotkit/runtime/v2`. * V2 docs: https://docs.copilotkit.ai/ * V2 reference docs: https://docs.copilotkit.ai/reference/v2 * Migration guide: https://docs.copilotkit.ai/migrate/v2 */ type PredictStateTool, /** * @deprecated Since 1.68.2. The v1 SDK is deprecated. Use v2 instead. * No 1:1 v2 replacement is available. * Related v2 docs (LangGraph agents): https://docs.copilotkit.ai/agent-spec/langgraph * Start with `@copilotkit/runtime/v2`. * V2 docs: https://docs.copilotkit.ai/ * V2 reference docs: https://docs.copilotkit.ai/reference/v2 * Migration guide: https://docs.copilotkit.ai/migrate/v2 */ type TextMessageEvents, /** * @deprecated Since 1.68.2. The v1 SDK is deprecated. Use v2 instead. * No 1:1 v2 replacement is available. * Related v2 docs (LangGraph agents): https://docs.copilotkit.ai/agent-spec/langgraph * Start with `@copilotkit/runtime/v2`. * V2 docs: https://docs.copilotkit.ai/ * V2 reference docs: https://docs.copilotkit.ai/reference/v2 * Migration guide: https://docs.copilotkit.ai/migrate/v2 */ type ToolCallEvents };