camel
camel copied to clipboard
[Feature Request] Storage of `Message` generated from agent/roleplaying/workforce
Required prerequisites
- [X] I have searched the Issue Tracker and Discussions that this hasn't already been reported. (+1 or comment there if it has.)
- [ ] Consider asking first in a Discussion.
Motivation
support message storage
Solution
SQLLite
MySQL
PostgreSQL https://www.postgresql.org/
PostgreSQL supports complex data types such as JSON and JSONB, which can be useful for storing the structured message content with varied data types (text, image, audio, video, function_calling, etc.). It’s also highly extensible, allowing you to define custom functions, data types, and operators that can be very useful for your specific use case.
Alternatives
No response
Additional context
No response