mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-03 19:04:23 +00:00
* Removed `ruff check --select I` as `I` is already selected and checked in the main `ruff check` command * Added checks for non-empty `PYTHON_FILES` * Run `ruff check` only on `PYTHON_FILES` Co-authored-by: Erick Friis <erick@langchain.dev>
langchain-robocorp
Note: this package is deprecated in favor of the renamed langchain-sema4 package (repo, package). |
|---|
This package contains the LangChain integrations for Robocorp Action Server. Action Server enables an agent to execute actions in the real world.
Installation
pip install -U langchain-robocorp
Action Server Toolkit
See ActionServerToolkit for detailed documentation.