a { position: relative; color: #000; text-decoration: none; } a::after { content: ''; position: absolute; width: 100%; height: 2px; bottom: 0; left: 0; background-color: #000; visibility: hidden; transform: scaleX(0); transform-origin: left; transition: all 0.3s ease-in-out; } a:hover::after { visibility: visible; transform: scaleX(1); }

Table of Contents

Introduction
Tutorial
Version History
Download and Installation
Support
Integration Services
Code Gallery
Licensing

Git Hub
Source Code
Issue Tracking

Community
Classes & Schedule

body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; color: #333; } header { background-color: #4CAF50; color: white; padding: 1em 0; text-align: center; } main { padding: 2em; } .version { background-color: white; margin: 1em 0; padding: 1em; border-radius: 8px; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); } .version h2 { color: #4CAF50; margin-top: 0; } footer { text-align: center; padding: 1em 0; background-color: #4CAF50; color: white; position: fixed; width: 100%; bottom: 0; }

Version History

Version 1.0 BETA
  • Initial release with core functionalities:
    • Conversational chatbot mode
    • RPA command constructor
    • Monitoring of the Clipboard, monitor display, databases and files
    • Analysis of database entries and files
  • Implemented autoRun function for command execution.
  • Capabilities and Functions:
    • Monitoring:
      • Database monitoring
      • Image monitoring
      • File monitoring
      • SQL monitoring
      • Clipboard monitoring
    • Constructor:
      • Assist in creating RPA commands
      • Building and scanning .png files during command execution
      • Incorporated serialization of -import/-export system for shareability
    • Conversational Mode:
      • Acts as a chatbot
      • Integrates with Offline AI models like Mistral 7B
    • Command Mode:
      • Executes available RPA commands
      • Includes functionalities such as image detection, clicking actions, and processing command queues
    • Settings Management:
      • Update and manage global settings
      • Differentiation between server and default server settings
    • AI Fine Tuning Management:
      • Incorporated AI fine tuning systems and settings
      • Added in settings manipulation to allow user to perform a streamline setup for the AI environment
    • Help and Documentation:
      • DisplayHelp function lists available commands and their functions