Skip to main content

build_reference_graph

Function build_reference_graph 

Source
pub fn build_reference_graph(
    runtime: Arc<dyn ComputerUseRuntime>,
    authorizer: Arc<ScopeAuthorizer>,
) -> Result<CompiledGraph, GraphError>
Available on crate feature computer-use only.
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.