Skip to main content

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.

ui dashboard

FeatureDescriptionAccess
PlatformAccess your Platform instance directly from the UIplatform
StudioAccess Studio for advanced data analysisstudio
DocumentationAccess this documentation for help and guidancedocumentation

Add / Edit / Delete a source

Agent Context

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.

info

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.

warning

You must qalita agent login in order to make it work.

context

Publish a pack

You can publish a pack to your platform instance.

context

warning

You must qalita agent login in order to make it work.