Skip to main content

Documentation Index

Fetch the complete documentation index at: https://langchain.idochub.dev/llms.txt

Use this file to discover all available pages before exploring further.

Robocorp helps build and operate Python workers that run seamlessly anywhere at any scale

Installation and Setup

You need to install langchain-robocorp python package:
pip install langchain-robocorp
You will need a running instance of Action Server to communicate with from your agent application. See the Robocorp Quickstart on how to setup Action Server and create your Actions. You can bootstrap a new project using Action Server new command.
action-server new
cd ./your-project-name
action-server start

Tool

from langchain_robocorp.toolkits import ActionServerRequestTool

Toolkit

See a usage example.
from langchain_robocorp import ActionServerToolkit