arcade-mcp/contrib/langchain
Eric Gustin ca90b31262
Update README and LICENSE (#220)
Updates README to point to updated URLs

---------

Co-authored-by: Nate Barbettini <nate@arcade-ai.com>
2025-01-23 19:43:48 -08:00
..
langchain_arcade Use AuthorizationResponse and ToolDefinition (#221) 2025-01-23 18:32:00 -08:00
tests Use AuthorizationResponse and ToolDefinition (#221) 2025-01-23 18:32:00 -08:00
.gitignore Remove toml (#210) 2025-01-17 09:56:43 -08:00
LICENSE Update README and LICENSE (#220) 2025-01-23 19:43:48 -08:00
Makefile Langchain arcade (#125) 2024-10-25 16:59:21 -07:00
pyproject.toml Use AuthorizationResponse and ToolDefinition (#221) 2025-01-23 18:32:00 -08:00
README.md Langchain arcade (#125) 2024-10-25 16:59:21 -07:00
tox.ini Update langchain integration to 0.2.0 (#213) 2025-01-22 13:01:15 -08:00

LangChain Integration

License Downloads

DocsIntegrationsCookbookPython ClientJavaScript Client

Overview

langchain-arcade allows you to use Arcade AI tools in your LangChain and LangGraph applications.

Installation

pip install langchain-arcade

Usage

See the examples for usage examples