"""Bots package for discoverable agent modules.""" from . import synthetic_media from . import whisper from . import chatbot __all__ = ["synthetic_media", "whisper", "chatbot"]