Skip to main content

Module runtime

Module runtime 

Source
Available on crate feature computer-use only.
Expand description

Runtime adapters and response binding. The ComputerUseRuntime boundary and its concrete adapters.

ComputerUseRuntime is the extension point driven by the deterministic graph in crate::build_reference_graph. The mcp submodule provides ComputerUseMcpRuntime, backed by a live computer-use-mcp server. Tests and portable examples can supply an in-process implementation instead.

Modules§

binding
Binds MCP responses back to the request that produced them. Binds every security-relevant MCP response back to what was actually asked for.
mcp

Structs§

ComputerUseMcpConfig
Static configuration binding a ComputerUseMcpRuntime to one authenticated session.
ComputerUseMcpRuntime
ComputerUseRuntime implementation backed by a live computer-use-mcp server.
TraceCorrelation
ADK ↔ runtime trace correlation identifiers attached to every MCP span.

Enums§

VerificationOutcome
What is actually known about an action’s effect after execution.

Traits§

ComputerUseRuntime
Runtime boundary implemented by the computer-use MCP server or an in-process adapter.