pub fn build_reference_graph(
runtime: Arc<dyn ComputerUseRuntime>,
authorizer: Arc<ScopeAuthorizer>,
) -> Result<CompiledGraph, GraphError>Expand description
Build the flagship deterministic ADK graph.
The graph fans capability, visual, and semantic observation out concurrently,
joins them once, previews before mutation, interrupts for approval, and has
exactly one node that can call execute_action.