Metadata-Version: 2.4
Name: livekit-agents-adapter-langchain
Version: 0.1.1
Summary: LangChain translator for LiveKit Agents Adapter
Project-URL: Homepage, https://github.com/guttume/livekit_agents_adapter
Project-URL: Repository, https://github.com/guttume/livekit_agents_adapter
Project-URL: Issues, https://github.com/guttume/livekit_agents_adapter/issues
Project-URL: Changelog, https://github.com/guttume/livekit_agents_adapter/blob/main/CHANGELOG.md
Author-email: Amit Kumar Dubey <guttume@gmail.com>
License: MIT
Keywords: adapter,agents,ai,langchain,livekit,voice
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Communications :: Conferencing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: langchain-core>=0.1.0
Requires-Dist: langchain-openai>=0.0.5
Requires-Dist: livekit-agents-adapter
Description-Content-Type: text/markdown

# LiveKit Agents Adapter — LangChain Translator

A LangChain translator plugin for [livekit-agents-adapter](https://github.com/guttume/livekit_agents_adapter).

Provides `LangChainTranslator` for bridging LangChain ChatModels and agents
(AgentExecutor, LangGraph) to the LiveKit Agent runtime.
