arcade-mcp/contrib/langchain
Eric Gustin cdd90b4844
Remove toml (#210)
# PR Description
`arcade.toml` was deprecated in favor of `credentials.yaml` in PR #116 .
This PR completely removes any references to handling the deprecation &
any references to `arcade.toml`
2025-01-17 09:56:43 -08:00
..
langchain_arcade Langchain arcade (#125) 2024-10-25 16:59:21 -07:00
.gitignore Remove toml (#210) 2025-01-17 09:56:43 -08:00
LICENSE Langchain arcade (#125) 2024-10-25 16:59:21 -07:00
Makefile Langchain arcade (#125) 2024-10-25 16:59:21 -07:00
pyproject.toml Bump arcadepy dependency (#168) 2024-12-03 07:18:18 -08:00
README.md Langchain arcade (#125) 2024-10-25 16:59:21 -07: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