SurfSense/surfsense_backend/app/agents/chat/multi_agent_chat
DESKTOP-RTLN3BA\$punk 41ff57101c feat: made chat fast
- Introduced lazy knowledge base retrieval mode, allowing the main agent to fetch KB content on demand via the `search_knowledge_base` tool, improving performance by skipping expensive pre-injection processes.
- Added cross-thread caching capability, enabling reuse of compiled graphs across different user chats, reducing latency for returning users.
- Updated middleware to support new lazy loading and caching features, ensuring efficient resource utilization and improved response times.
- Enhanced logging for performance tracking during knowledge retrieval and agent interactions.
2026-06-09 04:45:17 -07:00
..
main_agent feat: made chat fast 2026-06-09 04:45:17 -07:00
shared feat: made chat fast 2026-06-09 04:45:17 -07:00
subagents feat: made chat fast 2026-06-09 04:45:17 -07:00
__init__.py refactor(agents): introduce chat/ category; dissolve top-level agents/shared 2026-06-05 12:54:02 +02:00
constants.py refactor(agents): introduce chat/ category; dissolve top-level agents/shared 2026-06-05 12:54:02 +02:00