* fix: CrewAI-based flows with no extra openai
* [autofix.ci] apply automated fixes
* Clean up the location of the crewai model processing
* [autofix.ci] apply automated fixes
* Properly subclass the tasks and agents method
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* feat: Add support for dynamic providers in Astra DB Comp
* [autofix.ci] apply automated fixes
* Make sure we return a default dict
* Rename params in starter template
* Update test_vector_store_rag.py
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
* refactor: Remove unnecessary wait in group.spec.ts
* refactor: Improve keyboard component search tests
Improve the keyboard component search tests by using waitForSelector instead of waitForTimeout for better reliability and stability.
* refactor: Improve time and use waitForSelector in folder tests
* add comment for documentation
* Refactor componentHoverAdd test to use opacity check instead of exact value
Updated the background color in the FlowMenu dropdown to match the dark theme background. This ensures a consistent and visually appealing user experience.
Refactor the code in `src/frontend/src/components/appHeaderComponent/components/FlowMenu/index.tsx` to change the `DropdownMenuContent` class from `bg-white` to `bg-background`.
* Enhance migration script with column existence check and improved error handling
* Refactor migration script to use `column_exists` with explicit parameters
* Update hero and integrations image in readme
* Fix border radius on hero asset
---------
Co-authored-by: Nadir J <31660040+NadirJ@users.noreply.github.com>
* ✨ (package.json): add lucide-react package to dependencies for using Lucide icons in the project
✨ (index.tsx): create a new Icon component to render Lucide icons with specified name, size, and color properties
* ♻️ (package.json): remove lucide-react dependency as it is no longer needed in the project
* ⬆️ (package.json): upgrade lucide-react dependency to version 0.460.0
* Use AsyncSession for user management
* Simplify check_key
* Don't trigger blockbuster on settings service initialize
* Fix mypy
* Fix api key update_total_uses
* Fix auto-login
* Revert making CustomComponent.list_key_names async
* Fixed output and input radius and icons colors when on tool mode
* Replaced output format to be camel case
* Fix expand not appearing after minimize and change code
* Refactor chatView component and add FlowRunningSqueleton
- Refactor chatView component to import useMemo from react
- Add FlowRunningSqueleton component to display flow running indicator
- fix gagging on flow running
* format code
* Fixed fuzzy search order
* remove console log
---------
Co-authored-by: anovazzi1 <otavio2204@gmail.com>
Co-authored-by: Cristhian Zanforlin Lousa <cristhian.lousa@gmail.com>
Co-authored-by: Mike Fortman <michael.fortman@datastax.com>
* Fixed code block color on notes and node
* Changed color of list bullets
* Changed selected border color for note node
* [autofix.ci] apply automated fixes
---------
Co-authored-by: anovazzi1 <otavio2204@gmail.com>
* Updated primary color to be pink
* Updated primary color and header logo
* Updated favico
* Updated icon on Mendable search for docs
* Yarn.lock update
---------
Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
* refactor: Update AccountMenu and Select components
- Refactor AccountMenu component to improve readability and simplify logic
- Update Select component to add support for direction prop and display ChevronUp icon when direction is set to "up"
Related work items: #4569, #4565
* refactor: Update header component UI
This commit refactors the header component in the MainPage to update its UI. It adds a sliding indicator for the view type (list or grid) and adjusts the styling of the buttons accordingly. It also removes commented out code related to the store button. Additionally, the commit updates the emptyFolder component by simplifying the text for the "New Flow" button.
Refactor the header component UI and update emptyFolder component
* refactor: Update HeaderMenu component UI
* Updated colors to use shadcn variables
---------
Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com>
* Update changes-filter.yaml to include new component and starter project paths
* Update CI path filters and conditions for frontend and component changes