Siddhant Rai
2ff477a339
feat(agent): enhance validation for agent creation by checking required and invalid fields
2025-07-14 12:53:09 +05:30
Siddhant Rai
a472ee7602
feat: add validation for required fields and improve agent creation logic
2025-07-12 12:30:00 +05:30
Siddhant Rai
5623734276
feat(storage): enhance save_file method to accept storage class parameter
2025-07-10 15:34:52 +05:30
Alex
2332344988
Merge pull request #1861 from arc53/docs-agents-update
...
Agent docs upd
2025-06-25 09:23:09 +01:00
Pavel
327ae35420
Agent docs upd
...
1. Added a page about interacting with agent API.
2. Added a page about interacting with agent webhooks.
3. Fixed small bug with /api/answer
2025-06-24 16:48:12 +02:00
Siddhant Rai
a9e4583695
refactor: use DuckDuckGo and Brave as tools instead of retrievers
2025-06-23 09:22:17 +05:30
Siddhant Rai
c35c5e0793
Refactor image upload handling and add URL strategy setting
2025-06-18 21:54:44 +05:30
Siddhant Rai
e35f1d70e4
- Added image upload functionality for agents in the backend and frontend.
...
- Implemented image URL generation based on storage strategy (S3 or local).
- Updated agent creation and update endpoints to handle image files.
- Enhanced frontend components to display agent images with fallbacks.
- New API endpoint to serve images from storage.
- Refactored API client to support FormData for file uploads.
- Improved error handling and logging for image processing.
2025-06-18 18:17:20 +05:30
Alex
7d89fb8461
fix: lint
2025-06-13 01:14:09 +01:00
GH Action - Upstream Sync
0a3e8ca535
Merge branch 'main' of https://github.com/arc53/DocsGPT
2025-06-12 01:43:21 +00:00
ManishMadan2882
b8a10e0962
(fix:ingestion) display names are separate
2025-06-12 00:57:46 +05:30
ManishMadan2882
44b6ec25a2
clean
2025-06-11 21:18:37 +05:30
ManishMadan2882
78d5ed2ed2
(fix:ingestion) uuid for non-ascii filename
2025-06-11 21:04:50 +05:30
Siddhant Rai
3353c0ee1d
Merge branch 'main' into refactor/llm-handler
2025-06-11 19:27:33 +05:30
ManishMadan2882
8b3e960be0
(feat:ingestion) store filepath from now
2025-06-11 16:00:09 +05:30
Siddhant Rai
3351f71813
refactor: tool calls sent when pending and after completion
2025-06-11 12:40:32 +05:30
ManishMadan2882
b2df431fa4
(feat:attachments) shared conversations route
2025-06-07 20:04:33 +05:30
ManishMadan2882
430822bae3
(feat:attach)state manage, follow camelCase
2025-06-06 18:54:50 +05:30
Siddhant Rai
dd9d18208d
Merge branch 'main' into refactor/llm-handler
2025-06-06 17:36:31 +05:30
Siddhant Rai
e9530d5ec5
refactor: update env variable names
2025-06-06 15:29:53 +05:30
ManishMadan2882
12b18c6bd1
Merge branch 'main' of https://github.com/manishmadan2882/docsgpt
2025-06-05 02:54:51 +05:30
ManishMadan2882
f325b54895
(fix:get_single_conversation) return attachments with filename
2025-06-05 02:53:43 +05:30
GH Action - Upstream Sync
c5616705b0
Merge branch 'main' of https://github.com/arc53/DocsGPT
2025-06-04 01:43:58 +00:00
ManishMadan2882
7cab5b3b09
(feat:attachments) store filenames in worker
2025-06-03 04:02:41 +05:30
ManishMadan2882
9f911cb5cb
(feat:stream) store attachment_ids for query
2025-06-03 03:30:06 +05:30
Siddhant Rai
3b8733e085
feat: add tool details resolution and update SharedAgentCard to display tool names
2025-05-29 10:58:49 +05:30
Siddhant Rai
ad1a944276
refactor: agents sharing and shared with me logic
2025-05-28 13:58:55 +05:30
Siddhant Rai
b7a6bad7cd
fix: minor bugs and route errors
2025-05-27 13:50:13 +05:30
Manish Madan
79f9d6552e
Merge branch 'arc53:main' into main
2025-05-23 03:37:53 +05:30
Alex
7445928c7e
(fix:stream) handle empty history input and improve user identification
2025-05-22 13:14:10 +01:00
ManishMadan2882
a340aff63a
(feat:tools) store custom names
2025-05-22 17:14:05 +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
Alex
45aace8966
feat: add ReadWebpageTool for fetching and converting webpage content to Markdown
2025-05-15 12:56:06 +01:00
Siddhant Rai
d1d28df8a1
fix: handle empty chunks and retriever values in agent creation and update
2025-05-14 09:26:36 +05:30
Siddhant Rai
57cc09b1d7
feat: update tool display name and improve SharedAgent component layout
2025-05-13 13:05:20 +05:30
Siddhant Rai
ec7f14b82d
Merge branch 'main' into feat/enhance-agents
2025-05-12 13:45:18 +05:30
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