@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;" />
17 lines (16 loc) • 755 B
text/typescript
export { CopilotContext, useCopilotContext } from "./copilot-context";
export { CopilotMessagesContext, useCopilotMessagesContext } from "./copilot-messages-context";
export {
CoAgentStateRendersContext,
CoAgentStateRendersProvider,
useCoAgentStateRenders,
} from "./coagent-state-renders-context";
export { ThreadsContext, ThreadsProvider, useThreads } from "./threads-context";
export type {
CopilotContextParams,
CoagentInChatRenderFunction,
CopilotApiConfig,
} from "./copilot-context";
export type { CopilotMessagesContextParams } from "./copilot-messages-context";
export type { CoAgentStateRendersContextValue } from "./coagent-state-renders-context";
export type { ThreadsContextValue, ThreadsProviderProps } from "./threads-context";