chore: mark zep componente as deprecated (#7130)

Co-authored-by: Carlos Coelho <80289056+carlosrcoelho@users.noreply.github.com>
This commit is contained in:
Ítalo Johnny 2025-03-18 12:27:46 -03:00 committed by GitHub
commit 37b8e9e4a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,7 @@ class ZepChatMemory(LCChatMemoryComponent):
description = "Retrieves and store chat messages from Zep."
name = "ZepChatMemory"
icon = "ZepMemory"
legacy = True
inputs = [
MessageTextInput(name="url", display_name="Zep URL", info="URL of the Zep instance."),