Automation Anywhwere A360 Assistant
----------------------------------------------------------------------------------------------------
ABOUT 📗:
Bot Assistant 🤖 helps ensure best practices are being followed for A360 bots by quickly providing an overview of issues in real-time.
•Allows developers to proactively make changes before review.💻
•Allows reviewers to quickly get list of issues without going line by line.👀
•Allows copy pasting control room files and folders in bulk.
HOW TO USE:
•Navigate to A360 bot page(🔗public/private) and click extension icon 🤖.
•Extension icon can be clicked to toggle bot assistant🤖, 📌pin extension or assign shortcut key for quick toggle.
•Bot assistant can also be dragged and collapsed/expanded 🌂.
----------------------------------------------------------------------------------------------------
v1.2.3
Feature: Support for new control room UI
----------------------------------------------------------------------------------------------------
v1.2.2
Feature: Download files from private workspace(select item> copy > click on file name).
----------------------------------------------------------------------------------------------------
v1.2.0
•Feature: Bulk copy files and folders
•Feature: Auto refresh assistant on code save
•Feature: Expand all actions
•Feature: Collapse all actions
•Fix: Keep assistant in view on screen size change
•Fix: Select correct line in case of collapsed actions
----------------------------------------------------------------------------------------------------
CONFIGURATION ⚙️:
By default all the checks are enabled with default values, these can be customized:
BEST PRACTICES :
•Error Handling ⛔
•Comment 🗒️
•Step 🧱
•Runtime time out ⌚
•Automation priority 🏎️
•Lines of code per task 🔢
•Number of variables per task 🔢
BOT ACTIONS :
•Empty Containers (Step, Try, Catch, If, Else, etc.) 🧱
•Disabled action 🔕
•Command outside Try-Catch ⛔
•Message Box 📟
•Debug breakpoint 🦽
•Hardcoded delay 🚧
•Code break (Pause task, Stop task) 🛑
BOT VARIABLES :
•Nonconstant variable with a hardcoded value 🔠
•Constant variable with a lowercase letter in the name 🔤
•Variable name minimum length 📏
•Input type variable Regex pattern 🔠🔢
•Output type variable name Regex pattern 🔠🔢
•Input+Output type variable name Regex pattern 🔠🔢
•Regular(Not Input + Not Output) type variable name RegEx pattern 🔠🔢
----------------------------------------------------------------------------------------------------