Skip to content

v0.5.2.2

Latest
Compare
Choose a tag to compare
@Wannabeasmartguy Wannabeasmartguy released this 11 Feb 05:36
· 11 commits to main since this release

Updated to AutoGen v0.4

I've been following the development of AutoGen for a while now and have written a test application to some extent. Now that AutoGen has entered a new phase, I think it's ready to be stabilized! So I've spent some time adapting it and added a new page for configuring Agent Team.

New Agent Chat Page

Agent Chat Page

With AutoGen v0.4, you can easily unlock the potential of LLM. In Agent Chat page, you can check how an Agent Team with multiple Agents operates internally.

Agent Team Template Manage Page

We have two sub tabs in this page, the first is a agent team library:

image

You can check and modify all team templates here.

The second tab is used to create a new agent team, and for now we just support reflection pattern:

image

Creating an Agent Team is a two-step process:

  1. Select a model;
  2. Fill in the information on the form and submit it.

Now, the selected model will be used for all Agents, and customization of models for individual Agents may be supported in the future.

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.5.2.2