Back to Copilotkit

Install Sdk

showcase/shell-docs/src/content/snippets/install-sdk.mdx

1.57.2373 B
Original Source

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

<Tabs groupId="language_langgraph_agent" items={["Python", "TypeScript"]} persist

<Tab value="Python"> <InstallPythonSDK /> </Tab> <Tab value="TypeScript"> ```npm npm install @copilotkit/sdk-js ``` </Tab> </Tabs>