@copilotkit/react-core
Version:
<img src="https://github.com/user-attachments/assets/0a6b64d9-e193-4940-a3f6-60334ac34084" alt="banner" style="border-radius: 12px; border: 2px solid #d6d4fa;" />
27 lines (26 loc) • 1.65 kB
TypeScript
export { UseCopilotChatReturn, useCopilotChat } from './use-copilot-chat.js';
export { UseCopilotChatOptions, UseCopilotChatOptions as UseCopilotChatOptions_c, UseCopilotChatReturn as UseCopilotChatReturn_c, useCopilotChat as useCopilotChatInternal } from './use-copilot-chat_internal.js';
export { useCopilotChatHeadless_c } from './use-copilot-chat-headless_c.js';
export { useCopilotAction } from './use-copilot-action.js';
export { useCoAgentStateRender } from './use-coagent-state-render.js';
export { useMakeCopilotDocumentReadable } from './use-make-copilot-document-readable.js';
export { UseChatHelpers } from './use-chat.js';
export { useCopilotReadable } from './use-copilot-readable.js';
export { HintFunction, runAgent, startAgent, stopAgent, useCoAgent } from './use-coagent.js';
export { useCopilotRuntimeClient } from './use-copilot-runtime-client.js';
export { useCopilotAuthenticatedAction_c } from './use-copilot-authenticated-action.js';
export { useLangGraphInterrupt } from './use-langgraph-interrupt.js';
export { useLangGraphInterruptRender } from './use-langgraph-interrupt-render.js';
export { useCopilotAdditionalInstructions } from './use-copilot-additional-instructions.js';
export { Tree, TreeNode } from './use-tree.js';
import '../types/system-message.js';
import '@copilotkit/runtime-client-gql';
import '@copilotkit/shared';
import '../index-08c43df1.js';
import '../copilot-context-256f9020.js';
import '../types/frontend-action.js';
import 'react';
import '../types/document-pointer.js';
import '../types/chat-suggestion-configuration.js';
import '../types/coagent-action.js';
import '../types/coagent-state.js';