Sema4 (fka Robocorp)
Robocorp helps build and operate Python workers that run seamlessly anywhere at any scale
安装与设置
您需要安装 langchain-robocorp 个Python包:
pip install langchain-robocorp
您需要一个运行中的 Action Server 实例,以便您的代理应用程序与其通信。
请参阅 Robocorp 快速入门,了解如何设置 Action Server 并创建您的 Actions。
您可以使用 Action Server new 命令启动一个新项目。
action-server new
cd ./your-project-name
action-server start
工具
from langchain_robocorp.toolkits import ActionServerRequestTool
工具箱
查看一个 使用示例。
from langchain_robocorp import ActionServerToolkit