agentFeatureMessageSerializersModule
Provides a SerializersModule that handles polymorphic serialization and deserialization for various events and messages associated with features, agents, and strategies.
This module supports polymorphic serialization for the following base classes:
It registers the concrete subclasses of these base classes for serialization and deserialization:
AIAgentCreateEvent
This configuration enables proper handling of the diverse event types encountered in the system by ensuring that the polymorphic serialization framework can correctly serialize and deserialize each subclass.