Comfy-agent get_progress
name: get_progress
install
source · Clone the upstream repo
git clone https://github.com/steliosot/comfy-agent
manifest:
skills/infra/get_progress/skill.yamlsource content
name: get_progress
description: Get generation progress percentage from ComfyUI; uses queue/history fallback when /progress is unavailable.
inputs: prompt_id: type: string required: false server: type: string required: false
outputs: status: type: string progress_percent: type: number state: type: string required: false source: type: string