The turn-taking mode for a bridged session (selected by AIAgentSessionBridge.TurnMode).
Passive (default): generate ONLY when the agent is addressed (name/mention detection). Two
passive agents in one room never loop, because neither speaks unless called on.
Active: a "worth saying" gate that fires ONLY in silence windows — proactive in gaps, never
barging over a live speaker, and throttled so it can't dominate.
Hybrid: passive voice PLUS a chat hand-raise — speak only when addressed, but post to chat
(the social-cost-free "raise hand") when it has something to add and chat is available.
The turn-taking mode for a bridged session (selected by
AIAgentSessionBridge.TurnMode).Passive(default): generate ONLY when the agent is addressed (name/mention detection). Two passive agents in one room never loop, because neither speaks unless called on.Active: a "worth saying" gate that fires ONLY in silence windows — proactive in gaps, never barging over a live speaker, and throttled so it can't dominate.Hybrid: passive voice PLUS a chat hand-raise — speak only when addressed, but post to chat (the social-cost-free "raise hand") when it has something to add and chat is available.