Skip to main content

fork_context

Function fork_context 

Source
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.