Understudy Labs · Arazzo Workflow
Download, warm, and chat with a local model on Understudy Desktop
Version 1.0.0
The core Understudy Desktop journey over the loopback Agent API - pick a model from the catalog, start and track its download, add a residency slot, assign and warm the model in the slot, then send a conversation turn and stream the run's events.
View Spec
View on GitHub
Artificial IntelligenceLLM GatewayMachine LearningOpen SourceModel RoutingEvaluationsFine-TuningAI InfrastructureDeveloper ToolsArazzoWorkflows
Provider
Workflows
download-warm-and-chat
From catalog to a locally-served conversation turn.
All calls target the authenticated loopback API described by the desktop capability file. Nothing leaves the machine unless a remote route is explicitly selected.
1
browseCatalog
desktopModelCatalog
List downloadable models and confirm the target model exists.
2
startDownload
desktopDownloadStart
Start downloading the chosen model.
3
pollDownload
desktopDownloadStatus
Poll the download until it completes.
4
addSlot
desktopResidencyAddSlot
Add a residency slot to hold the model.
5
assignModel
desktopResidencyAssign
Assign the downloaded model to the slot.
6
warmSlot
desktopResidencyWarm
Warm the slot so the model is resident and ready.
7
sendTurn
conversationTurn
Send the first conversation turn to the warmed model.
8
streamRunEvents
conversationRunEvents
Stream the canonical ConversationRuntime events for the run.