llmOS-Agent / bot /__init__.py
tech-envision
Add Discord bot for LLM chat
e393049
raw
history blame
114 Bytes
"""Discord bot for chatting with the LLM."""
from .discord_bot import LLMDiscordBot
__all__ = ["LLMDiscordBot"]