Commit Graph
2 Commits
Author SHA1 Message Date
HuangYuChuhandshanfang 6447aaa86e feat: add idempotency guard, env config overrides, and param_count
- execution_history: add find_duplicate_run() for job_id dedup and
  job_id field in run records to prevent agent retry storms
- runtime_config: support COMFYUI_SERVER_URL and COMFYUI_SERVER_ID
  env vars to override config.json (useful for Docker/CI)
- services: expose param_count in WorkflowSummary so agents can
  assess workflow complexity before execution

Co-Authored-By: HuangYuChuh <HuangYuChuh@users.noreply.github.com>
2026-04-21 11:47:39 +08:00
e948ab84c2 Add workflow execution history backend (#43)
* feat: add workflow execution history backend

* build: refresh bundled workflow history UI assets

* fix: simplify common workflow parameter aliases

* fix: resolve output_dir symlinks and allow workflows with no image output

---------

Co-authored-by: Kelin <kelin@KelindeMacBook-Air.local>
2026-03-20 07:16:40 +08:00