You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have upgraded my AutoGen Studio installation to 0.4.0.4, which reset my existing team and configuration. As such, I've recreated it from scratch, considering some of the differences with the older version in terms of UI and configuration.
My sample team consists of 3 agents which simulate a rap battle: two agents are hip hop stars (who rap following a given style) and one is the MC, who judges the lyrics. The MC also returns to the participants a list of words that the battle participants must use to generate the lyrics.
The team is configured in the following way:
2 agents who are the rappers, which are using gpt-4o-mini from OpenAI
1 agent who is the MC, which is using gpt-4o-mini and it has as, as tool, a Python function that returns a list of words.
Two termination conditions: maximum 10 turns or when one of the agents writes the word TERMINATE.
Everything was working fine until 0.4.0.3a, but now that I switched to 0.4.0.4, as soon as I try to start a session, I get the following error:
type object 'Team' has no attribute 'load_component'
What did you expect to happen?
My multi-agent scenario starts successfully: the rap battle starts and concludes successfully.
How can we reproduce it (as minimally and precisely as possible)?
I'm attaching the JSON configuration of my team (I've just stripped my OpenAI key from it)
Thanks Victor! It seems I got caught in a "half broken" update across two releases. I've tried to update again AutoGen Studio and then I run your command. Everything is working now. Thanks a ton!
Btw .. did you know that now you can create your agents in python (test and change things) and immediately use the exact same thing in autogenstudio? Any chance you have tried that new feature?
The json that you can when you run the above can be "pasted" directly into autogenstudio and run.
We will build on this to enable more debug capabilities in Studio. Stay tuned!!
What happened?
I have upgraded my AutoGen Studio installation to 0.4.0.4, which reset my existing team and configuration. As such, I've recreated it from scratch, considering some of the differences with the older version in terms of UI and configuration.
My sample team consists of 3 agents which simulate a rap battle: two agents are hip hop stars (who rap following a given style) and one is the MC, who judges the lyrics. The MC also returns to the participants a list of words that the battle participants must use to generate the lyrics.
The team is configured in the following way:
Everything was working fine until 0.4.0.3a, but now that I switched to 0.4.0.4, as soon as I try to start a session, I get the following error:
What did you expect to happen?
My multi-agent scenario starts successfully: the rap battle starts and concludes successfully.
How can we reproduce it (as minimally and precisely as possible)?
I'm attaching the JSON configuration of my team (I've just stripped my OpenAI key from it)
team-config.json
AutoGen version
0.4.0.4
Which package was this bug in
AutoGen Studio
Model used
gpt-4o-mini
Python version
3.10
Operating system
Windows 11
Any additional info you think would be helpful for fixing this bug
No response
The text was updated successfully, but these errors were encountered: