A general purpose Svelte-based front end that is intended to support experimenting with conversational user interfaces that support data analysis and visualization. Calls out to DataAgent backend.
This project is currently under active development.
The project requires DataAgent, please install and review instructions for running its API.
Install the dependencies dependencies using npm install
then run using npm dev -- --open
.
Be sure that DataAgent is up and running ahead of running this application.