@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;" />
34 lines (33 loc) • 2.09 kB
TypeScript
export { UseCopilotChatReturn, useCopilotChat } from './use-copilot-chat.js';
export { ChatSuggestions, OnReloadMessages, OnStopGeneration, UseCopilotChatOptions, UseCopilotChatOptions as UseCopilotChatOptions_c, UseCopilotChatReturn as UseCopilotChatReturn_c, 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 { useCopilotReadable } from './use-copilot-readable.js';
export { HintFunction, 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';
export { useFrontendTool } from './use-frontend-tool.js';
export { useHumanInTheLoop } from './use-human-in-the-loop.js';
export { useRenderToolCall } from './use-render-tool-call.js';
export { useDefaultTool } from './use-default-tool.js';
export { useLazyToolRenderer } from './use-lazy-tool-renderer.js';
export { UseCopilotChatSuggestionsConfiguration, useCopilotChatSuggestions } from './use-copilot-chat-suggestions.js';
import '../types/system-message.js';
import '@copilotkit/runtime-client-gql';
import '@copilotkit/shared';
import '@copilotkitnext/react';
import '@copilotkitnext/core';
import '../types/frontend-action.js';
import 'react';
import '../types/coagent-action.js';
import '../types/document-pointer.js';
import '../copilot-context-ec77e921.js';
import '../types/chat-suggestion-configuration.js';
import '../types/coagent-state.js';
import '@ag-ui/client';