Route unified exec process startup through remote exec-server

Add experimental config for a websocket exec-server endpoint, select a remote backend at the unified-exec process creation seam, and wrap remote sessions behind the existing process abstraction so exec_command can stream output, write stdin, and terminate over the current exec-server protocol.

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
starr-openai
2026-03-18 13:17:13 -07:00
parent a3e7bf62a7
commit 47729f70d4
14 changed files with 466 additions and 10 deletions

View File

@@ -6,6 +6,7 @@ mod ephemeral;
mod mcp_required_exit;
mod originator;
mod output_schema;
mod remote_exec_server;
mod resume;
mod sandbox;
mod server_error_exit;