Alex
6626723180
feat: enhance prompt variable handling and add system variable options in prompts modal ( #2128 )
2025-11-03 15:54:13 +02:00
Aqsa Aqeel
a7d61b9d59
feat: implementing the new custom modal design ( #2090 )
...
* feat: implementing the new custom modal design
* feat: added tool variable dropdown
* fix: ui fixes and link fixes
* feat: implemented redisgn for edit prompt modal
* (feat:prompts) matching figma
* (fix:prompts) tool vars
* (fix:promptsModal) responsive; disable save on text
---------
Co-authored-by: Aqsa Aqeel <aqsa.aqeel17@example.com >
Co-authored-by: ManishMadan2882 <manishmadan321@gmail.com >
2025-10-31 12:18:13 +02:00
Manish Madan
6a4cb617f9
Frontend audit: Bug fixes and refinements ( #2112 )
...
* (fix:attachements) sep id for redux ops
* (fix:ui) popups, toast, share modal
* (feat:agentsPreview) stable preview, ui fixes
* (fix:ui) light theme icon, sleek scroll
* (chore:i18n) missin keys
* (chore:i18n) missing keys
* (feat:preferrenceSlice) autoclear invalid source from storage
* (fix:general) delete all conv close btn
* (fix:tts) play one at a time
* (fix:tts) gracefully unmount
* (feat:tts) audio LRU cache
* (feat:tts) pointer on hovered area
* (feat:tts) clean text for speach
---------
Co-authored-by: GH Action - Upstream Sync <action@github.com >
2025-10-29 01:47:26 +02:00
Manish Madan
72bc24a490
Chore: deleted unused files, dead code; minor fixes ( #2059 )
...
* (feat:pause-stream) generator exit
* (feat:pause-stream) close request
* (feat:pause-stream) finally close; google anthropic
* (feat:task_status)communicate failure
* (clean:connector) unused routes
* (feat:file-table) missing skeletons
* (chore:fe) purge unused
* (fix:apiKeys) build err
* (chore:settings) clean unused
* merge from main
* (chore:purge) unused fe assets
* (clean:check_docs) unused logic
* (feat:selectedDocs) replace null type
---------
Co-authored-by: GH Action - Upstream Sync <action@github.com >
2025-10-13 19:11:24 +03:00
Siddhant Rai
da6317a242
feat: agent templates and seeding premade agents ( #1910 )
...
* feat: agent templates and seeding premade agents
* fix: ensure ObjectId is used for source reference in agent configuration
* fix: improve source handling in DatabaseSeeder and update tool config processing
* feat: add prompt handling in DatabaseSeeder for agent configuration
* Docs premade agents
* link to prescraped docs
* feat: add template agent retrieval and adopt agent functionality
* feat: simplify agent descriptions in premade_agents.yaml added docs
---------
Co-authored-by: Pavel <pabin@yandex.ru >
Co-authored-by: Alex <a@tushynski.me >
2025-10-07 13:00:14 +03:00
Siddhant Rai
0ff6c6a154
Merge branch 'main' into feat/remote-mcp
2025-09-15 09:53:58 +05:30
Ankit Matth
07d59b6640
refactor: use list instead of string parsing
2025-08-23 20:25:29 +05:30
Ankit Matth
6f47aa802b
added support for multi select sources
2025-08-16 15:19:19 +05:30
ManishMadan2882
4702dec933
(chore:tailwindcss) via upgrade tool
2025-06-22 18:31:26 +05:30
ManishMadan2882
b4e2588a24
(fix:prompts) save when content changes
2025-06-10 17:02:24 +05:30
ManishMadan2882
92d69636a7
(fix/ui) minor adjustments
2025-05-30 19:33:07 +05:30
Siddhant Rai
56793c8db7
feat: enhance agent sharing functionality and UI improvements
...
- Added shared agents state management in Navigation and AgentsList components.
- Implemented fetching and displaying shared agents in the AgentsList.
- Introduced functionality to hide shared agents with appropriate API integration.
- Updated the SharedAgent component layout for better UI consistency.
- Improved error handling in conversation fetching logic.
- Added new API endpoint for hiding shared agents.
- Updated Redux slice to manage shared agents state.
- Refactored AgentCard and AgentSection components for better code organization and readability.
2025-05-17 05:53:56 +05:30
ManishMadan2882
ff532210f7
lint
2025-05-08 00:15:28 +05:30
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
5b40c5a9d7
Merge branch 'main' into feat/jwt-auth
2025-03-18 18:26:29 +05:30
Siddhant Rai
7fd377bdbe
feat: implement JWT authentication and token management in frontend and backend
2025-03-14 17:07:15 +05:30
ManishMadan2882
0b3cad152f
(fix:prompts) design specs
2025-03-13 00:43:56 +05:30
ManishMadan2882
d891c8dae2
(fix:ui) minor perfections
2025-03-07 17:18:28 +05:30
ManishMadan2882
877b44ec0a
(lint)
2025-02-19 04:49:22 +05:30
ManishMadan2882
8589303753
(feat:consitency)modals, dropdowns
2025-02-19 04:01:14 +05:30
ManishMadan2882
0d9fc26119
(refactor): purge unused files
2025-02-19 03:39:15 +05:30
ManishMadan2882
a35dbf99a6
(sync:locales) with static content
2025-01-18 03:46:05 +05:30
ManishMadan2882
cc78ea7222
(fix:locales) sync static text
2025-01-16 18:24:27 +05:30
ManishMadan2882
ec5fbded4f
(fix:pa11y) aria-labels, alt text and contrast^C
2025-01-12 01:22:25 +05:30
fadingNA
0493352292
frontend: remove search on localstate, change to backend search use mongo passing searchTerm
2024-11-18 00:06:18 -05:00
Mason Hu
f6e9f9011d
fix: prevent saving prompt with same name as existing prompt
2024-11-13 15:28:16 +02:00
fadingNA
839f0a3b95
remove log on api, add paginatedDoc on redux
2024-11-10 14:39:20 -05:00
fadingNA
f3a005a667
remove params on getDocs
2024-11-09 14:57:30 -05:00
fadingNA
5debb48265
Paginated With MongoDB / Create New Endpoint
...
change routes /combine name, add route /api/source/paginated
add new endpoint source/paginated
fixing table responsive
create new function to handling api/source/paginated
2024-11-09 02:09:01 -05:00
fadingNA
3d03826db5
add overload function to gettotalpage, and new type
2024-11-07 23:22:03 -05:00
fadingNA
ec3407df7e
add 2 fiels for make request to api/combine
2024-11-06 22:32:37 -05:00
ManishMadan2882
877b165a9a
(feat:docs) sort
2024-11-05 00:44:02 +05:30
JeevaRamanathan M
2366c2cd94
enhancement: added loading state for conversation
2024-10-19 04:24:14 +00:00
ManishMadan2882
5368199517
fix(store.ts): type err
2024-09-19 01:10:16 +05:30
Alex
44d225e6ca
Merge branch 'main' into 1059-migrating-database-to-new-model
2024-09-09 23:55:25 +01:00
Alex
f105fd1b2c
lint: final fix
2024-09-08 23:19:10 +01:00
Alex
fe78e9a336
lint: more lintingg
2024-09-08 22:55:45 +01:00
Alex
2fce25b0c8
fix: Doc type
2024-09-08 22:52:09 +01:00
Alex
a353e69648
feat: new vectors structure
2024-09-08 16:59:51 +01:00
Aamer Aryan
5c9e6404cc
fix: bump eslint-plugin-prettier from 4.2.1 to 5.2.1
...
Committer: Aamer Aryan <aameraryan@gmail.com >
2024-08-31 04:58:47 +05:30
Siddhant Rai
6da483b3ef
fix: minor ui fix + added req changes
2024-08-19 17:33:15 +05:30
Siddhant Rai
51553c565f
feat: replaced select source modal with hook to set default doc
2024-08-05 22:28:58 +05:30
Siddhant Rai
0c062a8485
enhancement: implement api client in remaining places
2024-07-24 23:08:42 +05:30
utin-francis-peter
d554444b0e
chore: updated Input prop from hasSilverBorder to colorVariant
2024-07-06 21:22:41 +01:00
utin-francis-peter
b21230c4d6
chore: migrated to using custom Input component to address redundant twClasses
2024-07-03 12:34:13 +01:00
Siddhant Rai
220d137e66
feat: dropdown to adjust conversational history limits
2024-05-26 23:13:01 +05:30
Siddhant Rai
d2def4479b
refactor: several small ui refactor for generalisation
2024-05-12 12:41:12 +05:30
ManishMadan2882
7a2e491199
fix(UI):conversation,settings
2024-05-07 20:37:05 +05:30
TomasMatarazzo
b84842df3d
Fixing types
2024-04-22 16:35:44 -03:00