Commit Graph

67 Commits

Author SHA1 Message Date
mlogclub e38c19f8d8 feat: add description handling to VariableSelector and OptionCombobox for improved option clarity 2026-06-28 17:53:56 +08:00
mlogclub 64f6e1686d feat: remove showConfigJSON prop from NodeConfigPanel and WorkflowConfigPanel for cleaner UI 2026-06-28 17:47:48 +08:00
mlogclub 89945f139b feat: enhance NodeConfigPanel and WorkflowConfigPanel with improved title and description handling 2026-06-28 17:36:43 +08:00
mlogclub 988c8e7cfa feat: update WorkflowEditorToolbar and WorkflowEditorInner for improved layout handling 2026-06-28 17:28:29 +08:00
mlogclub 655328d92a feat: remove width prop from WorkflowNodeCard and adjust styling for consistent layout 2026-06-28 16:40:51 +08:00
mlogclub 530cf145b2 feat: add icon property to workflow node specifications and update related components 2026-06-28 15:24:00 +08:00
mlogclub 389291143a feat: enhance FlowgramNodeForm and WorkflowNodeCard by removing unused spec prop and adding node description display 2026-06-28 15:12:56 +08:00
mlogclub 298f65ee96 feat: simplify WorkflowNodeCard and WorkflowNodeIcon by removing tone handling and unused imports 2026-06-28 12:51:03 +08:00
mlogclub 1525f2e919 feat: remove WorkflowSimpleNodeContent and update WorkflowNodeCard for optional children rendering 2026-06-28 12:44:38 +08:00
mlogclub 4ac2dedf97 feat: refactor NodeConfigPanel and WorkflowNodeCard for improved readability and structure 2026-06-28 12:42:03 +08:00
mlogclub dc7fa2bd41 feat: simplify WorkflowNodeMeta by removing label and accent class handling 2026-06-28 12:35:06 +08:00
mlogclub 6ee62812f7 feat: update styling of FlowgramNodeRenderer and WorkflowNodeCard for consistency 2026-06-28 12:01:01 +08:00
mlogclub ab7b8399af feat: update FlowgramNodeRenderer to include selected state and enhance styling 2026-06-28 12:00:31 +08:00
mlogclub f809b5e526 feat: enhance workflow node components with new condition handling and UI improvements 2026-06-28 11:52:32 +08:00
mlogclub 5160499fbf feat: improve UI components with consistent styling and layout adjustments 2026-06-28 11:29:03 +08:00
mlogclub 6a0e65bc07 feat: add zoom controls and reset functionality to workflow editor toolbar 2026-06-28 10:55:28 +08:00
mlogclub af9c28033a feat: refactor workflow branch selection logic and introduce context provider 2026-06-28 10:35:19 +08:00
mlogclub 64c10ba6dd feat: implement condition branch selection and configuration in workflow editor 2026-06-28 10:29:53 +08:00
mlogclub 33c6647375 feat: add delete functionality for condition branches in node forms and improve edge filtering in workflow normalization 2026-06-28 10:07:00 +08:00
mlogclub 325a860fee feat: enhance condition node form to improve branch display with updated labels and styling 2026-06-28 10:05:58 +08:00
mlogclub 5da040054f feat: enhance condition node form styling with improved layout and hover effects 2026-06-28 10:02:34 +08:00
mlogclub a185a0a352 feat: add auto layout functionality to workflow editor and toolbar 2026-06-28 09:37:34 +08:00
mlogclub 6a402cff78 feat: improve condition node form layout and enhance flowgram node renderer styling 2026-06-28 09:28:04 +08:00
mlogclub 2bde314820 feat: enhance flowgram editor with condition node handling, port normalization, and UI improvements 2026-06-28 00:08:55 +08:00
mlogclub 0d568ebf87 feat: refactor workflow configuration components for improved structure and usability 2026-06-27 22:40:27 +08:00
mlogclub 1472c487ac feat: enhance workflow editor with new plugins, improved node handling, and UI updates 2026-06-27 21:44:29 +08:00
mlogclub 689acc997c xyflow change to flowgraam 2026-06-27 21:27:57 +08:00
mlogclub 228ad1902f feat: update workflow editor background colors for improved UI consistency 2026-06-27 20:00:43 +08:00
mlogclub 35ebb59b9a feat: enhance workflow editor UI with improved node handling and visual updates 2026-06-27 19:48:54 +08:00
mlogclub d0cd01cbf6 feat: add condition configuration handling and improve branch summary display in workflow editor 2026-06-27 17:14:29 +08:00
mlogclub 2143bfa06b feat: add validation for default condition branch position and enhance branch connection handling 2026-06-27 17:00:41 +08:00
mlogclub f85fb6d406 feat: enhance condition handling with enum value options and metadata in workflow components 2026-06-27 12:50:29 +08:00
mlogclub aa346ac717 feat: enhance AIAgentConfigWorkbench with version history dialog and refactor sections 2026-06-26 17:28:54 +08:00
mlogclub 1d58554fd4 feat: improve node title handling in NodeConfigForm for better clarity 2026-06-25 22:46:45 +08:00
mlogclub 21fd119b27 feat: add conversation understanding and reply policy nodes to workflow executor
- Implemented conversation understanding and reply policy execution in the workflow executor.
- Added new node types: NodeTypeConversationUnderstanding and NodeTypeReplyPolicy.
- Enhanced input and output schemas for the new nodes.
- Updated workflow registry to include new node specifications.
- Created tests for the new workflow routes and behaviors.
- Modified existing workflows to integrate the new conversation understanding and reply policy logic.
2026-06-25 22:38:34 +08:00
mlogclub b806a2208b feat: enhance condition node functionality with branches and validation
- Introduced WorkflowConditionBranch and WorkflowNodeConfig types to manage condition branches in nodes.
- Updated NodeConfigPanel and ConditionNodePanel components to support adding, editing, and deleting branches.
- Implemented validation for condition nodes to ensure at least one branch exists and that default branches are correctly configured.
- Modified workflow-utils to handle condition branches and updated toApiDefinition and fromApiDefinition functions to maintain branch integrity during serialization.
- Removed edge condition handling from WorkflowEditor and related components, simplifying edge management.
- Added tests to ensure condition branches are preserved in API definitions.
2026-06-25 21:08:59 +08:00
mlogclub 072c2f0105 feat: refactor workflow editor toolbar and validation components for improved usability 2026-06-25 19:29:19 +08:00
mlogclub 2f2e4ad8d0 feat: add workflow restoration functionality and enhance workflow editor actions 2026-06-25 19:18:25 +08:00
mlogclub 188c6b6f6b Implement workflow history management and helper line calculations for improved node alignment and undo/redo functionality 2026-06-23 20:52:09 +08:00
mlogclub 717544b57c Enhance WorkflowEditor connection handling and edge rendering for improved user experience 2026-06-23 20:04:09 +08:00
mlogclub b7a98ad2a9 Refactor WorkflowCanvasNode styling for improved layout and visual feedback 2026-06-23 19:49:46 +08:00
mlogclub 17852d0675 Refactor WorkflowEditor to improve node and edge property panel handling and animation 2026-06-23 19:37:57 +08:00
mlogclub 20dfe49852 Enhance edge selection functionality in WorkflowEditor for improved user interaction 2026-06-23 19:33:51 +08:00
mlogclub 502ed4c20d Update WorkflowEditor background styling for improved visual clarity 2026-06-23 19:27:51 +08:00
mlogclub d8958eb8ed Refine workflow editor canvas styling 2026-06-23 19:10:54 +08:00
mlogclub be842b8d0e Enhance workflow editor edge and node controls 2026-06-23 19:06:15 +08:00
mlogclub 922a317a1f Add PlusIcon to WorkflowCanvasNode handles for improved UI interaction 2026-06-23 14:58:30 +08:00
mlogclub 8f0e99fb7c Add branch summary handling to NodeConfigPanel and WorkflowEditor 2026-06-23 10:57:34 +08:00
mlogclub 6e214445c9 Add rendering logic for condition nodes in WorkflowCanvasNode component 2026-06-23 10:40:01 +08:00
mlogclub ed9d60db0d Add workflow runtime execution and condition validation 2026-06-23 09:34:08 +08:00