SurfSense/surfsense_backend/app/tasks/chat/streaming/handlers/tools
CREDO23 f615d6b530 refactor(agents): relocate remaining MAC-only kernel (permissions, deliverable_wait)
permissions.py (authorization Rule/Ruleset model) is consumed across all
MAC subagents + the permissions middleware, with a single external
consumer (user_tool_allowlist service) -> move to
multi_agent_chat/shared/permissions.py and repoint all 42 sites.

deliverable_wait.py (wait_for_deliverable) is used only by the podcast and
video_presentation deliverable tools -> colocate into
subagents/builtins/deliverables/.

No behavior change; import-all + permission/allowlist/deliverable unit
tests stay green.
2026-06-05 10:58:49 +02:00
..
connector feat: improved document, folder mentions rendering 2026-05-09 22:15:51 -07:00
default Add chat tool streaming registry with shared, default, and connector tools. 2026-05-06 20:08:48 +02:00
deliverables refactor(agents): relocate remaining MAC-only kernel (permissions, deliverable_wait) 2026-06-05 10:58:49 +02:00
filesystem feat: improved document, folder mentions rendering 2026-05-09 22:15:51 -07:00
scrape_webpage feat: improved document, folder mentions rendering 2026-05-09 22:15:51 -07:00
shared Add chat tool streaming registry with shared, default, and connector tools. 2026-05-06 20:08:48 +02:00
web_search feat: improved document, folder mentions rendering 2026-05-09 22:15:51 -07:00
__init__.py Add chat tool streaming registry with shared, default, and connector tools. 2026-05-06 20:08:48 +02:00
emission_context.py Clear spans after task completion and pass span id on tool output. 2026-05-08 22:47:38 +02:00
registry.py feat: improved document, folder mentions rendering 2026-05-09 22:15:51 -07:00