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§
- Computer
UseMcp Config - Static configuration binding a
ComputerUseMcpRuntimeto one authenticated session. - Computer
UseMcp Runtime ComputerUseRuntimeimplementation backed by a livecomputer-use-mcpserver.- Trace
Correlation - ADK ↔ runtime trace correlation identifiers attached to every MCP span.
Enums§
- Verification
Outcome - What is actually known about an action’s effect after execution.
Traits§
- Computer
UseRuntime - Runtime boundary implemented by the computer-use MCP server or an in-process adapter.