SurfSense/surfsense_backend/app/automations/actions/agent_task
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
..
__init__.py chore: linting 2026-05-28 19:21:29 -07:00
auto_decide.py feat(automations): wire agent_task to multi_agent_chat with auto-approve loop 2026-05-27 17:02:44 +02:00
definition.py feat(automations): static_inputs on triggers + vertical-slice api/services 2026-05-27 21:21:43 +02:00
dependencies.py feat(automations): implement model eligibility checks for automation creation 2026-05-29 03:13:46 -07:00
factory.py feat(automations): added UI and improved mentions 2026-05-28 21:26:32 -07:00
finalize.py feat(automations): wire agent_task to multi_agent_chat with auto-approve loop 2026-05-27 17:02:44 +02:00
invoke.py feat(automations): implement model eligibility checks for automation creation 2026-05-29 03:13:46 -07:00
params.py feat(automations): added UI and improved mentions 2026-05-28 21:26:32 -07:00