Variable: CONVERSATION_STATES
constCONVERSATION_STATES:Set<CallState>
Defined in: packages/agentos/src/channels/telephony/types.ts:124
States that can cycle during multi-turn conversations.
The state machine allows free transitions between these two states so that the agent can alternate between speaking and listening without violating monotonic ordering.