github microsoft/autogen python-v0.7.0

latest releases: python-v0.7.4, python-v0.7.3, python-v0.7.2...
one month ago

What's New

OpenAIAssistantAgent will be deprecated

Use autogen_ext.agents.openai.OpenAIAgent instead -- we are working to ensure parity in future versions.

You can still use it by ensuring your openai package version is less than 1.83, for example:

pip install "autogen-agentchat" "autogen-ext[openai<1.83]"

If you openai package version is greater than 1.83, OpenAIAssistantAgent will no longer be available.

The class will be removed completely in the future, so please switch to OpenAIAgent.

  • Deprecating openai assistant agent. Apply version conditioned import for open ai version < 1.83 by @ekzhu in #6827

OpenAIAgent supports all built-in tools

Support nested Team as a participant in a Team

  • Supporting Teams as Participants in a GroupChat by @ekzhu in #5863

Introduce RedisMemory

Upgrade to latest MCP version

Upgrade to latest GraphRAG version

include_name_in_message flag to make the use of name field optional in chat messages sent via the Open AI client.

  • Add include_name_in_message parameter to make name field optional in OpenAI messages by @Copilot in #6845

Other Changes

  • Setup publishing for pyautogen package by @ekzhu in #6813
  • In Add required termination condition and missing agent_e by @dave-howard in #6809
  • Fix JSON serialization of team state by handling datetime objects in message dump by @Copilot in #6797
  • Update AGS (Support Workbenches ++) by @victordibia in #6736
  • feat: add timeout for http tools by @lo5twind in #6818
  • Fix OpenAI UnprocessableEntityError when AssistantAgent makes multiple tool calls by @Copilot in #6799
  • fix: use correct format when adding memory to mem0 by @savy-91 in #6831
  • Add support for "format": "json" in JSON schemas by @onematchfox in #6846
  • docs: correct function spelling by @savy-91 in #6849
  • fix: load agent correctly in test service by @zrquan in #6860
  • Update installation guide in _openai_assistant_agent.py by @ekzhu in #6863
  • fix: use ```sh consistently by @zrquan in #6864
  • Update version to 0.7.0 by @ekzhu in #6865

New Contributors

Full Changelog: python-v0.6.4...python-v0.7.0

Don't miss a new autogen release

NewReleases is sending notifications on new releases.