comfy_agentic_assist
Plan and execute multi-step generation campaigns from a natural language goal, selecting workflows, generating, vision-checking, and retrying with adjustments up to three times.
Instructions
Multi-step agentic generation via MCP sampling (SEP-1577).
Plans a generation campaign: describes the creative goal, selects appropriate workflow(s), generates, optionally vision-checks via local multimodal model, and retries with adjusted params (max 3).
Requires a host with MCP sampling. Falls back to a structured manual tool sequence when sampling is unavailable.
Return Format
{"success": bool, "agent_plan": str, "error": str}
Examples
comfy_agentic_assist(goal="Create a cinematic aerial shot of a cyberpunk city")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | Natural language description of what to generate. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||