mlogclub
62fc894f82
feat: add layout validation for default agent workflow in tests
2026-06-25 22:46:40 +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
7ba7deea96
docs: update decision platform design pointer
2026-06-25 22:11:25 +08:00
mlogclub
81dc5b3bf4
feat: enhance workflow run detail display with compact layout and improved styling
2026-06-25 21:45:32 +08:00
mlogclub
d11080e14b
feat: add workflow run audit graph component and enhance workflow run details
2026-06-25 21:42:14 +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
b7056b59b5
feat: add default workflow definition endpoint and related functionality
2026-06-25 18:50:38 +08:00
mlogclub
34d70e769f
feat: enhance AI workflow with new ticket creation and fallback handling logic
2026-06-25 18:28:16 +08:00
mlogclub
22c241a4ad
fix: update applyProviderSpecificChatParams to accept pointer and add nil check
...
test: add unit test for applyProviderSpecificChatParams with DashScope model
2026-06-24 23:26:18 +08:00
mlogclub
eb4064bfa9
refactor: remove seqNo from message and conversation models, update related logic
2026-06-24 23:02:52 +08:00
mlogclub
85cfee1967
refactor: remove SeqNo from message and conversation read state models, update related logic
2026-06-24 22:53:17 +08:00
mlogclub
48a3e86877
feat(gitignore): add test-reports directory to .gitignore
2026-06-24 22:22:30 +08:00
mlogclub
3274f1ed3b
chore(docs): update subproject commit reference
2026-06-24 18:20:43 +08:00
mlogclub
a628d103f9
feat(workflow): enhance AI agent workflow state management and response handling
2026-06-24 17:56:23 +08:00
mlogclub
0b5a24975c
feat(workflow): add WorkflowRunID to message handling and related services
2026-06-24 17:49:39 +08:00
mlogclub
05233820fb
feat(executor): enhance workflow execution with branch decision tracking and condition evaluations
2026-06-24 17:38:57 +08:00
mlogclub
eb3a209017
feat(workflow): log failed workflow run preparation when version is disabled
2026-06-24 15:49:16 +08:00
mlogclub
49c663ab5c
feat(validator): add validation for confirmed input source from human_confirm node
2026-06-24 14:19:41 +08:00
mlogclub
39a2bbda97
refactor(ErrorMessagePreview): simplify error message display by removing Popover component
2026-06-24 14:17:21 +08:00
mlogclub
dbd793f140
fix(workflow): improve run audit interactions
2026-06-24 11:29:43 +08:00
mlogclub
26578705ad
feat: enhance workflow resume functionality with interrupted run reuse and error handling
2026-06-24 11:02:16 +08:00
mlogclub
46bcc55658
feat: add AI workflow run management with detailed audit items and UI integration
2026-06-24 09:52:00 +08:00
mlogclub
02ae515bd6
refactor: remove trace data from reply context and related services
2026-06-23 23:29:29 +08:00
mlogclub
6122a1d881
refactor: remove AgentRunLog related code and components
...
- Deleted AgentRunLogResponse struct from skill_response.go.
- Removed agent_run_log_repository.go and agent_run_log_service.go files.
- Eliminated AgentRunLogDetailDialog component and its related logic from the dashboard.
- Removed agent run log fetching functions from admin API.
- Updated navigation and localization files to remove references to agent run logs.
2026-06-23 23:22:18 +08:00
mlogclub
1440c3c4c3
Add AI workflow run management with listing and detail retrieval endpoints, including corresponding response structures and UI integration
2026-06-23 23:05:17 +08:00
mlogclub
a670084374
Enhance workflow execution with detailed run logging and error handling, including workflow run status tracking and node tracing
2026-06-23 22:57:18 +08:00
mlogclub
6c02d6a79c
Enhance workflow execution with checkpoint data handling and introduce tests for human confirmation and ticket creation
2026-06-23 22:11:20 +08:00
mlogclub
2009aa2528
Add AnalyzeConversation node execution and corresponding test case
2026-06-23 21:54:51 +08:00
mlogclub
8992f263aa
Implement handoff to human functionality in workflow executor and update registry output schema
2026-06-23 21:48:20 +08:00
mlogclub
ec9e4a852a
Replace "publish" with "versions" in AIAgentConfigWorkbench for improved clarity and consistency
2026-06-23 21:09:36 +08:00
mlogclub
9d749051f8
Update publish section title in AIAgentConfigWorkbench to improve clarity
2026-06-23 21:07:42 +08:00
mlogclub
ca4e4c7a88
Refactor publish section in AIAgentConfigWorkbench for improved layout and readability by simplifying the structure and enhancing the display of workflow versions
2026-06-23 21:06:11 +08:00
mlogclub
622cfeef59
Refactor AIAgentConfigWorkbench for improved readability and maintainability by removing unused memoization and enhancing button accessibility
2026-06-23 21:03:27 +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
c1b9821a25
Add type declarations for CSS and SCSS modules
2026-06-23 19:26:00 +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
eddd72fcb7
Fix sorting order in AIAgentAnyList query parameters
2026-06-23 09:49:03 +08:00
mlogclub
ed9d60db0d
Add workflow runtime execution and condition validation
2026-06-23 09:34:08 +08:00
mlogclub
560843686b
Refactor AIAgent runtime handling and remove unused fields
2026-06-23 08:37:52 +08:00