SurfSense/surfsense_backend/app/agents/new_chat/tools/linear
Anish Sarkar ff6514a99f feat: add DedupHITLToolCallsMiddleware to prevent duplicate tool calls
- Introduced DedupHITLToolCallsMiddleware to prevent duplicate HITL tool calls within a single LLM response, ensuring only the first occurrence of each tool call is retained.
- Updated the create_surfsense_deep_agent function to include the new middleware, enhancing the efficiency of tool interactions.
- Added a new middleware file for better organization and maintainability of the codebase.
2026-03-21 03:47:30 +05:30
..
__init__.py feat(linear): add tools __init__ 2026-02-18 18:41:43 +02:00
create_issue.py feat: implement knowledge base synchronization for Linear and Notion issue creation 2026-03-20 17:50:36 +05:30
delete_issue.py feat: add DedupHITLToolCallsMiddleware to prevent duplicate tool calls 2026-03-21 03:47:30 +05:30
update_issue.py feat: add DedupHITLToolCallsMiddleware to prevent duplicate tool calls 2026-03-21 03:47:30 +05:30