pub fn execute_create(
title: String,
agent: String,
scope: Vec<String>,
priority: IntentPriority,
parent: Option<String>,
ucan_proof: Option<String>,
) -> Result<IntentResponse, LitError>Expand description
Create a new intent — checks for scope conflicts with other active intents