swarmauri.core.agent_factories.IExportConf module
- class swarmauri.core.agent_factories.IExportConf.IExportConf[source]
Bases:
ABC
Interface for exporting configurations related to agent factories.
Implementing classes are expected to provide functionality for representing the factory’s configuration as a dictionary, JSON string, or exporting to a file.
- abstract to_dict()[source]
Serializes the agent factory’s configuration to a dictionary.
- Returns:
A dictionary representation of the factory’s configuration.
- Return type:
Dict[str, Any]