Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.6 KB

File metadata and controls

29 lines (17 loc) · 1.6 KB
graph LR
    User_Interface_UI_["User Interface (UI)"]
    Backend_Server_["Backend (Server)"]
    User_Interface_UI_ -- "sends requests to" --> Backend_Server_
    click User_Interface_UI_ href "https://github.com/CodeBoarding/GeneratedOnBoardings/blob/main/Flowise/User_Interface_UI_.md" "Details"
Loading

CodeBoardingDemoContact

Details

One paragraph explaining the functionality which is represented by this graph. What the main flow is and what is its purpose.

User Interface (UI) [Expand]

The interactive web application providing a visual drag-and-drop interface for users to design and manage AI workflows. It handles user input, displays real-time workflow status, and communicates with the Backend API.

Related Classes/Methods: None

Backend (Server)

The central server-side application responsible for processing requests from the User Interface, orchestrating and executing AI workflows, managing data persistence, and interacting with external AI models or services. It exposes APIs consumed by the UI and handles the core logic for workflow management.

Related Classes/Methods: None