annator-atom / backend /data /automation_settings.json
techprotrade's picture
Full ATOM backend sync from D:/Annator/ATOM/atom/backend + HF slim runtime (part 4)
afa436a verified
Raw
History Blame Contribute Delete
576 Bytes
{
"enable_automatic_knowledge_extraction": true,
"enable_out_of_workflow_automations": true,
"document_processing_auto_trigger": true,
"enable_accounting_automations": true,
"enable_sales_automations": true,
"response_control_mode": "suggest",
"enable_integration_enrichment": true,
"pipelines": {
"sales": {
"mode": "scheduled",
"cron": "*/30 * * * *"
},
"projects": {
"mode": "scheduled",
"cron": "*/15 * * * *"
},
"finance": {
"mode": "scheduled",
"cron": "0 * * * *"
}
}
}