swarmauri.core.swarms.ISwarm module
- class swarmauri.core.swarms.ISwarm.ISwarm[source]
Bases:
ABC
Interface for a Swarm, representing a collective of agents capable of performing tasks, executing callable chains, and adaptable configurations.
- abstract property date_created: datetime
- abstract property id: str
Unique identifier for the factory instance.
- abstract property last_modified: datetime
- abstract property name: str
- abstract property type: str