Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1017 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 1017 Bytes

intelligent-rpa

Intelligent RPA Agent with LRM Interface

Introduction

This project combines Robotic Process Automation (RPA) with advanced AI to provide two key functionalities:

  • LRM Interface: Allows users to input process descriptions and receive Robot Workflow Documents in a chat-formatted manner, leveraging a fine-tuned LRM model.
  • Intelligent RPA Agent: An automation agent that uses an OpenAI library backend connected to a fine-tuned model for executing tasks intelligently.

Getting Started

Prerequisites

  • Node.js and npm installed.
  • An OpenAI API key, if necessary.

Installation

For Intelligent RPA Agent

bash

Clone the repository

git clone [repository-url]

Navigate to the Intelligent_RPA_Agent directory

cd Intelligent_RPA_Agent

Install dependencies

npm install

Start the agent

npm start

For Intelligent RPA Agent

Navigate to the LRM_Interface folder

cd LRM_Interface

Install dependencies

npm install

Start the interface

npm start