* Add TypeScript test workflow
* Update follow-redirects and katex versions
* Add Python setup and Poetry installation for backend
* Update Poetry version and setup Python in workflows
* Add Poetry installation step to GitHub Actions workflow
* Add Playwright report artifact upload and improve test script
* Update Playwright test configuration and add global teardown script
* Update path for playwright-report directory
* Update timeout value in playwright.config.ts
* Update page URLs in end-to-end tests
* Update GitHub Actions workflow and Playwright configuration
* Update TypeScript test workflow
* Add pattern and merge-multiple options to artifact download
* Update TypeScript test workflow to install Poetry
* Add cache steps for Playwright and Poetry
* Update PLAYWRIGHT_BROWSERS_PATH in TypeScript test workflow
* Add 'stuff/' to .gitignore
* Remove caching of Poetry virtualenv
* Update frontend tests to use Playwright for UI testing
* Add global teardown for removing temp database
* Add cache-hit condition to setup-node and setup-python steps
* Add new file to .gitignore and update ignored files
* Update playwright cache key in TypeScript test workflow
* Update path for blob-report in GitHub workflow
* Update path for playwright cache
* Update dependency installation in workflows
* Update baseURL in playwright.config.ts
* Update baseURL in playwright.config.ts
* Refactor test timeouts
* Remove playwright-report index.html file
* Add npm run start command to playwright.config.ts
* Update npm start command in playwright.config.ts
* Update Playwright browser caching and installation
* Update playwright cache path
* Update playwright cache path
* Update actions/cache version to v4
* Update Playwright cache key to use package-lock.json
* Update Playwright cache and install dependencies
* Fix typo in Playwright installation command
* Fix npm ci command in TypeScript test workflow
* Update TypeScript test workflow
* Add new documentation files and update package dependencies
* Refactor tweak application logic in process_tweaks function
* Add dynamic function creation and execution helpers
* Refactor build method to be asynchronous
* Add FlowToolComponent to handle flows as tools
* Update RunFlowComponent to include a method for updating build config
* Fix duplicated first layer results
* Refactor vertex building and streaming endpoints
* Add base_name attribute to Vertex class
* Refactor flow.py to generate dynamic flow functions and build schemas
* Refactor FlowToolComponent in FlowTool.py
* Add JSONInputComponent to load JSON object as input
* Update render_tool_description method in XMLAgent.py
* Refactor XMLAgentComponent.render_tool_description() method
* Refactor SearchApi.py to include typing and handle empty records
* Refactor SearchApi class to simplify code
* Add SearchApi and SearchApiTool components
* Refactor ServiceFactory and Dependencies (#1560)
* Update dependencies for OpenTelemetry
* Update service dependency logic and add first version of telemetry service
* Remove telemetry service and related code
* Update cache service references
* Refactor imports in env.py
* Refactor code for initializing services and socketio server
* Refactor parameterComponent to use inline button_text
* Refactor build_vertex method and add RunnableVerticesManager class
* Add import statement and update build_vertex function
* Add import statement for SettingsService in MonitorServiceFactory.create() method
* Refactor build_schema_from_inputs to use display_name and description for field names and descriptions respectively
* Refactor graph building and running logic
* Update input type mappings and function arguments
* Update default values for input types in flow.py
* Remove console.log statement in flowStore.ts
* Add vertices_to_run field to VerticesOrderResponse
* Add input_value parameter to chain components
* Refactor CSVAgent build method to include handle_parse_errors parameter
* Add agent_type parameter to CSVAgent build method
* Update model imports in component files
* Add LCAgentComponent and XMLAgentComponent
* Add "agents" category to NATIVE_CATEGORIES
* Refactor model.py to support chat models
* Add system_message parameter to model components
* Update CSVAgent.py: handle_parsing_errors and agent_type options
* Add ping animation to update button
* Fix encryption and decryption of API keys
* Update CSVAgentComponent constructor
* Refactor inputs parameter to inputs_dict in build_vertex function
* Removes "component" table and drops "flowstyle" table
* Delete component model and init files
* Removes "flowstyle" table and drops "user" table index
* Add typing import to CohereModel.py
* Fix ShareModal rendering issue
* Update models docs
* Changed vector-stores docs
* Update component documentation
* Add AstraDB and AstraDBSearch components for AstraDB Vector Store docs
* Rename GetNotified to Listen
* Update GetNotifiedComponent import
* Remove unused imports in flow-runner.mdx and features.mdx
* Add new documentation files and update existing files
* Update package versions in package-lock.json
* Remove unused files
* Delete run-flow.mdx file
* Update topics
* Add new file run-flow.mdx
---------
Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@logspace.ai>
Co-authored-by: anovazzi1 <otavio2204@gmail.com>
* Initial Restructure
* Replace import langflow for import langflow_base
* Fix dependencies
* 🔧 chore(Makefile): refactor build process to separate base and frontend builds for better organization and maintainability
* 🚀 chore(Makefile): update build_frontend command to copy frontend build to the correct directory
🔖 chore(pyproject.toml): update python and httpx dependencies versions
🔧 chore(__init__.py): update import statement for load_flow_from_json function
* 🔖 chore(pyproject.toml): update package version from 0.0.6 to 0.0.8 to reflect changes in the codebase
* 🚀 feat(server.ts): change port variable case from lowercase port to uppercase PORT to improve semantics
🚀 feat(server.ts): add support for process.env.PORT environment variable to be able to run app on a configurable port
* 🐛 fix(server.ts): change port variable case from lowercase port to uppercase PORT to improve semantics
✨ feat(server.ts): add support for process.env.PORT environment variable to be able to run app on a configurable port
🚚 chore(pyproject.toml): update langflow-base version from 0.0.8 to 0.0.10
✨ feat(server.ts): add new agent component LCAgentComponent to langflow_base
✨ feat(server.ts): add new model component LCModelComponent to langflow_base
✨ feat(server.ts): add new helper functions docs_to_records and records_to_text to langflow_base
✨ feat(server.ts): add new flow helper functions list_flows, load_flow, run_flow, generate_function_for_flow, get_flow_inputs, build_schema_from_inputs to langflow_base
✨ feat(server.ts): add new prompt component PromptComponent to langflow_base
✨ feat(server.ts): add new chat components ChatInput and ChatOutput to langflow_base
✨ feat(server.ts): add new model component OpenAIModelComponent to langflow_base
🚚 chore(main.py): update import path from langflow.main to langflow_base.main
🚚 chore(service.py): update import path from langflow.services.database.manager to langflow_base.services.database.manager
🚚 chore(factory.py): update import path from langflow.services to langflow_base.services
🚚 chore(service.py): update import path from langflow.services.plugins to langflow_base.services.plugins
🚚 chore(utils.py): update import path from langflow.services to langflow_base.services
🚚 chore(validate.py): update import path from langflow.field_typing to langflow_base.field_typing
🚚 chore(pyproject.toml): update langflow-base version from 0.0.8 to 0.0.10
* Update Makefile to install backend dependencies and build langflow
* Add langflow main module and update __init__.py
* Update langflow install process to use implicit namespace
* Add langflow-base as a local dependency
* Add setup_poetry target to Makefile
* Update Poetry version and add poetry-monorepo-dependency-plugin
* Refactor code to improve performance and readability
* Update imports to custom and load
* Update content-hash in poetry.lock
---------
Co-authored-by: Matheus <jacquesmats@gmail.com>
Co-authored-by: Gabriel Luiz Freitas Almeida <gabriel@logspace.ai>