Raphael Valdetaro

Results 24 issues of 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...

enhancement
size:XXL

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:...

enhancement
size:L

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...

enhancement
size:L

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...

size:M
refactor

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: -...

enhancement
size:L

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...

size:M
refactor

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,...

size:M
refactor

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...

size:M
refactor

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...

size:S
refactor

## 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)...

size:L
refactor