github microsoft/agent-framework python-1.0.0b251001
python packages 1.0.0b251001

The first release of Agent Framework for python, it comprises of a number of packages:

  • agent-framework-core: all the main abstractions, types and the implementations for OpenAI and Azure OpenAI
  • agent-framework-azure-ai: the integration with Azure AI Foundry Agents, will pull in core at the same time when installed.
  • agent-framework-copilotstudio: the integration with Microsoft Copilot Studio agents, seamlessly combine different kinds of agents together, will pull in core at the same time when installed.
  • agent-framework-a2a: create A2A agents with this package, another type of agent to play around with, will pull in core at the same time when installed.
  • agent-framework-devui: a amazing browser based to chat with your agents and workflows, uses tracing to visualize when a workflow runs and supplies everything you need to develop your agents, will pull in core at the same time when installed.
  • agent-framework-mem0 and agent-framework-redis: two packages that supply different kind of integrations, for Mem0 a Context Provider to give you agent better memory, and for Redis, both a Context Provider and a Chat Memory Store for persistent storage of your chats.
  • agent-framework: the "kitchen-sink" install, this installs all of the packages above to get you started with all the goodies right away!

For more info on the first release of Agent Framework see: https://devblogs.microsoft.com/foundry/introducing-microsoft-agent-framework-the-open-source-engine-for-agentic-ai-apps/

Don't miss a new agent-framework release

NewReleases is sending notifications on new releases.