pub async fn run_update(workflow: &str) -> Result<(), ZigError>Expand description
Launch an interactive zag session for workflow revision.
Flow:
- Resolve the workflow by name or path.
- Copy (plain
.zwf) or unzip (.zwfz) it into a temp staging directory. - Drive an
AgentBuildersession with the update system prompt and the staging path. - On success, move (plain) or re-zip (zipped) the staging contents back over the original path.