Replies: 1 comment
|
I came here exactly for this. Hope this gets implemented. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi team,
I have been exploring
Microsoft.Extensions.AIand really like the lightweight/provider-agnostic design aroundIChatClientand the middleware pipeline.While working with agentic AI workflows, I noticed there currently does not appear to be a built-in abstraction for durable conversation memory/thread state management similar to what frameworks like LangGraph provide.
Examples of the scenarios I’m referring to:
Today this seems to be implemented manually by consumers around
IChatClient.I wanted to ask:
Microsoft.Extensions.AIstateless?I’m interested in experimenting with a lightweight middleware/provider model for durable chat history and thread memory built around
IChatClient, but wanted to first understand the intended direction before exploring this further.Thanks!
All reactions