14 items under this folder.
ConceptNotes
LiveKit Agents の AgentSession が、会話状態、モデル配線、Room 接続の中核として何を担うかを整理する概念ノート。
ConceptNotes
LiveKit Agents の pipeline 型アーキテクチャを、STT・LLM・TTS・turn handling の配線として整理する概念ノート。
ConceptNotes
LiveKit の Room と Participant を、Agent が対話する通信空間と主体として整理する概念ノート。
ConceptNotes
LiveKit Agents における STT と TTS の役割、AgentSession 内での位置づけ、Realtime モデルとの関係を整理する概念ノート。
ConceptNotes
LiveKit Agents における turn detection と interruption handling の責務、VAD との関係、会話制御上の意味を整理する概念ノート。
ConceptNotes
Vue 3 における component を、UI と state と契約を束ねる基本単位として整理し、props や emits との接続を明確にする概念ノート。
ConceptNotes
Vue 3 の composable を、state を伴う再利用ロジックの単位として整理し、component との役割分担を明確にする概念ノート。
ConceptNotes
Vue 3 の reactivity が state 変更を UI 更新へ接続する仕組みと、その上に ref や computed が乗る構造を整理する概念ノート。