flame
flame copied to clipboard
Add record_events to task_context/session_context for user events.
Motivation
When running Agent, it's usually reported task status during execution, e.g. reasoning process. It's not the part of result, but it's import for the end user to understand the result or debug.
Function Specification
Add record_events function to TaskContext/SessionContext for flame instance to report the process of task.
Solutions
N/A
Additional context
N/A