Topup_runtimeSourceFunctions callable from inside a user phrase to reach back across the local↔remote boundary. The in-process and named-local-session cases default to direct file I/O (the chatbot's filesystem is accessible directly). The routed-to-remote case is wired by install_hook to send a JSON-RPC request back to the local server.
Read the contents of a file on the orchestrator's filesystem. Raises Failure on I/O error or when the file exceeds TOPUP_XFER_MAX_BYTES (default 16 MiB).
Atomically write bytes to a file on the orchestrator's filesystem. Raises Failure on I/O error or when the payload exceeds TOPUP_XFER_MAX_BYTES.
Default hook: direct file I/O on the current process's filesystem. Installed at module init.