VICTOR CORREA GOMES
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...
# 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...
# Changes in Helper Components: ## Component Renames: 1. Memory -> MessageRetriever: - Renamed class from MemoryComponent to MessageRetrieverComponent - Updated display name to "Message Retriever" - Changed icon to...
# 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...
# Changes in Message Store Component: ## Component Rename: 1. StoreMessage -> MessageStore: - Renamed class from StoreMessageComponent to MessageStoreComponent - Updated display name to "Message Store" - Changed icon...
# 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....
## 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...
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...
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...
- 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: -...