Results 12 issues of VICTOR CORREA GOMES

### Skill Name PANDAS ### Why? pandas is a fast, powerful, flexible and easy to use open source data analysis and manipulation tool, built on top of the Python programming...

icon suggestion

# Langwatch Component The Langwatch component allows you to evaluate various aspects of language models using Langwatch's evaluation endpoints. ## Configuration - **Evaluator Name**: Select the evaluator to use. The...

enhancement
size:L
lgtm

# Changes in Helper Components: ## Component Renames: 1. Memory -> MessageRetriever: - Renamed class from MemoryComponent to MessageRetrieverComponent - Updated display name to "Message Retriever" - Changed icon to...

size:S
refactor

# Changes in API Request Component: ## Major Changes: 1. Input Structure: - Removed cURL input field - Changed NestedDictInput to TableInput for headers and body - Added table schema...

enhancement
size:L
lgtm

# Changes in Message Store Component: ## Component Rename: 1. StoreMessage -> MessageStore: - Renamed class from StoreMessageComponent to MessageStoreComponent - Updated display name to "Message Store" - Changed icon...

size:S

# Pull Request: Enhancements to ConditionalRouterComponent with Regex Matching and UI Improvements ## Description This Pull Request introduces several enhancements to the `ConditionalRouterComponent`, focusing on improving user experience and functionality....

enhancement
size:M

## Pull Request Description ### Summary This pull request introduces an enhancement to the `IDGeneratorComponent` by adding a new parameter, `tool_mode`, to the `MessageTextInput`. This improvement allows the component to...

enhancement
size:XS
lgtm

BREAKING CHANGE: Complete redesign of PythonREPL component architecture - Replace legacy tool mode with modern tool_mode=true implementation - Add automatic import detection for both global and from-imports - Remove manual...

python
size:L
refactor

Replace legacy LCToolComponent implementation with new Component base class - Migrate from LCToolComponent to Component base class - Add tool_mode flag to MultilineInput - Update output configuration to use DataFrame...

size:M
refactor

- Replace legacy tool mode using LCToolComponent with new Component class and tool_mode flag. - Update input/output definitions to use new DataFrame type and explicit Output configuration. Key changes: -...

size:M
refactor