Expand description
JSON-RPC 2.0 bridge for host communication.
When harn run --bridge is used, the VM delegates builtins (llm_call,
file I/O, tool execution) to a host process over stdin/stdout JSON-RPC.
The host application handles these requests using its own providers.
Structs§
- Host
Bridge - A JSON-RPC 2.0 bridge to a host process over stdin/stdout.
- Queued
User Message
Enums§
Functions§
- json_
result_ to_ vm_ value - Convert a serde_json::Value to a VmValue.