UNPKG

@copilotkit/react-core

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>

32 lines (31 loc) 2.54 kB
export { CopilotKit, defaultCopilotContextCategories } from './components/copilot-provider/copilotkit.js'; export { CopilotKitProps } from './components/copilot-provider/copilotkit-props.js'; export { b as CoagentInChatRenderFunction, c as CopilotApiConfig, C as CopilotContext, a as CopilotContextParams, u as useCopilotContext } from './copilot-context-c402f48d.js'; export { CopilotMessagesContext, CopilotMessagesContextParams, useCopilotMessagesContext } from './context/copilot-messages-context.js'; export { UseCopilotChatOptions, UseCopilotChatReturn, useCopilotChat } from './hooks/use-copilot-chat.js'; export { useCopilotAction } from './hooks/use-copilot-action.js'; export { useCoAgentStateRender } from './hooks/use-coagent-state-render.js'; export { useMakeCopilotDocumentReadable } from './hooks/use-make-copilot-document-readable.js'; export { UseChatHelpers } from './hooks/use-chat.js'; export { useCopilotReadable } from './hooks/use-copilot-readable.js'; export { HintFunction, runAgent, startAgent, stopAgent, useCoAgent } from './hooks/use-coagent.js'; export { useCopilotRuntimeClient } from './hooks/use-copilot-runtime-client.js'; export { useCopilotAuthenticatedAction_c } from './hooks/use-copilot-authenticated-action.js'; export { useLangGraphInterrupt } from './hooks/use-langgraph-interrupt.js'; export { useLangGraphInterruptRender } from './hooks/use-langgraph-interrupt-render.js'; export { useCopilotAdditionalInstructions } from './hooks/use-copilot-additional-instructions.js'; export { DocumentPointer } from './types/document-pointer.js'; export { SystemMessageFunction } from './types/system-message.js'; export { ActionRenderProps, ActionRenderPropsNoArgs, ActionRenderPropsNoArgsWait, ActionRenderPropsWait, CatchAllActionRenderProps, CatchAllFrontendAction, FrontendAction, FrontendActionAvailability, RenderFunctionStatus } from './types/frontend-action.js'; export { CopilotChatSuggestionConfiguration } from './types/chat-suggestion-configuration.js'; export { CrewsAgentState, CrewsResponse, CrewsResponseStatus, CrewsStateItem, CrewsTaskStateItem, CrewsToolStateItem } from './types/crew.js'; export { CopilotTask, CopilotTaskConfig } from './lib/copilot-task.js'; export { extract } from './utils/extract.js'; export { shouldShowDevConsole } from './utils/dev-console.js'; import 'react/jsx-runtime'; import '@copilotkit/runtime-client-gql'; import 'react'; import '@copilotkit/shared'; import './hooks/use-tree.js'; import './types/coagent-action.js'; import './types/coagent-state.js';