SurfSense/surfsense_backend/app/agents/new_chat
Anish Sarkar 2fdf567b71 refactor: replace DocumentsDataTable with DocumentMentionPicker for improved document selection
- Introduced DocumentMentionPicker component to enhance document selection experience in the chat interface.
- Updated InlineMentionEditor and Composer components to utilize the new DocumentMentionPicker.
- Removed the deprecated DocumentsDataTable component to streamline the codebase and improve maintainability.
- Enhanced type safety and validation in document handling logic.
2025-12-26 00:41:14 +05:30
..
tools refactor: replace DocumentsDataTable with DocumentMentionPicker for improved document selection 2025-12-26 00:41:14 +05:30
__init__.py feat: migrated to surfsense deep agent 2025-12-23 01:16:25 -08:00
chat_deepagent.py feat: migrated to surfsense deep agent 2025-12-23 01:16:25 -08:00
checkpointer.py feat: implement new chat feature with message persistence and UI integration 2025-12-21 16:16:50 -08:00
context.py organize deepagent codebase 2025-12-20 18:35:39 +02:00
llm_config.py feat: migrated to surfsense deep agent 2025-12-23 01:16:25 -08:00
system_prompt.py feat: enhance chat functionality with improved attachment handling and user experience 2025-12-25 17:52:48 +05:30
utils.py inject tools at runtime 2025-12-20 18:35:39 +02:00