This repository was archived by the owner on Mar 18, 2026. It is now read-only.
Conversation
…lity and improve UI interactions
…interactions in Monitor and Executor components
- Added ChatHistory component to display previous chat sessions. - Introduced CurrentChatInterface to manage ongoing chats. - Updated ChatInterface to handle existing chat data and fetch logs accordingly. - Enhanced WorkflowSelection to guide users in starting new conversations. - Modified Sidebar to include options for accessing current chats and chat history. - Integrated interaction API for managing chat sessions and workflows. - Improved UI/UX with loading states and error handling in chat components.
…nts and remove unused imports
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This pull request introduces significant updates to the API layer, UI components, and styling. Key changes include new API methods for managing interactions and workflows, updates to UI components for improved accessibility and consistency, and the addition of a new SCSS file for styling the chat history. Below is a categorized summary of the most important changes:
API Enhancements:
src/app/api/interactionAPI.jsfor listing interactions, executing workflows, generating unique interaction IDs, and normalizing workflow names. These methods improve interaction management and workflow execution capabilities.getWorkflowIOLogsinsrc/app/api/workflowAPI.jsto includeinteractionIdas an optional parameter, allowing more granular retrieval of execution logs.deleteWorkflowIOLogsanddeleteWorkflowPerformancemethods insrc/app/api/workflowAPI.jsto enable deletion of workflow execution and performance data. [1] [2]UI Component Improvements:
") for better accessibility and consistency in various components, includingTemplatePanel,WorkflowPanel, andCanvasPage. [1] [2] [3]ExecutionPanel.tsxto use HTML entities for improved rendering in JSX.Styling Enhancements:
src/app/chat/assets/ChatHistory.module.scssto define consistent styles for chat history components, including color variables, responsive design, and hover effects.Codebase Cleanup:
Position,Port,Parameter) from several files, includingCanvas.tsx,Node.tsx, andWorkflowPanel.tsx, to streamline the codebase. [1] [2] [3]These changes collectively enhance the functionality, maintainability, and user experience of the application.