AutoGen Studio and AutoGen v0.4 [Status Updates, Discussion] #4208
Replies: 10 comments 34 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.
-
I have pip install dev38 I am trying to use AzureOpenAIChatCompletionClient what all env varibale need to set or is there any way to set in studio directly? |
Beta Was this translation helpful? Give feedback.
-
As mentioned at https://www.linkedin.com/posts/dibiavictor_multiagentsystems-multiagentbook-autogen-activity-7271945150925299712-4g_u?utm_source=share&utm_medium=member_desktop I'd like to beta-test and provide feedback - Is there anything additional to the instructions already stated here? If I've got the "old one" in place, any recommendation on how to properly "clean up" previously? One additional question, is there a timeline where this will be "released"? |
Beta Was this translation helpful? Give feedback.
-
This is so cool, I missed this update as I was working on the forked repository build-with-ag2. What are the plans on moving Studio to its own Repo? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
You mentioned on X that "If you’d like to beta test and provide feedback (or are already beta testing) , comment on the GitHub discussion thread in the comment section below," so I'm very interested as I just came across your research scrolling through NeurIPS2024 posts |
Beta Was this translation helpful? Give feedback.
-
Suggestion: on project/task executions... make Orcehstrator plans moderated/editable in interface by human in the loop. |
Beta Was this translation helpful? Give feedback.
-
done: #4764
…On Thu, Dec 19, 2024 at 1:35 PM Victor Dibia ***@***.***> wrote:
I agree with Eric. There are several good ideas that could be come
patterns that we support in AgentChat.
- A planner orchestrator (iterates with users on a plan before
exploring the task to a set of fixed teams)
- An automatic orchestrator (iterates on plan with user, defines teams
automatically etc)
—
Reply to this email directly, view it on GitHub
<#4208 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AXSWEMPW3BI2FKXW4HFA4CL2GMGWLAVCNFSM6AAAAABR2JZNSCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNRSGA4DCNA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
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
The command above tells AGS to store files in the new directory (avoiding conflicts with previous versions)
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