iachat/app/javascript/dashboard
Pranav d070743383
feat(ee): Add Captain features (#10665)
Migration Guide: https://chwt.app/v4/migration

This PR imports all the work related to Captain into the EE codebase. Captain represents the AI-based features in Chatwoot and includes the following key components:

- Assistant: An assistant has a persona, the product it would be trained on. At the moment, the data at which it is trained is from websites. Future integrations on Notion documents, PDF etc. This PR enables connecting an assistant to an inbox. The assistant would run the conversation every time before transferring it to an agent.
- Copilot for Agents: When an agent is supporting a customer, we will be able to offer additional help to lookup some data or fetch information from integrations etc via copilot.
- Conversation FAQ generator: When a conversation is resolved, the Captain integration would identify questions which were not in the knowledge base.
- CRM memory: Learns from the conversations and identifies important information about the contact.

---------

Co-authored-by: Vishnu Narayanan <vishnu@chatwoot.com>
Co-authored-by: Sojan <sojan@pepalo.com>
Co-authored-by: iamsivin <iamsivin@gmail.com>
Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
2025-01-14 16:15:47 -08:00
..
api feat(ee): Add Captain features (#10665) 2025-01-14 16:15:47 -08:00
assets feat: integrate new bubbles (#10550) 2024-12-19 18:41:55 +05:30
components feat(ee): Add Captain features (#10665) 2025-01-14 16:15:47 -08:00
components-next feat(ee): Add Captain features (#10665) 2025-01-14 16:15:47 -08:00
composables feat: integrate new bubbles (#10550) 2024-12-19 18:41:55 +05:30
constants feat: integrate new bubbles (#10550) 2024-12-19 18:41:55 +05:30
helper feat(v4): Update Inbox view card design (#10599) 2025-01-07 21:11:54 +05:30
i18n feat(ee): Add Captain features (#10665) 2025-01-14 16:15:47 -08:00
mixins chore: fix circleci on vite build (#10214) 2024-10-07 15:27:41 +05:30
modules feat: integrate new bubbles (#10550) 2024-12-19 18:41:55 +05:30
routes feat(ee): Add Captain features (#10665) 2025-01-14 16:15:47 -08:00
store feat(ee): Add Captain features (#10665) 2025-01-14 16:15:47 -08:00
App.vue fix: Resolve accountId from the route, initialize route-sync before the app is loaded (#10245) 2024-10-08 09:25:51 -07:00
featureFlags.js feat: Add new sidebar for Chatwoot V4 (#10291) 2024-10-23 18:32:37 -07:00