Skip to content
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

Start Studio directly from AgentChat #4335

Open
ekzhu opened this issue Nov 24, 2024 · 0 comments
Open

Start Studio directly from AgentChat #4335

ekzhu opened this issue Nov 24, 2024 · 0 comments
Labels
Milestone

Comments

@ekzhu
Copy link
Collaborator

ekzhu commented Nov 24, 2024

Currently AgentChat support Console(team.run(...)) to pretty print a run.

Would be REALLY cool to have a similar function Studio(team) to pop up a browser window with the team ready to go.

agent = AssistantAgent(...)
team = RoundRobinGroupChat([agent], termination_condition=...)
await Studio(team, port=8080)
@ekzhu ekzhu added proj-agentchat proj-studio Related to AutoGen Studio. labels Nov 24, 2024
@ekzhu ekzhu added this to the 0.4.1 milestone Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant