pub fn fork_context(
parent: &ContextToken,
child_subject: &ObjectId,
session_config: SessionConfig,
keypair: &KeyPair,
) -> Result<ContextToken, EngineError>Expand description
Fork a context token for a sub-agent, inheriting the parent’s exposure.