CLI - Graphical User Interface
When deploying the QALITA Agent you can add the --ui
argument or QALITA_AGENT_UI
environment variable to start the local web UI for the CLI.
You can do with the ui most of the commands available normally with the CLI such as :
- Adding / Editing / Deleting a source
- Pushing a pack
- Running the agent in worker mode.
But more importantly, you can access Studio which will help you investigate data quality issues using LLM AI Models.
Navbar buttons
Feature | Description | Access |
---|---|---|
Platform | Access your Platform instance directly from the UI | ![]() |
Studio | Access Studio for advanced data analysis | ![]() |
Documentation | Access this documentation for help and guidance | ![]() |
Add / Edit / Delete a source
Agent Context
A context is related to a local .env
file corresponding to a specific user credentials. You can manage multiple accounts on your local desktop and switch context as you want.
To make a context work, you first need to qalita agent login
with it.
Agent Worker Switch
You can directly Enable your agent in worker mode by enabling the switch.
You must qalita agent login
in order to make it work.
Publish a pack
You can publish a pack to your platform instance.
You must qalita agent login
in order to make it work.