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
75215f7823
feat: update default agent workflow definition with improved node positioning and port handling
2026-06-28 09:42:06 +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
d4ff0980c4
refactor: remove graph tools references and related logic from AIAgent and workflows
2026-06-26 18:56:09 +08:00
mlogclub
015b57bfe7
refactor: update AIAgent handoff and fallback modes terminology for clarity
2026-06-26 18:27:54 +08:00
mlogclub
b46e0d9b7c
fix: move description field to the correct section in AIAgentConfigWorkbench
2026-06-26 18:01:16 +08:00
mlogclub
023f224d51
refactor: remove unused tool filter middleware and helpers
...
- Deleted tool_filter_middleware_test.go and tool_helpers.go as they are no longer needed.
- Removed associated test cases in tool_helpers_test.go.
- Refactored knowledge retriever logic by moving it to a new file and updating imports.
- Introduced tooling package for tool result reduction logic.
- Updated traces package to include new trace types and structures.
- Adjusted executor and tool search tool to reflect new package structure.
2026-06-26 17:52:18 +08:00
mlogclub
84094f4ad8
style: update styling for section buttons and background in AIAgentConfigWorkbench
2026-06-26 17:29:06 +08:00
mlogclub
aa346ac717
feat: enhance AIAgentConfigWorkbench with version history dialog and refactor sections
2026-06-26 17:28:54 +08:00
mlogclub
9fd503b52b
fix: set trailingSlash to false in next.config.ts
2026-06-26 15:00:19 +08:00
mlogclub
f827a7471c
refactor: remove LocaleSwitcher component and update locale handling
...
- Removed LocaleSwitcher from NavUser, SiteHeader, and WorkbenchHeader components.
- Updated tests to reflect the removal of LocaleSwitcher.
- Changed default locale from "en-US" to "zh-CN" in i18n configuration.
- Refactored locale resolution logic to read configured locale without relying on browser language detection.
- Updated AgentDesk SDK to support language configuration from public API.
- Cleaned up unused auth options fetching in the auth API.
2026-06-26 14:46:01 +08:00
mlogclub
12d188fc7e
chore: update docs submodule for v1.5.3
2026-06-25 22:49:44 +08:00
mlogclub
1d58554fd4
feat: improve node title handling in NodeConfigForm for better clarity
2026-06-25 22:46:45 +08:00
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