SurfSense/surfsense_backend/app/agents/new_chat
Anish Sarkar bea18960a4 refactor: enhance link preview functionality with Chromium fallback
- Added a fallback mechanism using headless Chromium to fetch page content when standard HTTP requests fail.
- Introduced utility functions for unescaping HTML entities and converting relative URLs to absolute.
- Updated HTTP request headers to mimic a browser for better compatibility with web servers.
- Improved error handling and logging for better debugging and user feedback.
- Made various properties in Zod schemas nullable for better type safety and flexibility in handling optional data.
2025-12-26 00:07:45 +05:30
..
tools refactor: enhance link preview functionality with Chromium fallback 2025-12-26 00:07:45 +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