mirror of
https://github.com/EKKOLearnAI/hermes-web-ui.git
synced 2026-07-15 21:21:05 +00:00
5eb1b94138
* chore: initialize upstream-based workflow orchestration v2 draft * feat(workflow): validate declarative edge orchestration * feat(workflow): evaluate edge conditions safely * feat(workflow): support declarative condition operators * feat(workflow): evaluate edge route decisions * feat(workflow): skip unmatched success branches * feat(workflow): route failed node outcomes * feat(workflow): validate node join mode * feat(workflow): support all and any joins * feat(workflow): schedule nodes on completion * feat(workflow): store append-only edge evidence * feat(workflow): persist edge decisions fail closed * feat(workflow): expose edge evidence in run history * feat(workflow): validate bounded feedback edges * feat(workflow): compile single-entry natural loops * feat(workflow): validate laminar nested loops * feat(workflow): fail closed during graph preflight * feat(workflow): preflight reruns and freeze loops * feat(workflow): identify loop execution instances * feat(workflow): execute bounded top-level loops * feat(workflow): audit conditional loop exits * feat(workflow): record loop iteration limits * feat(workflow): identify edge iteration evidence * feat(workflow): audit loop forward edges * feat(workflow): persist loop epoch evidence * feat(workflow): expose loop epochs in run history * feat(workflow): record failed loop epochs * feat(workflow): audit canceled loop epochs * feat(workflow): audit loop agent timeouts * feat(workflow): gate loop executions on approval * feat(workflow): enforce run execution budget * feat(workflow): enforce loop run deadline * feat(workflow): bound loop approval waits * feat(workflow): enforce DAG run deadline * feat(workflow): enforce rerun deadline * feat(workflow): guard rerun execution budget * feat(workflow): run one downstream node after loop exit * feat(workflow): dispatch persisted loop exit targets * feat(workflow): honor conditional routing inside loop bodies * feat(workflow): continue through post-loop DAGs * feat(workflow): route post-loop failures * feat(workflow): add secure definition portability * feat(workflow): expose portability client API * feat(workflow): add import and export controls * feat(workflow): execute disjoint and nested loops * feat(workflow): edit edge orchestration from canvas * feat(workflow): show execution evidence in run history * feat(workflow): edit node join policy * feat(workflow): create connected nodes atomically * test(workflow): cover orchestration canvas in browser * refactor(workflow): unify laminar loop runtime * fix(workflow): bind approvals to executions * test(workflow): verify canvas interactions in browser * feat(workflow): enforce execution identity policies * feat(workflow): harden lifecycle recovery * refactor(workflow): share fresh and rerun schedulers * feat(workflow): harden orchestration evidence and portability * fix(workflow): close final acceptance and canvas gaps * test(workflow): add disposable live acceptance * fix(workflow): migrate legacy execution evidence * refactor(workflow): use icons for import and export * refactor(workflow): use ctrl-z for canvas undo * refactor(workflow): restore profile-default agent context * fix(workflow): strip legacy policy from edge node copies * feat(workflow): guide ordinary users through routing * refactor(workflow): move field help into tooltips * feat(workflow): validate typed condition values * feat(chat): align maximum reasoning effort * test(workflow): isolate manager SQLite runtime Keep the WorkflowManager suite on a disposable SQLite directory so coverage workers cannot race the shared test-runtime database. Production and development database paths are unchanged. * fix(workflow): keep Hermes API mode profile-owned * fix(workflow): make imports portable across environments Strip source runtime bindings from exports and legacy imports while keeping capability and skill checks at execution time. Address runtime subscription, feedback routing, approval cancellation, durable Session evidence, SQLite index migration, and compact evidence rendering. * fix(bridge): reject unsupported reasoning effort Keep Hermes API mode profile-owned while restoring explicit failure when the runtime cannot parse or apply a requested reasoning effort. * test(workflow): use writable Session fixture workspace * fix(workflow): align import export icon semantics * feat(workflow): make execution details user friendly * fix workflow replay and presentation regressions --------- Co-authored-by: Lux <wangw9475@agent.qq.com> Co-authored-by: ekko <fqsy1416@gmail.com>