Metadata-Version: 2.4
Name: videosdk-plugins-langchain
Version: 1.0.7
Summary: VideoSDK Agent Framework plugin for LangChain and LangGraph
Author: videosdk
License-Expression: Apache-2.0
Keywords: ai,audio,langchain,langgraph,video,videosdk
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Communications :: Conferencing
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.11
Requires-Dist: langchain-core>=0.3
Requires-Dist: langchain>=0.3
Requires-Dist: langgraph>=0.2
Requires-Dist: videosdk-agents>=1.0.7
Description-Content-Type: text/markdown

# VideoSDK LangChain Plugin

Agent Framework plugin for [LangChain](https://python.langchain.com/) and [LangGraph](https://langchain-ai.github.io/langgraph/) — use any LangChain-compatible LLM or a compiled LangGraph graph as the voice pipeline LLM.

## Installation

```bash
pip install videosdk-plugins-langchain
```
