Skip to content

maim_message Documentation

maim_message is a Python library designed for the MaiBot ecosystem, aiming to provide a standardized message format definition and WebSocket-based communication mechanism. Its core goal is to decouple various components of MaiBot (such as the core service maimcore, platform adapters Adapter, plugins Plugin, etc.), enabling them to interact through a unified interface, thereby simplifying development, enhancing scalability, and supporting multi-platform integration.

Table of Contents

  • message_base Basic message format definitions for Maim_Message
  • router Message routing for Maim_Message
  • Temporarily omitted