langflow-ai / langflow

Langflow is a low-code app builder for RAG and multi-agent AI applications. It’s Python-based and agnostic to any model, API, or database.
http://www.langflow.org
MIT License
35.89k stars 4.25k forks source link

fix: clean invisible edge when toggling tool mode #4795

Closed lucaseduoli closed 5 days ago

lucaseduoli commented 5 days ago

This pull request includes several changes to the FlowPage component and flowStore in the frontend. The primary focus is on removing unused functions and improving state management for nodes and edges.

Improvements to FlowPage component:

Enhancements to flowStore: