Is Microsoft.Agents.AI.Mem0 available as a public NuGet package? #7381
bingbing-gui
started this conversation in
General
Replies: 0 comments
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 am trying to run the Mem0 memory provider sample:
dotnet/samples/02-agents/AgentWithMemory/AgentWithMemory_Step02_MemoryUsingMem0The sample uses the following namespace:
However, I cannot find a package named Microsoft.Agents.AI.Mem0 on NuGet.org, even with prerelease packages enabled.
I noticed that the repository contains the source project:
dotnet/src/Microsoft.Agents.AI.Mem0
It appears that the sample can compile inside the Agent Framework repository because it references this project directly rather than consuming a public NuGet package.
Could you please clarify:
Has Microsoft.Agents.AI.Mem0 been published as a public NuGet package?
If not, is there a plan to publish it?
What is the recommended way to use Mem0Provider in an external .NET project today?
Should developers temporarily reference the source project directly, or is there another supported package or integration approach?
Thanks!
All reactions