PipelineTask: add IdleFrameObserver to detect idle pipelines

This commit is contained in:
Aleix Conchillo Flaqué
2025-10-30 18:53:34 -07:00
parent 4fa0de6660
commit ed93e29850
4 changed files with 62 additions and 40 deletions

View File

@@ -8,7 +8,7 @@
import asyncio
from dataclasses import dataclass
from typing import Any, Awaitable, Callable, Dict, List, Optional, Sequence, Tuple
from typing import Awaitable, Callable, List, Optional, Sequence, Tuple
from pipecat.frames.frames import (
EndFrame,