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
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:
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:
Creating an Agent Team is a two-step process:
- Select a model;
- 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
- Native RAG, local storage for chat conversations and configurations, and more beautiful interactive pages by @Wannabeasmartguy in #3
- docs: add Japanese README file by @eltociear in #4
- Bump pillow from 10.0.0 to 10.3.0 by @dependabot in #5
- fix bug by @Wannabeasmartguy in #6
- Refactor knowledge base management by @Wannabeasmartguy in #7
- Refactor knowledge base management by @Wannabeasmartguy in #8
- Reorganize directory structure by @Wannabeasmartguy in #10
- Fix Bug by @Wannabeasmartguy in #11
- Decouple dependencies from AutoGen v0.2; Bug fixes. by @Wannabeasmartguy in #13
- Fix run_id index bounds and enhance dialog retrieval by @Wannabeasmartguy in #14
- Resolve bugs in dialog management by @Wannabeasmartguy in #15
- More robust dialog state switching by @Wannabeasmartguy in #16
New Contributors
- @eltociear made their first contribution in #4
- @dependabot made their first contribution in #5
Full Changelog: v0.2.1...v0.5.2.2