You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(agent chat processor): add flow collect to improve concurrency
The `CustomAgentChatProcessor` now uses `kotlinx.coroutines.flow.collect` to process chat messages in a more concurrent and efficient manner, reducing the potential for blocking operations and improving overall system responsiveness.
0 commit comments