feat: inference process & end of utterance plugin #457
Annotations
8 errors
Ruff (I001):
examples/voice-pipeline-agent/minimal_assistant.py#L1
examples/voice-pipeline-agent/minimal_assistant.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (F401):
examples/voice-pipeline-agent/minimal_assistant.py#L16
examples/voice-pipeline-agent/minimal_assistant.py:16:55: F401 `livekit.plugins.eou` imported but unused
|
Ruff (F401):
livekit-agents/livekit/agents/inference_runner.py#L4
livekit-agents/livekit/agents/inference_runner.py:4:22: F401 `abc.ABCMeta` imported but unused
|
Ruff (I001):
livekit-agents/livekit/agents/ipc/inference_proc_executor.py#L1
livekit-agents/livekit/agents/ipc/inference_proc_executor.py:1:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
livekit-agents/livekit/agents/job.py#L15
livekit-agents/livekit/agents/job.py:15:1: I001 Import block is un-sorted or un-formatted
|
Ruff (I001):
livekit-plugins/livekit-plugins-eou/livekit/plugins/eou/eou.py#L1
livekit-plugins/livekit-plugins-eou/livekit/plugins/eou/eou.py:1:1: I001 Import block is un-sorted or un-formatted
|
ruff
Process completed with exit code 1.
|
type-check
Process completed with exit code 1.
|