theia/README.md
2024-06-30 21:25:43 +02:00

1020 B

Theia (Conversation Manager + Widget Element Flow for ownship-drone UI)

What Theia is

Theia is a suite of tools that can be used to make any multi-modal adaptive UI. It works by taking in information about the outside world and user, deciding what action is best to convey the current world status to the user, and adapting the UI to accomodate the best action. Theia aims to give developers a way to create a UI that gives the user the right information at the right place at the right time.

How to run

Uses Vite, Vitest, and React Testing Library.

To run the app, use the following command in the src directory.

npm start

For the Theia UI to receive and react to world events, you must also run the World Simulator.

Documentation

To find more information on Theia, its tools, and how to make a new UI, please refer to our documentation.