SurfSense/surfsense_backend/app/agents/new_chat
Anish Sarkar d40c6bf743 feat: integrate SearXNG web search service with platform capabilities
- Added SearXNG service configuration to Docker setup, including environment variables and health checks.
- Introduced new settings management for web search in the frontend, allowing users to enable/disable and configure search engines and language preferences.
- Updated backend to support web search functionality, including database schema changes and service integration.
- Implemented health check endpoint for the web search service and integrated it into the application.
- Removed legacy SearXNG API connector references in favor of the new platform service approach.
2026-03-14 20:25:25 +05:30
..
tools feat: refactor agent tools management and add UI integration 2026-03-10 17:36:26 -07:00
__init__.py feat: migrated to surfsense deep agent 2025-12-23 01:16:25 -08:00
chat_deepagent.py feat: integrate SearXNG web search service with platform capabilities 2026-03-14 20:25:25 +05:30
checkpointer.py feat: implement connection pooling for AsyncPostgresSaver in checkpointer 2026-02-05 17:32:43 -08:00
context.py organize deepagent codebase 2025-12-20 18:35:39 +02:00
llm_config.py feat: Enhance LLM configuration and routing with model profile attachment 2026-03-10 18:18:59 -07:00
sandbox.py feat: enhance caching mechanisms to prevent memory leaks 2026-02-27 17:56:00 -08:00
system_prompt.py feat: integrate SearXNG web search service with platform capabilities 2026-03-14 20:25:25 +05:30
utils.py inject tools at runtime 2025-12-20 18:35:39 +02:00