跳到主要内容
Robocorp 帮助构建和运行可在任何地方无缝扩展的 Python 工作器

安装和设置

您需要安装 langchain-robocorp python 包
pip install langchain-robocorp
您需要一个正在运行的 Action Server 实例,以便与您的代理应用程序进行通信。请参阅 Robocorp 快速入门,了解如何设置 Action Server 并创建您的操作。 您可以使用 Action Server new 命令引导一个新项目。
action-server new
cd ./your-project-name
action-server start

工具

from langchain_robocorp.toolkits import ActionServerRequestTool

工具包

请参阅使用示例
from langchain_robocorp import ActionServerToolkit

以编程方式连接这些文档到 Claude、VSCode 等,通过 MCP 获取实时答案。
© . This site is unofficial and not affiliated with LangChain, Inc.