SurfSense/surfsense_backend/app/agents/chat/runtime
DESKTOP-RTLN3BA\$punk 9642d7ced0 feat: antropic model added fix & kb tooling fixes
- 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.
2026-06-25 20:19:44 -07:00
..
referenced_chat_context fix(chat): let search-space owners reference legacy null-creator chats 2026-06-23 18:30:15 +02:00
references feat: antropic model added fix & kb tooling fixes 2026-06-25 20:19:44 -07:00
__init__.py refactor(agents): consolidate chat runtime infra under chat/runtime 2026-06-05 13:19:24 +02:00
checkpointer.py refactor(agents): consolidate chat runtime infra under chat/runtime 2026-06-05 13:19:24 +02:00
errors.py refactor(agents): consolidate chat runtime infra under chat/runtime 2026-06-05 13:19:24 +02:00
llm_config.py chore: ran linting 2026-06-13 21:59:35 +05:30
mention_resolver.py agent: retire eager KB priority/planner path and its dead flags 2026-06-25 18:37:14 +02:00
path_resolver.py agent: retire eager KB priority/planner path and its dead flags 2026-06-25 18:37:14 +02:00
prompt_caching.py docs(agents): tighten docstrings and comments across agent module 2026-06-05 17:39:38 +02:00