AutoGen Studio and AutoGen v0.4 [Status Updates, Discussion] #4208
Replies: 3 comments 14 replies
-
Just wanted to say, this looks pretty amazing! |
Beta Was this translation helpful? Give feedback.
-
Attempting to create a team gives me an error reading: "POST /api/teams/ HTTP/1.1" 422 Unprocessable Entity. I made a clean Conda environment and installed ags v.0.4.0.dev37 with pip. Do you have any idea what might cause this? |
Beta Was this translation helpful? Give feedback.
-
Can you help with how to define a ollama model on the json structure please |
Beta Was this translation helpful? Give feedback.
-
Hi all,
We are rewriting AutoGen Studio to take advantage of new features coming in AutoGen 0.4, as outlined in our readme. The goal of AutoGen Studio remains to create a tool to rapidly prototype, and debug multi-agent applications. This post updates developers on our progress and provides information for those interested in contributing or testing.
Installation Options
You can find the current version's code in autogen/python/packages/autogen-studio. There are two ways to install:
run the app
if you have any issues with db etc ... you can create a new db
if you would like to force autoupgrade your db (still experimental)
Development Status
While we're still in early development, you can view our planned features here.
Some Key Improvements
ags_update.mp4
The new AutoGen v0.4 API introduces asynchronous operation, which enables seamless message passing between agents. This enhancement particularly benefits end-user applications by adding several crucial features that were difficult to implement in the previous version:
New Features Already Available:
Features Coming Soon:
See the roadmap here for planned features. Some include:
We welcome your feedback and contributions if you've had a chance to try the new version.
Beta Was this translation helpful? Give feedback.
All reactions