https://github.com/bptlab/intelligent-rpa
https://github.com/bptlab/intelligent-rpa
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bptlab/intelligent-rpa
- Owner: bptlab
- Created: 2024-01-30T11:47:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-04T00:14:16.000Z (over 2 years ago)
- Last Synced: 2025-01-07T19:51:40.332Z (over 1 year ago)
- Language: SCSS
- Size: 1.79 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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