mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-26 21:39:43 +02:00
- Updated main-agent middleware to clarify that both filesystem reads/writes and knowledge-base retrieval are handled by the `knowledge_base` subagent. - Introduced `_forward_mention_pins` function to carry `@`-mention pins into subagent state. - Revised system prompts to reflect the new retrieval method and ensure proper citation handling. - Removed the `search_knowledge_base` tool and its related tests, consolidating functionality under the `task` tool. - Enhanced documentation to guide usage of the new retrieval approach and citation practices. |
||
|---|---|---|
| .. | ||
| shared/retrieval | ||
| subagents/builtins/knowledge_base/tools | ||
| test_agent_turn.py | ||
| test_kb_filesystem_cloud.py | ||
| test_kb_filesystem_desktop.py | ||