[Feature] No message time in schema.Message and schema.AgenticMessage
Open
C-feature-request
D-schema
- Dominant language
- Go
- Stars
- 13k
- Forks
- 1.1k
- Avg merge
- 4h 6m
- Merged PRs (30d)
- 41
Description
**Is your feature request related to a problem? Please describe.**
Yes, I have to persist intermediate messages generated by deep-agent's subagents to database, but the message time is missing.
**Describe the solution you'd like**
When creating a new schema.Message or schema.AgenticMessage by eino framework, the create time can be recorded by a message field.
**Describe alternatives you've considered**
I can find all new messages by using callbacks before and after calling LLMs, and record current time, but it's not that elegent and can cause performance problems.
**Additional context**
Please consider my request seriously.
Contributor guide
Assessment
This issue has not been assessed yet.