You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/partners/robocorp
Christophe Bornet 038c287b3a
all: Improve make lint command (#25344)
* 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>
4 weeks ago
..
langchain_robocorp
scripts
tests
.gitignore
LICENSE
Makefile all: Improve make lint command (#25344) 4 weeks ago
README.md [docs]: combine tools and toolkits (#25158) 1 month ago
poetry.lock
pyproject.toml

README.md

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.