Raphael Valdetaro
Raphael Valdetaro
## Description This pull request introduces a set of components for YouTube integration, enabling the retrieval and analysis of video data, channels, playlists, comments, trending content, searches, and transcriptions. These...
This pull request introduces a new GitFileComponent that allows users to analyze Git repositories and retrieve the content of selected files from specified branches. The component provides the following features:...
This pull request introduces the GitExtractor component for analyzing Git repositories. Key features: - Repository Info: Extracts branch, remotes, and commit details - Statistics: Calculates file counts, sizes, and line...
This PR improves the naming consistency in the data combination component by: - Removing redundant "Merge" terminology since it's an operation type - Renaming component to DataCombinerComponent for better clarity...
This pull request adds a DeepSeek model component to Langflow, enabling integration with the DeepSeek API. The component follows the same pattern as the existing OpenAI component and includes: -...
This pull request refactors the Serp API component to match the standard output pattern. It removes the dependency on LCToolComponent, adds tool_mode=True to the input, and adds data and text...
This pull request refactors the Search API component to match the standard output pattern. It removes the dependency on LCToolComponent, adds tool_mode=True to the inputs, adds data and text outputs,...
This pull request refactors the Yahoo Finance API component to match the Wikidata and Wikipedia API components. It removes the dependency on LCToolComponent, adds tool_mode=True to the inputs, and adds...
This pull request refactors the Wikipedia API component to match the Wikidata API component. It removes the dependency on LCToolComponent, adds tool_mode=True to the input, and adds data and text...
## Description This PR refactors the WikidataAPI component to follow the standard component pattern with data/text outputs and proper tool mode implementation. ## Changes - Removed tool-specific implementations (LCToolComponent, StructuredTool)...