SurfSense/surfsense_backend/app
DESKTOP-RTLN3BA\$punk 409fec94c3 feat(automations): implement model eligibility checks for automation creation
- Added model eligibility checks to ensure automations can only use billable models (premium or BYOK).
- Introduced new API endpoint to report model eligibility status for search spaces.
- Updated frontend components to display eligibility alerts and disable creation options when models are not billable.
- Enhanced automation creation forms to reflect model eligibility, preventing users from submitting invalid configurations.
- Implemented server-side logic to capture and preserve model preferences across automation edits, ensuring consistent behavior during execution.
2026-05-29 03:13:46 -07:00
..
agents feat(automations): implement model eligibility checks for automation creation 2026-05-29 03:13:46 -07:00
automations feat(automations): implement model eligibility checks for automation creation 2026-05-29 03:13:46 -07:00
config perf(kb-planner): route internal planner calls to dedicated small/fast LLM 2026-05-20 11:42:52 +02:00
connectors chore: linting 2026-04-27 14:04:50 -07:00
etl_pipeline feat: enhance task management and timeout configurations in multi-agent chat 2026-05-27 14:58:10 -07:00
indexing_pipeline feat(pipeline): enrich ETL and indexing failure telemetry 2026-05-22 17:49:46 +05:30
observability feat(env): add SURFSENSE_ENV variable for deployment environment and update observability resource attributes 2026-05-23 02:13:24 +05:30
prompts feat: add PDF preview and export functionality for Typst-based reports, enhance report content handling 2026-04-15 21:11:27 +05:30
retriever feat(retriever): instrument knowledge base search 2026-05-21 23:03:31 +05:30
routes refactor: remove search_surfsense_docs tool and related references 2026-05-28 22:35:14 -07:00
schemas refactor: remove search_surfsense_docs tool and related references 2026-05-28 22:35:14 -07:00
services feat: enhance task management and timeout configurations in multi-agent chat 2026-05-27 14:58:10 -07:00
tasks refactor: remove search_surfsense_docs tool and related references 2026-05-28 22:35:14 -07:00
templates feat: update report generation and export capabilities to support multiple formats (PDF, DOCX, HTML, LaTeX, EPUB, ODT, plain text) across documentation and backend 2026-03-09 18:41:21 -07:00
utils refactor: remove search_surfsense_docs tool and related references 2026-05-28 22:35:14 -07:00
__init__.py feat: SurfSense v0.0.6 init 2025-03-14 18:53:14 -07:00
app.py refactor: remove search_surfsense_docs tool and related references 2026-05-28 22:35:14 -07:00
celery_app.py add schedule tick task and beat entry 2026-05-27 17:56:07 +02:00
db.py refactor: remove search_surfsense_docs tool and related references 2026-05-28 22:35:14 -07:00
exceptions.py feat: add processing mode support for document uploads and ETL pipeline, improded error handling ux 2026-04-14 21:26:00 -07:00
rate_limiter.py try: ip fix for cludflare 2026-04-16 02:13:52 -07:00
users.py Seed default prompts on registration and for existing users 2026-03-31 18:12:09 +02:00