ProAgent:从机器人流程自动化到智能体流程自动化
机器人学
2023-11-27 v2 人工智能
计算与语言
摘要
从古代水轮到机器人流程自动化(RPA),自动化技术历经演进,将人类从繁重的任务中解放出来。然而,RPA 难以应对需要类人智能的任务,尤其在工作流程构建的精细设计和工作流执行中的动态决策方面。随着大语言模型(LLMs)展现出类人智能,本文提出智能体流程自动化(APA)这一突破性自动化范式,利用基于 LLM 的智能体通过将与人类相关的构建与执行劳动转移给智能体来实现高级自动化。我们随后实例化了 ProAgent,一个基于 LLM 的智能体,旨在根据人类指令编写工作流,并通过协调专用智能体做出复杂决策。我们开展了实证实验以详述其工作流的构建与执行过程,展示了 APA 的可行性,揭示了由智能体驱动的新自动化范式的可能性。我们的代码已公开于 https://github.com/OpenBMB/ProAgent。
引用
@article{arxiv.2311.10751,
title = {ProAgent: From Robotic Process Automation to Agentic Process Automation},
author = {Yining Ye and Xin Cong and Shizuo Tian and Jiannan Cao and Hao Wang and Yujia Qin and Yaxi Lu and Heyang Yu and Huadong Wang and Yankai Lin and Zhiyuan Liu and Maosong Sun},
journal= {arXiv preprint arXiv:2311.10751},
year = {2023}
}
备注
Work in progress