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.
- Node.js and npm installed.
- An OpenAI API key, if necessary.
bash
git clone [repository-url]
cd Intelligent_RPA_Agent
npm install
npm start
cd LRM_Interface
npm install
npm start