-
Notifications
You must be signed in to change notification settings - Fork 5.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add v1 Drag and Drop Team Composition to AGS #4609
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- In team builder, when "New Team" is clicked, you should auto save changes so it shows up on left side pannel.
Otherwise you keep pressing New Team and nothing shows up until you find the save button.
I think changes should be probably be saved by default at each action.
- How to change team name in visual builder?
Couldnt figure it out, had to go to json to change it.
-
In the react flow component, when you press the "..." icon on top right, it freezes and keep reloading (the one that shows auto layout...)
-
On the components, why is the "Team" not a component?
I couldn't figure out how to change the team type.
-
I expected to be able to change the system message for the assistant agent in the builder, but could not. Similarly for other things that are not drag dropable. Like the agent name, max messages...
-
Error messages that team configuration is not valid are not there. For instance I created a team with two agents with same name. I couldn't run it and no relevant error messages showed up
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Still, it is a pain for low/no code user to install AutoGen studio. Can we have release dmg or pkg or exe files?
Added the following fixes
|
cc @Knucklessg1 |
This PR extends AGS with the following
ags_1080.mp4
Fairly large PR, which will be improved over time (e.g., adding support for 3rd party agent teams #4203 )
Why are these changes needed?
Related issue number
Closes #4202
Checks