quivr/frontend/lib/components/ui
Antoine Dewez 803f304390
feat(frontend): Quivr Assistants (#2448)
# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):


<!--
ELLIPSIS_HIDDEN
-->
----

| 🚀 This description was created by
[Ellipsis](https://www.ellipsis.dev) for commit
3e95f1a5aa |
|--------|

### Summary:
This PR introduces the 'Quivr Assistants' feature with new frontend
components and pages, backend routes and DTOs changes, and a minor
update in the `processAssistant` function.

**Key points**:
- Introduced the 'Quivr Assistants' feature with new frontend components
and pages, backend routes and DTOs changes.
- Added new `AssistantModal` component in
`/frontend/app/assistants/AssistantModal/AssistantModal.tsx`.
- Added new `InputsStep` and `OutputsStep` components for handling
assistant inputs and outputs.
- Added new `AssistantModal` page in
`/frontend/app/assistants/page.tsx`.
- Added new API endpoints and types for assistants in
`/frontend/lib/api/assistants/assistants.ts` and
`/frontend/lib/api/assistants/types.ts`.
- Updated backend assistant routes and DTOs in
`backend/modules/assistant/controller/assistant_routes.py`,
`backend/modules/assistant/dto/inputs.py`,
`backend/modules/assistant/ito/difference.py`, and
`backend/modules/assistant/ito/summary.py`.
- Made a minor update in the `processAssistant` function in the
`/frontend/lib/api/assistants/assistants.ts` file.


----
Generated with ❤️ by [ellipsis.dev](https://www.ellipsis.dev)

<!--
ELLIPSIS_HIDDEN
-->
2024-04-19 01:36:36 -07:00
..
BrainCard feat(frontend): Quivr Assistants (#2448) 2024-04-19 01:36:36 -07:00
Checkbox feat(frontend): Quivr Assistants (#2448) 2024-04-19 01:36:36 -07:00
CountrySelector feat(frontend): dark mode (#2369) 2024-03-21 00:01:21 -07:00
FieldHeader feat(frontend): onboarding form (#2342) 2024-03-21 12:10:54 -07:00
FileInput feat(frontend): Quivr Assistants (#2448) 2024-04-19 01:36:36 -07:00
FoldableSection feat(frontend): dark mode (#2369) 2024-03-21 00:01:21 -07:00
Icon feat(frontend & backend): thumbs for message feedback (#2360) 2024-03-21 00:11:06 -07:00
InfoDisplayer feat(frontend): design changes on user profile (#2140) 2024-02-03 17:45:05 -08:00
LoaderIcon feat(frontend): dark mode (#2369) 2024-03-21 00:01:21 -07:00
MessageInfoBox fix(frontend): onboardind bug (#2414) 2024-04-09 18:30:05 +02:00
Modal fix(frontend): phone display issues (#2386) 2024-03-28 14:22:16 -07:00
OptionsModal feat(frontend): dark mode (#2369) 2024-03-21 00:01:21 -07:00
QuivrButton feat(frontend): onboarding V2 (#2394) 2024-04-09 18:06:33 +02:00
SearchBar feat(frontend): onboarding V2 (#2394) 2024-04-09 18:06:33 +02:00
SingleSelector feat(analytics): added analytics page (#2416) 2024-04-10 02:20:21 -07:00
Tabs feat(frontend): dark mode (#2369) 2024-03-21 00:01:21 -07:00
Tag fix(frontend): dark mode issues (#2382) 2024-03-27 14:52:42 -07:00
TextAreaInput feat(frontend): dark mode (#2369) 2024-03-21 00:01:21 -07:00
TextButton feat(frontend): dark mode (#2369) 2024-03-21 00:01:21 -07:00
TextInput fix(frontend): phone display issues (#2386) 2024-03-28 14:22:16 -07:00
Toast feat: add name missing error in new brain modal (#1055) 2023-08-30 11:04:03 +02:00
Tooltip feat(frontend): dark mode (#2369) 2024-03-21 00:01:21 -07:00
Button.tsx feat(frontend): handle mentions in search bar (#2049) 2024-01-21 18:13:20 -08:00
Card.tsx feat: enhance user page UI (#1319) 2023-10-05 17:50:02 +02:00
CopyButton.tsx fix(frontend): bigger icon on message row (#2345) 2024-03-15 08:51:44 -07:00
Divider.tsx feat: update brain details page (#1910) 2023-12-18 18:02:34 +01:00
Field.tsx feat: update brain details page (#1910) 2023-12-18 18:02:34 +01:00
PageHeading.tsx fix(i18n): update tests for french and spanish (#878) 2023-08-07 14:13:41 +02:00
Popover.tsx fix(frontend): fix z index popover on add knwoledge modal (#2118) 2024-01-30 14:10:08 -08:00
Radio.tsx fix: allow user to set a brain as public after creation (#1646) 2023-11-16 18:57:12 +01:00
Select.tsx feat: add new actions modal (#1870) 2023-12-13 08:54:35 +01:00
Spinner.tsx feat: improve ux (#1522) 2023-10-30 14:52:47 +01:00
TextArea.tsx feat: update brain details page (#1910) 2023-12-18 18:02:34 +01:00