Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 603 Bytes

File metadata and controls

16 lines (14 loc) · 603 Bytes

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> npm npm install @copilotkit/sdk-js