velaclaw 0.3.0

Protocol-driven autonomous AI agent runtime with intelligent model selection and multi-model negotiation.
1
2
3
4
5
6
7
"""
Integrations for supported external platforms.
"""

from .discord_bot import DiscordBot

__all__ = ["DiscordBot"]