SurfSense/surfsense_backend/app/automations/actions/agent_task
DESKTOP-RTLN3BA\$punk d013617bf6 feat(automations): added UI and improved mentions
- Added support for @-mentions in agent tasks, allowing users to reference documents, folders, and connectors directly in their queries.
- Updated `run_agent_task` to resolve mentions and include them in the context passed to the agent.
- Introduced new parameters in `AgentTaskActionParams` for handling mentioned document and connector IDs.
- Refactored the automation edit and new components to utilize the new `AutomationBuilderForm` for a more streamlined user experience.
- Removed deprecated JSON forms to simplify the automation creation process.
2026-05-28 21:26:32 -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 fix(automations/agent_task): use in-memory checkpointer to avoid Celery PoolTimeout 2026-05-28 21:10:24 +02: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): added UI and improved mentions 2026-05-28 21:26:32 -07:00
params.py feat(automations): added UI and improved mentions 2026-05-28 21:26:32 -07:00