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

Support declarative configs for BaseGroupChat (and derivatives) - RoundRobinGroupChat, SelectorGroupChat, MagenticOne etc #5064

Open
Tracked by #4439
victordibia opened this issue Jan 15, 2025 · 0 comments · May be fixed by #5071
Milestone

Comments

@victordibia
Copy link
Collaborator

victordibia commented Jan 15, 2025

Support a workflow where an AgentChat team configuration can be made declarative

# dump
agent = AssistantAgent(
    name="assistant",
    model_client=model_client,
    handoffs=["flights_refunder", "user"],
    tools=[web_search],
    system_message="Use tools to solve tasks.",
)
team = RoundRobinGroupChat(participants=[agent], ...)
team_spec = team.dump_component() 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant