Commit Graph

28 Commits

Author SHA1 Message Date
Siddhant Rai
d80eeb044c feat: add agent timestamps and improve agent retrieval logic 2025-04-15 14:06:20 +05:30
Siddhant Rai
7c69e99914 feat: Enhance agent selection and conversation handling
- Added functionality to select agents in the Navigation component, allowing users to reset conversations and set the selected agent.
- Updated the MessageInput component to conditionally show source and tool buttons based on the selected agent.
- Modified the Conversation component to handle agent-specific queries and manage file uploads.
- Improved conversation fetching logic to include agent IDs and handle attachments.
- Introduced new types for conversation summaries and results to streamline API responses.
- Refactored Redux slices to manage selected agent state and improve overall state management.
- Enhanced error handling and loading states across components for better user experience.
2025-04-15 11:53:53 +05:30
Siddhant Rai
7fd377bdbe feat: implement JWT authentication and token management in frontend and backend 2025-03-14 17:07:15 +05:30
fadingNA
6c585de6d3 add paginated to store, and fix upload docs property 2024-11-10 14:53:52 -05:00
JeevaRamanathan M
fcb5f946dd fixed according to suggestion
Signed-off-by: JeevaRamanathan M <jeevaramanathan.m@infosys.com>
2024-10-22 22:37:56 +00:00
ManishMadan2882
5368199517 fix(store.ts): type err 2024-09-19 01:10:16 +05:30
Alex
f105fd1b2c lint: final fix 2024-09-08 23:19:10 +01:00
ManishMadan2882
8276b6c9a9 (shared conv) centralised into redux state 2024-07-26 15:19:38 +05:30
Siddhant Rai
220d137e66 feat: dropdown to adjust conversational history limits 2024-05-26 23:13:01 +05:30
TomasMatarazzo
eb7bbc1612 TS2741 2024-04-27 11:04:28 -03:00
Alex
3c492062a9 Fix parsing issue with chunks in store.ts 2024-03-23 11:42:50 +00:00
Alex
ed08123550 Add support for setting the number of chunks processed per query 2024-03-22 14:50:56 +00:00
Alex
f8f60c62fe Add getLocalPrompt and setLocalPrompt functions to preferenceApi.ts 2023-12-04 11:23:51 +02:00
Alex
d7a1be2f3c fix bug 2023-11-23 00:00:08 +00:00
Alex
0974085c6f prompts 2023-11-14 01:16:06 +00:00
Alex
8187a339f0 little bug fix 2023-07-26 22:17:18 +01:00
Alex
f1f8341d25 fixes + combined new + path 2023-03-19 14:44:17 +00:00
ajaythapliyal
2f63bf85b5 adds default doc 2023-03-01 09:05:16 +05:30
ajaythapliyal
63af495693 incorporates 13 from Nicks list 2023-02-25 11:11:15 +05:30
ajaythapliyal
f90abd8753 fixes the middleware setup 2023-02-25 09:52:15 +05:30
ajaythapliyal
b662c30508 adds middleware to sync redux with local storage also adds ununsed
import error rule to linter
2023-02-24 18:46:46 +05:30
ajaythapliyal
a036a6b979 Adds mock conversation api layer, adds reducers to handle various asyc
state and wires it with conversation UI
2023-02-20 09:04:24 +05:30
ajaythapliyal
d20b5f3e09 adds conversation slice 2023-02-19 09:53:39 +05:30
ajaythapliyal
cb50795ac1 reorganizes the code, introduces preference slice 2023-02-18 00:58:04 +05:30
ajaythapliyal
350ccad077 makes the api key modal work 2023-02-18 00:25:21 +05:30
ajaythapliyal
1b6a58520c cleanup 2023-02-17 01:17:43 +05:30
TaylorS15
8e75d83a72 default state change 2023-02-14 21:44:29 -05:00
TaylorS15
5e5f13b664 major changes
state management now handled with redux
responsiveness uses custom hook (hooks.ts)
2023-02-14 21:43:14 -05:00