bytechefhq / bytechefhq/bytechef
[component] Built-in chat memory component with JDBC and Redis repositories
Closed
ai
backend
enhancement
workflow-component
- Dominant language
- Java
- Stars
- 1k
- Forks
- 170
- Avg merge
- 11h 25m
- Merged PRs (30d)
- 115
Description
## Summary
Introduce a built-in chat memory component that provides a unified interface for chat memory storage, backed by configurable JDBC and Redis repositories.
### Actions
- **Add Messages** - Store chat messages
- **Delete** - Delete conversation history
- **Get Messages** - Retrieve chat messages
- **List Conversations** - List all conversation IDs
### Features
- Unified component with pluggable storage backends (JDBC, Redis)
- Spring configuration for selecting the storage provider
- Cluster element for AI Agent integration
Contributor guide
Assessment
This issue has not been assessed yet.