* ci: Update GitHub Actions workflow to use Yarn instead of npm
* chore(deps): Update terser and terser-webpack-plugin dependencies in yarn.lock
* chore(deps): Update Docusaurus dependencies to version 3.7.0
* docs: add DeepSeek component documentation with inputs and outputs
* docs: update components documentation to include inputs and outputs for LMStudio and Novita AI
* feat: add new model provider Novita AI
* [autofix.ci] apply automated fixes
* fix: code format fix
* fix: code format fix
* fix: fix default Novita AI models
* [autofix.ci] apply automated fixes
* feat: Add real-time refresh for Novita API key and include it in VARIABLES_TO_GET_FROM_ENVIRONMENT
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
* initial-content
* docs: update Concepts overview for clarity and accuracy
* docs: enhance clarity in Concepts documentation and fix minor inaccuracies
* docs: add detailed explanation of flow execution in Playground
* docs: enhance Concepts documentation with detailed component definitions and usage examples
* docs: remove Logs pane documentation and integrate relevant content into Playground
* docs: remove Logs section from sidebar navigation
* docs: add Logs pane overview and update Playground documentation
* docs: enhance Concepts documentation with detailed API usage examples for cURL and Python
* docs: remove unused ReactPlayer import and clean up API pane documentation
* docs: update Chat Widget embedding instructions for HTML, React, and Angular
* docs: update titles and descriptions for custom components and overview
* docs: standardize section titles for Python code and Chat widget in concepts API
* docs: clarify instructions for using Freeze Path and component options
* docs: update keyboard shortcut for Freeze Path in concepts-components documentation
* updated-image
* fix(docs): clarify session ID usage in Playground documentation
* fix-astra-component-position
* reorder-sidebar
* remove-tweak-guidance
* Apply suggestions from code review
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
* fix capital case on collections
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
* fix capital t in tables
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
* fix: update component controls and add keyboard shortcuts for Windows
* fix: clarify component versioning and update notification details in documentation
* fix: update documentation for tool parameters and data types in components-tools.md
* fix: improve documentation clarity and formatting in concepts API, components, overview, and playground
* docs: add Working with Flows page (#5722)
* Add flows page
* style-guide-and-sidebar
---------
Co-authored-by: Mendon Kissling <59585235+mendonk@users.noreply.github.com>
* fix-broken-link
* Update concepts-components.md
revert change to match the image
---------
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
Co-authored-by: anovazzi1 <otavio2204@gmail.com>
Co-authored-by: Tejas Kumar <tejas+lol@tejas.qa>
* bump-api-to-1.1.1
* docs: api reference content
* more-endpoints
* cleanup
* all-endpoints-accounted-for
* docs: update API reference with user response examples and authorization header
* all-200s-complete
* fix-spacing-for-gh-preview
* sidebars
* monitor-endpoints
* fix-build-error
* fix-sidebar-error
* create-flows
* flows-endpoint-finished
* move
* files-endpoint
* run-flow
* folder-endpoint
* docs: update API reference with new endpoints and examples for flows, folders, and files
* value
* docs: update openapi.json
* docs: enhance API reference with folder-id export instructions and examples
* docs: update API reference with new flow structure and log retrieval instructions
* docs: clarify ZIP file download endpoint description in API examples
* docs: refine API examples for clarity and consistency
* docs: refine API examples for clarity and consistency
* webhook
* docs: format curl example for improved readability
* docs: update curl examples to use double quotes for variable interpolation
* docs: Update API example descriptions for improved clarity
* docs: Update API example descriptions for improved clarity
* docs: Enhance API reference with Langflow API key setup and build flow examples
* docs: update API reference examples with new event data and structure
* docs: add clarification on LLM chat response streaming in API examples
* error-and-build-vertex
* docs: remove wrong information from API examples
* Apply suggestions from code review
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
* docs: Update API reference examples for environment variable exports
* docs: Fix JSON structure in API reference examples
* docs: Update API reference examples for file download and log retrieval
---------
Co-authored-by: anovazzi1 <otavio2204@gmail.com>
Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@langflow.org>
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
* refactor: Update documentation links and restructure starter projects to use cases
* feat: Add new redirects for use cases in Docusaurus configuration
* lint
* force-menu-collapse
* change-usecase-to-tutorial
* chore: update Python version requirement and remove deprecated dependencies in pyproject.toml files
* Updated Python version requirement to allow up to 3.14 in both main and base pyproject.toml files.
* Removed deprecated dependencies: cohere and pyautogen from the main dependencies list.
* chore: update Python version requirements and add support for Python 3.13 in uv.lock
* Updated the required Python version to allow up to 3.14.
* Adjusted resolution markers for Python versions to include 3.13.
* Added markers for the 'typing-extensions' dependency to restrict it for Python versions below 3.13.
* Included additional wheel files for various packages to support Python 3.13 compatibility.
* Update Python version requirements in README files to support Python 3.13
* Update Python version in GitHub Actions workflow to 3.13
* Update Python version in GitHub Actions workflows to include 3.13
* Update installation documentation to support Python 3.13 and clarify troubleshooting steps
* revert changes to docs until we release
* chore: add ag2 dependency and update uv.lock for Python 3.13 compatibility
* Added ag2 version 0.3.2 and 0.5.2 to pyproject.toml and uv.lock with appropriate resolution markers for Python versions.
* Included flaml version 2.3.2 in uv.lock to ensure compatibility with the new ag2 dependency.
* Updated dependency specifications to support Python 3.13 and above.