Commit Graph

54 Commits

Author SHA1 Message Date
mlogclub a252cdc8b8 refactor: simplify workflow selection and enhance OptionCombobox component 2026-07-26 12:18:13 +08:00
mlogclub a1e1290472 refactor: replace Dialog with ProjectDialog in AIAgentConfigWorkbench component 2026-07-26 11:35:59 +08:00
mlogclub 5467f6229a refactor: remove unused icon import and adjust fullscreen content class in DashboardAIAgentsPage 2026-07-26 11:34:58 +08:00
mlogclub a5045dda57 refactor: update fullscreen handling in DashboardAIAgentsPage component 2026-07-26 11:33:50 +08:00
mlogclub 65c9f1647f Update ai agent form 2026-07-26 11:29:18 +08:00
mlogclub 05eb85167c refactor: enhance AI workflow management with restore version and usage tracking features 2026-07-25 18:19:59 +08:00
mlogclub 1663db7f24 refactor: remove agent ID references from AI workflow handling and related components 2026-07-25 15:32:55 +08:00
mlogclub 7b86fd1f09 feat: Implement AI Agent Workflow Binding functionality
- Added aiAgentWorkflowBindingRepository for managing workflow bindings associated with AI agents.
- Enhanced agentRevisionService to include workflow bindings in agent revisions.
- Updated aIAgentService to handle workflow bindings during agent creation and updates.
- Introduced ai_agent_workflow_binding_service for managing workflow binding logic.
- Created new API endpoints for fetching, creating, updating, and deleting AI workflows.
- Developed a new dashboard page for managing AI workflows.
- Updated frontend components to support workflow binding management in agent configuration.
- Added necessary tests for workflow binding functionality and updated existing tests for compatibility.
- Translated relevant UI texts and messages for workflow management.
2026-07-25 15:24:49 +08:00
mlogclub e4ad83dc20 refactor: add conversation ID display to conversation info panel and update translations 2026-07-25 12:28:43 +08:00
mlogclub 34051a4631 feat: Enhance AI Agent and Channel Management
- Updated labels in the AI Agents dashboard for clarity, changing "流程状态" to "Playbook 状态" and "未发布流程" to "未发布 Playbook".
- Introduced AI Agent rollout percentage management in channel editing, allowing users to set and rollback rollout percentages.
- Added new API endpoints for rolling back AI Agent rollout and fetching agent run metrics.
- Implemented new UI components for displaying agent run details, including status, duration, and input/output tokens.
- Enhanced type definitions for AdminChannel and AIAgent to include rollout percentages and runtime modes.
- Updated navigation to include a section for agent runs.
- Added new translations for agent run features in both English and Chinese.
2026-07-25 12:04:06 +08:00
mlogclub 805ef87278 refactor: remove knowledge base references from AI agent model and related services
- Removed KnowledgeIDs from CreateAIAgentRequest and AIAgentResponse.
- Updated buildAIAgentResponseWithLocale to eliminate knowledge base name retrieval.
- Refactored AI agent repository and service to remove knowledge base handling.
- Adjusted dashboard service to no longer track AI agents without knowledge bases.
- Modified knowledge base service to check for workflow references instead of AI agent references.
- Updated frontend components to remove knowledge base selection and display.
- Enhanced workflow validation to ensure knowledge retrieve nodes have associated knowledge bases.
2026-06-30 19:47:29 +08:00
mlogclub 94d36d6ca4 feat: add closeOnEsc prop to DashboardAIAgentsPage for improved modal behavior 2026-06-30 16:20:47 +08:00
mlogclub b83d33186f feat: refactor workflow definition handling and integrate undo/redo functionality in WorkflowEditor 2026-06-28 22:44:54 +08:00
mlogclub 0d568ebf87 feat: refactor workflow configuration components for improved structure and usability 2026-06-27 22:40:27 +08:00
mlogclub 689acc997c xyflow change to flowgraam 2026-06-27 21:27:57 +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 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 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 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 a628d103f9 feat(workflow): enhance AI agent workflow state management and response handling 2026-06-24 17:56:23 +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 560843686b Refactor AIAgent runtime handling and remove unused fields 2026-06-23 08:37:52 +08:00
mlogclub 3e68fc3344 feat: add workflow version fetching functionality and enhance AIAgentConfigWorkbench display 2026-06-22 22:39:49 +08:00
mlogclub 9b76ef4bd0 refactor: adjust layout and styling in AIAgentConfigWorkbench and ProjectDialog components 2026-06-22 20:38:53 +08:00
mlogclub b0fa5100d2 refactor: improve layout and styling of section buttons in AIAgentConfigWorkbench 2026-06-22 20:36:21 +08:00
mlogclub 4d18dc21e9 feat: enhance WorkflowEditor with improved node selection and validation display 2026-06-22 19:38:59 +08:00
mlogclub d1f39ae57e feat: Enhance AI Workflow with Variable Contracts and Input Mapping
- Added ConfigSchema, InputSchema, OutputSchema, and DefaultInputs to AIWorkflowNodeSpecResponse.
- Implemented BuildAIWorkflowNodeSpecs to include variable contracts for start and send_reply nodes.
- Introduced applyAutoInputMappings to automatically map inputs based on node connections.
- Enhanced validation to check for required input mappings in workflows.
- Updated workflow editor to support variable selection for node inputs.
- Translated node names and labels to Chinese for better localization.
- Added tests for variable mapping and validation logic.
2026-06-22 18:33:39 +08:00
mlogclub 5ea190de8b refactor: update tool section titles and improve layout in workflow editor 2026-06-22 17:07:34 +08:00
mlogclub 9fe2732360 style: narrow AI agent config tabs 2026-06-22 16:38:36 +08:00
mlogclub 44935d2141 refactor: simplify agent workflow settings 2026-06-22 16:33:30 +08:00
mlogclub 082a036ce1 feat: use markdown editor for agent system prompt 2026-06-22 16:17:38 +08:00
mlogclub f0eb694803 refactor: use config workbench for AI agent creation 2026-06-22 12:03:48 +08:00
mlogclub 32bb0dbc30 fix: refine AI agent config dialog layout 2026-06-22 11:42:22 +08:00
mlogclub eb0f83f886 fix: clarify AI agent config tab affordance 2026-06-22 11:40:07 +08:00
mlogclub 20245e3073 fix: polish AI agent config tabs 2026-06-22 11:39:27 +08:00
mlogclub d19b5054e7 fix: refine AI agent config dialog header 2026-06-22 11:33:35 +08:00
mlogclub 7308e848fb feat: open AI agent config in dialog 2026-06-22 10:37:31 +08:00
mlogclub 10b6ecd18b feat: add AI agent config workbench 2026-06-22 10:30:08 +08:00
mlogclub 32ab43e7c2 refactor: make AI workflows agent-centric 2026-06-22 10:08:51 +08:00
mlogclub 14f50e064f feat: add AI workflow editor 2026-06-22 00:26:16 +08:00
mlogclub fe5041191f refactor: standardize card styles and improve layout across dashboard components 2026-06-21 10:09:52 +08:00
mlogclub ff2e2e3962 refactor: replace SectionCard with div for layout simplification in EditDialogBody 2026-06-21 09:53:22 +08:00