Capability
Group Chat With Dynamic Speaker Selection And Eligibility Policies
2 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
Alias package for ag2
Unique: Implements eligibility policies as first-class abstractions that decouple speaker selection logic from agent definitions, allowing policies to be composed, tested, and swapped without modifying agent code. Supports both built-in policies (round-robin, auto-select) and custom predicates that examine message content and agent state
vs others: More sophisticated than simple round-robin agent selection because policies can examine message content and agent capabilities; more explicit than LangGraph's implicit routing because policies are declarative and inspectable