mashrur950's picture
Initial commit: FleetMind MCP with GitHub Actions auto-sync
d69447e
raw
history blame
222 Bytes
"""
Chat package for FleetMind MCP
Handles AI-powered natural language order creation
"""
from .chat_engine import ChatEngine
from .conversation import ConversationManager
__all__ = ['ChatEngine', 'ConversationManager']