Siddhant Rai
6520be5b85
feat: shared and pinning agents + fix for streaming tools
2025-05-12 06:06:11 +05:30
ManishMadan2882
ea6533db4e
(fix:attachment) strictly use filename
2025-05-08 00:11:02 +05:30
ManishMadan2882
89d5e7bee5
(feat:attachment) store file in endpoint layer
2025-05-07 19:15:36 +05:30
Siddhant Rai
07fa656e7c
feat: implement pinning functionality for agents with UI updates
2025-05-06 16:12:55 +05:30
Alex
7858c48f11
fix: zip file uploads
2025-05-06 11:12:26 +01:00
Alex
e56d54c3f0
fix: improve source and description handling in GetAgent and GetAgents responses
2025-05-06 10:59:25 +01:00
Alex
ad5f707486
lint: ruff fix
2025-05-05 18:03:45 +01:00
Alex
5ecfb0ce6d
fix: enhance error logging
2025-05-05 17:59:37 +01:00
Alex
481df4d604
fix: enhance error logging with exception info across multiple modules
2025-05-05 13:12:39 +01:00
Alex
330276cdf7
fix: lint for ruff
2025-04-28 22:32:13 +01:00
Siddhant Rai
22c7015c69
refactor: webhook listener handle both POST and GET requests
2025-04-29 00:29:16 +05:30
Siddhant Rai
eeb9da696f
Merge remote-tracking branch 'upstream/main' into feat/agent-menu
2025-04-28 17:01:46 +05:30
Siddhant Rai
8289b02ab0
feat: add agent webhook endpoint and implement related functionality
2025-04-26 12:00:29 +05:30
Alex
df9d432d29
fix: mongo db database name in settings
2025-04-24 17:29:41 +01:00
ManishMadan2882
0ce27f274a
(feat:storage) file indexes/faiss
2025-04-23 04:28:45 +05:30
ManishMadan2882
e60f78ac4a
(feat:storage) file uploads
2025-04-23 03:39:35 +05:30
ManishMadan2882
637d3a24a1
Revert "(feat:storage) file, indexes uploads"
...
This reverts commit 64c42f0ddf .
2025-04-23 00:52:55 +05:30
ManishMadan2882
24c8b24b1f
Revert "(fix:indexes) look for the right path"
...
This reverts commit 5ad34e2216 .
2025-04-23 00:52:22 +05:30
ManishMadan2882
5ad34e2216
(fix:indexes) look for the right path
2025-04-22 17:34:25 +05:30
ManishMadan2882
64c42f0ddf
(feat:storage) file, indexes uploads
2025-04-22 05:18:07 +05:30
Manish Madan
e9a6044645
Merge branch 'main' into main
2025-04-20 16:01:13 +05:30
ManishMadan2882
0a0e16547e
(feat:fs_abstract) attachment uploads
2025-04-17 02:35:45 +05:30
Alex
3e1ec23409
fix: lint
2025-04-16 15:47:39 +01:00
Siddhant Rai
da15cde49c
Merge branch 'main' into feat/agent-menu
2025-04-16 18:35:38 +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
fa1f9d7009
feat: agents route replacing chatbots
...
- Removed API Keys tab from SettingsBar and adjusted tab layout.
- Improved styling for tab scrolling buttons and gradient indicators.
- Introduced AgentDetailsModal for displaying agent access details.
- Updated Analytics component to fetch agent data and handle analytics for selected agent.
- Refactored Logs component to accept agentId as a prop for filtering logs.
- Enhanced type definitions for InputProps to include textSize.
- Cleaned up unused imports and optimized component structure across various files.
2025-04-11 17:24:22 +05:30
GH Action - Upstream Sync
051841e566
Merge branch 'main' of https://github.com/arc53/DocsGPT
2025-04-08 01:27:09 +00:00
Alex
f6c88da81b
fix: thought param in /api/answer
2025-04-07 11:03:49 +01:00
ManishMadan2882
244c9b96a2
(fix:attach) pass attachment docs as it is
2025-04-06 16:02:30 +05:30
ManishMadan2882
a37bd76950
(feat:storeAttach) store in inputs, raise errors from worker
2025-04-06 16:01:57 +05:30
ManishMadan2882
19d68252cd
(fix/attach): inputs are created in application
2025-04-02 16:36:58 +05:30
ManishMadan2882
72bbe3b1ce
Merge branch 'main' of https://github.com/manishmadan2882/docsgpt
2025-04-02 15:57:45 +05:30
ManishMadan2882
c629460acb
(feat:attach) extract contents in endpoint layer
2025-04-02 15:21:33 +05:30
GH Action - Upstream Sync
632cba86e9
Merge branch 'main' of https://github.com/arc53/DocsGPT
2025-04-02 01:36:06 +00:00
Siddhant Rai
82d377abf5
feat: add support for thought processing in conversation flow and introduce ReActAgent
2025-03-27 23:19:08 +05:30
ManishMadan2882
55050a9f58
(feat:attachment) upload single file
2025-03-27 03:28:03 +05:30
ManishMadan2882
502dc9ec52
(feat:attachments) store and ingest files shared
2025-03-26 18:01:31 +05:30
ManishMadan2882
90db42ce3a
Revert "(fix:sources) preloaded docs have ids too"
...
This reverts commit 02c8bd06f5 .
2025-03-25 16:08:59 +05:30
ManishMadan2882
6464698b6d
Merge branch 'main' of https://github.com/manishmadan2882/docsgpt
2025-03-20 09:47:38 +05:30
ManishMadan2882
02c8bd06f5
(fix:sources) preloaded docs have ids too
2025-03-20 09:39:30 +05:30
Siddhant Rai
f00802dd6b
fix: llm tests failing
2025-03-19 10:25:46 +05:30
Siddhant Rai
ab95d90284
feat: pass decoded_token to llm and retrievers
2025-03-18 23:46:02 +05:30
Siddhant Rai
f4ab85a2bb
feat: minor fixes after merge
2025-03-18 18:56:02 +05:30
Siddhant Rai
5b40c5a9d7
Merge branch 'main' into feat/jwt-auth
2025-03-18 18:26:29 +05:30
Siddhant Rai
6583aeff08
feat: update authentication handling and integrate token usage across frontend and backend
2025-03-18 08:29:57 +05:30
Siddhant Rai
7fd377bdbe
feat: implement JWT authentication and token management in frontend and backend
2025-03-14 17:07:15 +05:30
Alex
5d5ea3eb8f
Merge pull request #1689 from ScriptScientist/main
...
feat: novita llms support
2025-03-12 21:03:09 +00:00
Alex
5f9702b91c
fix: /search
2025-03-12 13:47:16 +00:00
Siddhant Rai
faa583864d
feat: enhance conversation saving and response streaming with source handling
2025-03-10 14:19:43 +05:30