pub async fn execute_unfreeze(
actor_store: &ActorStore,
pool: &SqlitePool,
target_id: &str,
) -> KernelResult<()>Expand description
Execute an unfreeze operation: set target to active status.
Note: unfreeze does NOT cascade — each agent must be individually unfrozen. This is deliberate: the human must consciously decide to restore each agent.