Back to Copilotkit

Install Sdk

docs/snippets/install-sdk.mdx

1.57.0602 B
Original Source

import InstallPythonSDKSnippet from "@/snippets/install-python-sdk.mdx"; import { Tabs, Tab } from "fumadocs-ui/components/tabs";

Any LangChain agent can be used with CopilotKit. However, creating deep agentic experiences with CopilotKit requires our LangChain SDK.

<Tabs groupId="language_langgraph_agent" items={["Python", "TypeScript"]} className="p-0 m-0" persist> <Tab value="Python" className="p-0 m-0"> <InstallPythonSDKSnippet components={props.components} /> </Tab> <Tab value="TypeScript" className="p-0 m-0"> npm npm install @copilotkit/sdk-js </Tab> </Tabs>