@copilotkit/runtime
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>
17 lines (16 loc) • 669 B
text/typescript
export type {
CopilotRuntimeChatCompletionRequest,
CopilotRuntimeChatCompletionResponse,
CopilotServiceAdapter,
} from "./service-adapter";
export type { RemoteChainParameters } from "./langchain/langserve";
export { RemoteChain } from "./langchain/langserve";
export * from "./openai/openai-adapter";
export * from "./langchain/langchain-adapter";
export * from "./google/google-genai-adapter";
export * from "./openai/openai-assistant-adapter";
export * from "./unify/unify-adapter";
export * from "./groq/groq-adapter";
export * from "./anthropic/anthropic-adapter";
export * from "./experimental/ollama/ollama-adapter";
export * from "./empty/empty-adapter";