ready property
Computed: true when stt_state, llm_state, tts_state, vad_state are all COMPONENT_LIFECYCLE_STATE_READY. Producer sets this; consumers must NOT recompute.
Implementation
@$pb.TagNumber(5)
$core.bool get ready => $_getBF(4);
Implementation
@$pb.TagNumber(5)
set ready($core.bool value) => $_setBool(4, value);