pub fn chain_to_ops(
    chain: Vec<impl ChainItem, Global>
) -> Vec<RegisterAgentActivity, Global>
Expand description

Produce a sequence of AgentActivity ops from a Vec of ChainItems