Manish Madan
a4507008c1
complete_stream: Stop response streaming ( #2031 )
...
* (feat:pause-stream) generator exit
* (feat:pause-stream) close request
* (feat:pause-stream) finally close; google anthropic
---------
Co-authored-by: GH Action - Upstream Sync <action@github.com >
2025-10-08 20:37:30 +03:00
Alex
b910f308f2
fix: api answer tool call event
2025-09-30 14:42:54 +01:00
Siddhant Rai
adcdce8d76
fix: handle invalid chunks value in StreamProcessor and ClassicRAG
2025-09-10 22:10:11 +05:30
Siddhant Rai
b865a7aec1
Merge branch 'main' of https://github.com/siiddhantt/DocsGPT into pr/1930
2025-09-10 20:15:20 +05:30
Siddhant Rai
2f88890c94
feat: add support for multiple sources in agent configuration and update related components
2025-09-08 22:10:08 +05:30
Alex
44d21ab703
fix: passing sources and chunk if agent is shared
2025-08-22 13:36:31 +01:00
Alex
15d2d0115b
Merge branch 'main' into feat/agent-schema-response
2025-08-13 17:12:26 +01:00
Siddhant Rai
896dcf1f9e
feat: add support for structured output and JSON schema validation
2025-08-13 13:29:51 +05:30
Alex
f94a093e8c
fix: truncate long text fields to prevent overflow in logs and sources
2025-08-11 14:56:31 +01:00
Alex
092c01cae7
fix: ruff lint
2025-08-05 12:22:33 +01:00
Alex
4caff0fcf6
fix: enhance error logging for malformed request in stream route
2025-08-04 11:41:41 +01:00
Siddhant Rai
212952f3e9
fix: allow api call in stream route + get_prompt error
2025-07-25 16:17:18 +05:30
Siddhant Rai
76973a4b4c
feat: answer routes re-structure for better maintainability and reuse
2025-07-23 20:07:42 +05:30
copilot-swe-agent[bot]
2a4ec0cf5b
Fix conversation summary prompt to use user query language
...
Co-authored-by: dartpain <15183589+dartpain@users.noreply.github.com >
2025-07-15 09:33:52 +00: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
3353c0ee1d
Merge branch 'main' into refactor/llm-handler
2025-06-11 19:27:33 +05:30
Siddhant Rai
3351f71813
refactor: tool calls sent when pending and after completion
2025-06-11 12:40:32 +05:30
Siddhant Rai
e9530d5ec5
refactor: update env variable names
2025-06-06 15:29:53 +05:30
ManishMadan2882
9f911cb5cb
(feat:stream) store attachment_ids for query
2025-06-03 03:30:06 +05:30
Alex
7445928c7e
(fix:stream) handle empty history input and improve user identification
2025-05-22 13:14:10 +01:00
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
6520be5b85
feat: shared and pinning agents + fix for streaming tools
2025-05-12 06:06:11 +05:30
Alex
481df4d604
fix: enhance error logging with exception info across multiple modules
2025-05-05 13:12:39 +01:00
Alex
df9d432d29
fix: mongo db database name in settings
2025-04-24 17:29:41 +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
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
Siddhant Rai
82d377abf5
feat: add support for thought processing in conversation flow and introduce ReActAgent
2025-03-27 23:19:08 +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
rock.lee
867c375843
add novita provider
2025-03-08 15:45:49 +08:00
Alex
49a2b2ce6d
fix: agent not forgotten
2025-03-05 16:11:06 -05:00
Alex
06edc261c0
fix: duplicates...
2025-03-05 16:09:13 -05:00
Alex
af69bc9d3c
Merge branch 'main' into feat/agent-refactor-and-logging
2025-03-05 16:04:09 -05:00
Siddhant Rai
c6ce4d9374
feat: logging stacks
2025-02-27 19:14:10 +05:30
ManishMadan2882
caed6df53b
(feat:stream) save conversations optionally
2025-02-25 17:32:35 +05:30
Siddhant Rai
1f0b779c64
refactor: folder restructure for agent based workflow
2025-02-25 09:03:45 +05:30