WebUI Quickstart
Last updated
Last updated
Be sure to complete the installation instructions and read the configurations in the quickstart before continuing with this guide. Here are the guidelines of how to set and run the WebUI of AIOS.
To run the WebUI, you need to check whether you have the nodejs environment by entering the following command:
Then, you need to enter the agenthub folder and install all the packages by entering the following command.
Then you can run the launch.py as below
to start the WebUI of AIOS. Same as the instructions mentioned in quickstart, this also supports two ways to run 1) from the aios_config.json 2) from passing arguments in the terminal.
If everything goes well, run the this should open a window in your default browser, however if it doesnt, navigate to https://localhost:3000
Some users will find the webpage displaying errors, 99% of the time this is an issue with building before compiling and is solved by reloading
from here you can interact with agents using '@' to select agents. The running results of using @agents is shown as below.