pypi pyautogen 0.2.4
v0.2.4

latest releases: 0.3.0, 0.3.0b4, 0.2.35...
8 months ago

Highlights

  • Breaking change: Remove GPT-4 as the default model to avoid unexpected use of GPT-4. Require explicit setting the model when using LLM.
  • Generalized teachability and extensibility: Allow any conversable agent to be teachable via a new and generic extensibility mechanism. Example: Teach OpenAI Assistants Through GPTAssistantAgent
  • New feature in AutoBuild: support building agents from an agent library and generating agent descriptions for group chat. Example.
  • Initial support of OpenAI tool calls in conversable agents.

Thanks to @rickyloynd-microsoft @LinxinS97 @yenif @davorrunje @afourney @ekzhu and all the other contributors!

What's Changed

  • [Core] check if docker is installed if user_docker is specified. by @ekzhu in #1145
  • Let run tests directly via python test_xyz.py, fix for conftest import via sys.path.append by @maxim-saplin in #1144
  • Remove GPT-4 as the default model. by @afourney in #1072
  • [AutoBuild] Supporting build agents from library; supporting generating agent descriptions by @LinxinS97 in #1039
  • [Core] [Tool Call] adjust conversable agent to support tool_calls by @yenif in #974
  • bump version to 0.2.4 by @sonichi in #1160
  • Add codespell to pre-commit hooks and fix spelling of existing files by @davorrunje in #1161
  • contributor wall & news update by @sonichi in #1165
  • Teachability for any agent by @rickyloynd-microsoft in #1091

New Contributors

Full Changelog: v0.2.3...v0.2.4

Don't miss a new pyautogen release

NewReleases is sending notifications on new releases.