An open API service indexing awesome lists of open source software.

https://github.com/bptlab/intelligent-rpa


https://github.com/bptlab/intelligent-rpa

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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