Expanding abbreviations to remove ambiguity, simplifying agent names to reduce repetition. ref: N25B-257
5 lines
147 B
Python
5 lines
147 B
Python
from .transcription_agent.transcription_agent import (
|
|
TranscriptionAgent as TranscriptionAgent,
|
|
)
|
|
from .vad_agent import VADAgent as VADAgent
|