Skip to main content

Module runtime

Module runtime 

Source
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.

Re-exports§

pub use mcp::ComputerUseMcpConfig;
pub use mcp::ComputerUseMcpRuntime;
pub use mcp::TraceCorrelation;

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

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.