SurfSense/surfsense_backend
Anish Sarkar 90bf93b0a5 feat: enhance report generation with error handling and metadata extraction
- Updated the report generation tool to include error handling for failed report generation, persisting error messages in the database.
- Modified metadata extraction to count section headings and return a status indicating readiness or failure.
- Adjusted frontend components to handle and display error states based on report generation outcomes, improving user feedback and experience.
2026-02-11 20:04:36 +05:30
..
alembic refactor: remove report_status enum and related index from reports table migration 2026-02-11 17:45:07 +05:30
app feat: enhance report generation with error handling and metadata extraction 2026-02-11 20:04:36 +05:30
scripts hotpatch(cloud): added SERVICE_ROLE and CELERY_QUEUES for task seperation 2026-02-10 20:34:04 -08:00
.dockerignore feat: Added Docker Support and missing dependencies. 2025-03-20 18:52:06 -07:00
.env.example feat: fixed and improved search and background task management. 2026-02-09 14:03:56 -08:00
.gitignore feat: added global llm configurations 2025-11-14 21:53:46 -08:00
.python-version feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
alembic.ini add github connector, add alembic for db migrations, fix bug updating connectors 2025-04-13 13:56:22 -07:00
celery_worker.py fix: celery_app path and gmail indexing 2025-10-21 21:11:41 -07:00
Dockerfile feat: add shared temporary directory for file uploads in Dockerfile 2026-02-10 22:57:56 -08:00
main.py feat: message history and PostgreSQL checkpointer integration 2025-12-21 03:30:10 -08:00
pyproject.toml chore: add pypandoc dependency to pyproject.toml and update uv.lock 2026-02-11 12:37:44 +05:30
uv.lock chore: add pypandoc dependency to pyproject.toml and update uv.lock 2026-02-11 12:37:44 +05:30