SurfSense/surfsense_backend/app/etl_pipeline
DESKTOP-RTLN3BA\$punk 9d6e9b7e2d feat: enhance task management and timeout configurations in multi-agent chat
- Added new environment variables for controlling task execution limits, including `SURFSENSE_SUBAGENT_INVOKE_TIMEOUT_SECONDS`, `SURFSENSE_TASK_BATCH_CONCURRENCY`, and `SURFSENSE_TASK_BATCH_MAX_SIZE`.
- Updated documentation to reflect new batch processing capabilities for `task` calls, allowing for concurrent execution of multiple subagent tasks.
- Improved error handling and receipt generation for deliverables, ensuring consistent feedback on task status.
- Refactored middleware to incorporate search space ID for better task management.
2026-05-27 14:58:10 -07:00
..
parsers chore: linting 2026-05-15 17:33:44 -07:00
__init__.py feat: implement ETL pipeline with file classification and extraction services 2026-04-05 17:25:25 +05:30
constants.py feat: implement ETL pipeline with file classification and extraction services 2026-04-05 17:25:25 +05:30
etl_document.py feat: add processing mode support for document uploads and ETL pipeline, improded error handling ux 2026-04-14 21:26:00 -07:00
etl_pipeline_service.py feat: enhance task management and timeout configurations in multi-agent chat 2026-05-27 14:58:10 -07:00
exceptions.py refactor: implement file type classification for supported extensions across Dropbox, Google Drive, and OneDrive connectors, enhancing file handling and error management 2026-04-06 22:03:47 +05:30
file_classifier.py Route uploaded images to vision LLM with document-parser fallback 2026-04-09 14:33:33 +02:00
picture_describer.py chore: linting 2026-05-15 17:33:44 -07:00