SurfSense/surfsense_backend/tests/unit/agents
Sanjay Santhanam 5cc05d90f0 fix: avoid blocking audio writes
TTS responses were written synchronously from the async presentation pipeline, blocking concurrent requests. Offload byte writes to a worker thread and add a regression test that keeps the event loop responsive.
2026-07-18 17:46:31 -07:00
..
chat/runtime feat(agents): consolidate connectors under mcp_discovery; route web search through google_search 2026-07-04 21:06:04 -07:00
multi_agent_chat test(amazon): cover amazon subagent composition 2026-07-15 10:24:55 +05:30
new_chat feat(billing): meter platform scrapers per item; consolidate web scraping onto web.crawl 2026-07-05 17:08:01 -07:00
video_presentation fix: avoid blocking audio writes 2026-07-18 17:46:31 -07:00
__init__.py feat: updated agent harness 2026-04-28 09:22:19 -07:00
test_import_all.py test: add agent refactor guardrail suite 2026-06-04 11:44:23 +02:00
test_video_presentation_graph.py fix: wire video_presentation fan-in as a barrier so generate_slide_scene_codes fires once 2026-06-24 02:09:00 -07:00