SurfSense/surfsense_backend/app/agents/new_chat
Anish Sarkar b22fe012d5 feat: enhance search_web functionality and clarify connector usage
- modify the `web_search` tool that integrates multiple live search connectors (Tavily, Linkup, Baidu) alongside the SearXNG platform for real-time information retrieval.
- Updated comments to reflect the separation of local knowledge base searches from web searches.
- Improved handling of connector types and search logic to ensure accurate routing of queries to the appropriate tools.
- Refactored existing code to streamline the search process and enhance performance.
2026-03-15 04:45:39 +05:30
..
tools feat: enhance search_web functionality and clarify connector usage 2026-03-15 04:45:39 +05:30
__init__.py feat: migrated to surfsense deep agent 2025-12-23 01:16:25 -08:00
chat_deepagent.py feat: enhance search_web functionality and clarify connector usage 2026-03-15 04:45:39 +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: enhance search_web functionality and clarify connector usage 2026-03-15 04:45:39 +05:30
utils.py inject tools at runtime 2025-12-20 18:35:39 +02:00