semantic-kernel icon indicating copy to clipboard operation
semantic-kernel copied to clipboard

.Net Agents: Add streaming to agent framework

Open SergeyMenshykh opened this issue 1 year ago • 2 comments

Add streaming to the agents abstraction and agenty classes.

Agent streaming is quite a bit different from chat-completion streaming. This is a task with some complexity, risk, and will require some time.

Ultimately, the streaming abstraction must be adaptable across all agent types. This will require some preliminary analysis before coding.

SergeyMenshykh avatar Jan 31 '24 23:01 SergeyMenshykh

Agent streaming is quite a bit different from chat-completion streaming. This is a task with some complexity, risk, and will require some time (around a week).

crickman avatar Apr 01 '24 15:04 crickman

Really looking forward to this as well as the agent changes in general. We have a product that we are refactoring to this Agent framework and this is a blocker to releasing.

Mano1192 avatar Jun 19 '24 16:06 Mano1192