Quickstart Tutorial
Build your first agent with AskUI.
In this quickstart tutorial, we will guide you through your first automation on a web calculator. We will calculate 7 + 7 and then extract the calculation result in a variable. Please make sure you followed through the Installation Guide prior to this.
Install AskUI Agent OS
First, download and install the AskUI Agent OS for your operating system:
Install Python Package
Install the AskUI Python package:
Note: Requires Python version >=3.10.
Set Up Authentication
Set up authentication with your chosen AI model provider:
Create Your First Automation
Create a new Python file calculator.py
and add the following code:
Run the script:
(Optional) Enable Detailed Logging
To better understand what your agent is doing, enable debug logging and reporting:
(Optional) Run in CI/CD Pipeline
You can run your automations in any CI/CD pipeline. Here’s an example for GitHub Actions:
You can also find more examples in our Community.