Defines the structure for state data persistence in the swarm system. Wraps arbitrary state data for storage, used by PersistStateUtils.
PersistStateUtils
The type of the state data, defaults to unknown. IPersistStateData
unknown
The state data to persist (e.g., agent configuration or session state)
Defines the structure for state data persistence in the swarm system. Wraps arbitrary state data for storage, used by
PersistStateUtils
.