This demo is deployed on Github pages
Global Architecture
Global components used :
The Agent AI works as follows:
- User provide limited input either on a Non-Conformity task field or directly to the deep-chat input.
- AI Agent looks up to vector databases and provide a json including task fields to update the Non-conformity Edition block (Report or Task 100), reference tech docs and non-conformity tickets (to update left side helpers), and a comment to display within deep-chat
- User can iterate to make the Non-Conformity task fiels more relevant or to translate it to a more comfortable language.
Developing
# install dependencies (legacy option required to use svelte-pdf)
npm install --legacy-peer-deps
# dev mode
npm run dev
Building
To create a production version of your app:
npm run build
You can preview the production build with npm run preview.
Deploy
This repo is using Github Actions to deploy static pages to Github Pages (cf .github/workflows/deploy.yml)