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
I'm working on a local agent project using Microsoft Agent Framework and Foundry Local (Both C#). And it's glad to see the new version does not require Foundry Local Cli installed anymore.
But I found that Foundry Local SDK is not quite compatible with Microsoft Agent Framework. MAF is based on IChatClient abstraction from Microsoft.Extensions.AI while Foundry Local is built with OpenAIChatClient. Data models such as ChatMessage can not be directly and converted from MAF to Foundry Local, which will cause information loss.
Since both of these two conceptions belong to Microsoft and Microsoft.Extensions.AI is aim to be a universal abstraction layer across different platforms. I'd like to know if Foundry Local will support Microsoft.Extensions.AI(IChatClient/IEmbeddingGenerator) in the future?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, Team and everyone
I'm working on a local agent project using Microsoft Agent Framework and Foundry Local (Both C#). And it's glad to see the new version does not require Foundry Local Cli installed anymore.
But I found that Foundry Local SDK is not quite compatible with Microsoft Agent Framework. MAF is based on IChatClient abstraction from Microsoft.Extensions.AI while Foundry Local is built with OpenAIChatClient. Data models such as ChatMessage can not be directly and converted from MAF to Foundry Local, which will cause information loss.
Since both of these two conceptions belong to Microsoft and Microsoft.Extensions.AI is aim to be a universal abstraction layer across different platforms. I'd like to know if Foundry Local will support Microsoft.Extensions.AI(IChatClient/IEmbeddingGenerator) in the future?
Beta Was this translation helpful? Give feedback.
All reactions