Comfy-agent agentic_execute

name: agentic_execute

install
source · Clone the upstream repo
git clone https://github.com/steliosot/comfy-agent
manifest: skills/infra/agentic_execute/skill.yaml
source content

name: agentic_execute description: Execute a previously prepared agentic plan payload.

inputs: plan_payload: type: object required: true server: type: string required: false headers: type: object required: false api_prefix: type: string required: false run_id: type: string required: false context: type: object required: false

outputs: status: type: string run_id: type: string prompt_id: type: string output_images: type: array artifacts: type: array