Skip to content
Recued
Menu
← Back to recipes

Mistral model and job operations digest

by recued-core v1

Scheduled read-only Mistral operations digest. It lists models, file metadata, batch jobs, fine-tuning jobs, and agents through recued-core.mistral, renders compact review tables, and can send an in-app notification when active jobs are visible. It never creates or cancels jobs, uploads/downloads files, mutates agents, executes workflows, uses admin APIs, or calls arbitrary Mistral routes.

How it works 29 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (29 steps)
model_list ?
file_list ?
batch_jobs_raw ?
fine_tuning_jobs_raw ?
agent_list_raw ?
models default
Apply default
files default
Apply default
batch_jobs default
Apply default
fine_tuning_jobs default
Apply default
agents default
Apply default
model_count count
Count items in models
file_count count
Count items in files
batch_job_count count
Count items in batch jobs
fine_tuning_job_count count
Count items in fine tuning jobs
agent_count count
Count items in agents
total_job_count math
Calculate: {{step.batch_job_count}} + {{step.fine_tuning_job_count}}
has_jobs compare
Check if total job count is greater than 0
notify_enabled compare
Check if setting notify when jobs equals true
should_notify all
Check if all conditions are true
notify ?
skip: step.should_notify not_equal true
model_rows slice
Take a subset of
batch_rows slice
Take a subset of
fine_tuning_rows slice
Take a subset of
agent_rows slice
Take a subset of
model_table to_table
Format results as a data table
batch_table to_table
Format results as a data table
fine_tuning_table to_table
Format results as a data table
agent_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 8 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

mistral setting =
channels setting = in_app
end hour setting = 10
weekdays setting = 1,2,3,4,5
row limit setting = 20
job status setting =
start hour setting = 8
notify when jobs setting = true

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Send notificationsRead your Mistral connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

mistral mistralmodelsfilesbatch-jobsfine-tuningagentsdigestnotificationpack:mistral

Details

29 steps 8 configurable settings recipe_id: mistral-model-job-operations-digest