github microsoft/autogen v0.4.0.dev11

pre-releaseone day ago

Important Changes:

  1. autogen_agentchat.agents.AssistantAgent behavior has been updated in dev10. It will not perform multiple rounds of tool calls -- only 1 round of tool call, followed by an optional reflection step to provide a natural language response. Please see the API doc for AssistantAgent.
  2. Module renamings:
  • autogen_core.base --> autogen_core
  • autogen_core.application.SingleThreadedAgentRuntime --> autogen_core.SingleThreadedAgentRuntime.
  • autogen_core.application.logging --> autogen_core.logging.
  • autogen_core.components.* --> autogen_core.*, for models, model_context, tools, tool_agent and code_executor.
  • autogen_core.components.code_executor.LocalCommandLineCodeExecutor --> autogen_ext.code_executors.local.LocalCommandLineCodeExecutor
  • autogen_agentchat.task.Console --> autogen_agentchat.ui.Console.
  • autogen_agentchat.task.<termination conditions> --> autogen_agentchat.conditions.<termination_conditions>.
  • autogen_ext.models gets divided into autogen_ext.models.openai, autogen_ext.models.replay.
  • autogen_ext.agents gets divided into separate submodules for each extension agent class.
  • autogen_ext.code_executors gets divided into separate submodules for each executor class.

New Contributors

Full Changelog: v0.4.0.dev9...v0.4.0.dev11

Don't miss a new autogen release

NewReleases is sending notifications on new releases.