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
ManishMadan2882
f9ad4c068a
(feat:attach) fallback strategy to process docs
2025-04-03 03:26:37 +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
95e189d1d8
(feat:base/agents) default attachment
2025-04-02 15:29:04 +05:30
ManishMadan2882
c629460acb
(feat:attach) extract contents in endpoint layer
2025-04-02 15:21:33 +05:30
ManishMadan2882
f235a94986
(feat:attach) pass attachments for generation
2025-04-02 15:14:56 +05:30
GH Action - Upstream Sync
632cba86e9
Merge branch 'main' of https://github.com/arc53/DocsGPT
2025-04-02 01:36:06 +00:00
Alex
ab0da1abac
Merge pull request #1721 from siiddhantt/feat/react-agent
...
feat: ReActAgent and agent refactor
2025-04-01 12:08:09 +03:00
Siddhant Rai
7f31ac7bcb
refactor: minor changes
2025-04-01 12:33:43 +05:30
Siddhant Rai
fd2b6c111c
feat: enhance ClassicAgent and ReActAgent with tool preparation steps
2025-03-31 17:02:36 +05:30
GH Action - Upstream Sync
302458b505
Merge branch 'main' of https://github.com/arc53/DocsGPT
2025-03-30 01:40:32 +00:00
GH Action - Upstream Sync
8978a4cf2d
Merge branch 'main' of https://github.com/arc53/DocsGPT
2025-03-29 01:25:46 +00:00
dependabot[bot]
57d103116f
build(deps): bump langsmith from 0.3.15 to 0.3.19 in /application
...
Bumps [langsmith](https://github.com/langchain-ai/langsmith-sdk ) from 0.3.15 to 0.3.19.
- [Release notes](https://github.com/langchain-ai/langsmith-sdk/releases )
- [Commits](https://github.com/langchain-ai/langsmith-sdk/compare/v0.3.15...v0.3.19 )
---
updated-dependencies:
- dependency-name: langsmith
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-28 20:55:06 +00:00
Alex
a4e9ee72d4
Merge pull request #1713 from arc53/dependabot/pip/application/pymongo-4.11.3
2025-03-28 22:45:04 +02: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
GH Action - Upstream Sync
718a86ecda
Merge branch 'main' of https://github.com/arc53/DocsGPT
2025-03-21 01:26:21 +00:00
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
0732d9b6c8
fix: brave and duckduckgo retrievers
2025-03-20 08:27:00 +05:30
dependabot[bot]
96c4a13c93
build(deps): bump pymongo from 4.10.1 to 4.11.3 in /application
...
Bumps [pymongo](https://github.com/mongodb/mongo-python-driver ) from 4.10.1 to 4.11.3.
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases )
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/4.11.3/doc/changelog.rst )
- [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.10.1...4.11.3 )
---
updated-dependencies:
- dependency-name: pymongo
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-19 08:40:51 +00:00
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
4406426515
feat: implement session_jwt and enhance auth
2025-03-17 11:51:30 +05:30
Alex
f8c92147cd
deps: bump langchian things
2025-03-15 19:51:30 +00:00
Alex
8136cd78d3
Merge pull request #1698 from arc53/dependabot/pip/application/duckduckgo-search-7.5.2
...
build(deps): bump duckduckgo-search from 7.4.2 to 7.5.2 in /application
2025-03-15 19:16:39 +00:00
Nilesh Agarwal
5438bf9754
fix signature for AzureOpenAILLM
2025-03-14 09:52:09 -07:00
Siddhant Rai
7fd377bdbe
feat: implement JWT authentication and token management in frontend and backend
2025-03-14 17:07:15 +05:30
dependabot[bot]
67a92428b5
build(deps): bump duckduckgo-search from 7.4.2 to 7.5.2 in /application
...
Bumps [duckduckgo-search](https://github.com/deedy5/duckduckgo_search ) from 7.4.2 to 7.5.2.
- [Release notes](https://github.com/deedy5/duckduckgo_search/releases )
- [Commits](https://github.com/deedy5/duckduckgo_search/compare/v7.4.2...v7.5.2 )
---
updated-dependencies:
- dependency-name: duckduckgo-search
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-13 20:19:41 +00:00
Alex
35248991e7
fix: cache
2025-03-13 00:25:52 +00:00
Alex
b76e820122
fix: ruff fix
2025-03-13 00:11:50 +00:00
Alex
51eced00aa
fix: openai compatable with llama and gemini
2025-03-13 00:10:13 +00:00
Alex
5d5ea3eb8f
Merge pull request #1689 from ScriptScientist/main
...
feat: novita llms support
2025-03-12 21:03:09 +00:00
Alex
f2b05ad56d
fix: handle cache issues with more grace
2025-03-12 15:13:14 +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
Alex
46d32b4072
Merge pull request #1682 from arc53/dependabot/pip/application/jinja2-3.1.6
...
build(deps): bump jinja2 from 3.1.5 to 3.1.6 in /application
2025-03-10 00:04:03 +00:00
Alex
8b9b74464e
feat: ntfy tool
2025-03-09 01:22:00 +00:00
rock.lee
867c375843
add novita provider
2025-03-08 15:45:49 +08:00
Alex
4fd6c52951
fix: api tool avoid sending body if empty
2025-03-07 14:34:23 +00:00
Alex
a0929c96ba
fix: postgres tool migration
2025-03-06 16:20:19 +00:00
Pavel
1e3c8cb7b1
fix imports
2025-03-06 19:13:19 +03:00