Skip to content

Class swarmauri_core.messages.IMessage.IMessage

swarmauri_core.messages.IMessage.IMessage

Bases: ABC

An abstract interface representing a general message structure.

This interface defines the basic attributes that all messages should have, including type, name, and content, and requires subclasses to implement representation and formatting methods.