docs: add AI parameter mapping plugin and workflow generation to roadmap (#42)

Co-authored-by: Kelin <kelin@KelindeMacBook-Air.local>
This commit is contained in:
科林 KELIN
2026-03-20 00:07:45 +08:00
committed by GitHub
co-authored by Kelin
parent ffbdd76b52
commit 1c2ba0a74a
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -401,6 +401,8 @@ Default import behavior:
- [ ] Webhook callbacks on task completion
- [ ] Scheduled workflow execution (cron-style)
- [ ] Guided workflow rewrite recipes for agents
- [ ] Native ComfyUI plugin with AI-assisted parameter mapping — describe what a workflow does in natural language inside ComfyUI, and let the AI automatically infer node-field relationships to generate `schema.json`, eliminating manual parameter configuration
- [ ] AI agent workflow generation — describe your image/video generation goal in natural language, and let the AI agent automatically construct, connect, and configure a complete ComfyUI workflow graph from scratch
---
+2
View File
@@ -398,6 +398,8 @@ python scripts/transfer_manager.py import --input ./openclaw-skill-export.json
- [ ] 任务完成后 Webhook 回调通知
- [ ] 定时执行工作流(cron 风格)
- [ ] 引导式工作流改写模板(Rewrite Recipe
- [ ] ComfyUI 原生插件 + AI 参数自动映射 —— 直接在 ComfyUI 内用自然语言描述工作流的用途,由 AI 自动推断节点与字段的对应关系并生成 `schema.json`,彻底免除手动配置参数的负担
- [ ] AI Agent 自动生成工作流 —— 用自然语言描述你的图像或视频生成目标,由 AI Agent 自动从零构建、连接并配置完整的 ComfyUI 工作流图
---