Add Flow Visualization 2.0 and supervision workspace - #508
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Lazy loading leaves GetDexSummary and GetDexDisplay payloads as blob IDs, so the list treated them as a one-field object and showed summaryError.
Keep the existing operator UI on /v1 and copy the dexai canvas into /v2 as a listing-plus-definition split. Starting with --flow-rendering-dir opens /v2, with a Version menu back to /v1.
Keep the listing/canvas splitters and light-mode default, and copy the dexai detail panel so a selected run shows input, output, context, and earlier executions without dumping the previous run.
Extract shared StepMethod Input/Output/Context sections from v1 EventDetails and wire the hydrated WaitFor/Execute history into the dexai panel, including Details/Raw toggle and live next steps.
Replace Transitions/State/Definition peer tabs with a collapsible FDG definition (WaitFor + Execute branches) above an execution dropdown and run-scoped tabs.
FDG 2.0 Steps must declare dex:explanation; Definition scrolls and collapses long Execute branch lists so the execution picker stays reachable.
Drag the panel's left edge to widen or narrow it; the width persists and fitView reserves the live overlay width.
Real history payloads have no stepDecision.type; goTo and close verbs come from nextSteps and closeDecisionType instead.
Align HTTP paths, types, FDG JSON, and filenames with the /v1 and /v2 workspace split.
Drop the mock Overview, merge WaitUntil into WaitFor Output, and give each phase its own Input/Context/Output backed by the matching history event.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/v1(existing Flows workspace) and/v2(operator workspace: listing + Flow Definition Graph canvas)dex:group,dex:explanation, Summary/Display/Actions) and render run overlays on StepsTest plan
cd web && npm run checkmake -C cli integration-test(FDG 2.0 visualize + explanations)--flow-rendering-dir, select a multi-execution Step, switch Instance dropdowngoTo(not "not returned yet") when nextSteps existFollow-up
skill-dex-developerbaseline update waits on an official Dex release tag that includes this change.