pub async fn execute_ucl(
traversal: &AgentTraversal,
session_id: &AgentSessionId,
ucl_input: &str,
) -> Result<Vec<ExecutionResult>>Expand description
Execute UCL commands from a string.
pub async fn execute_ucl(
traversal: &AgentTraversal,
session_id: &AgentSessionId,
ucl_input: &str,
) -> Result<Vec<ExecutionResult>>Execute UCL commands from a string.