Add a high-level remote shell exec RPC

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
starr-openai
2026-03-20 17:40:35 -07:00
parent f5ffc0373d
commit e6c9f12a40
9 changed files with 304 additions and 20 deletions

View File

@@ -3,6 +3,7 @@ mod handler;
mod process_handler;
mod processor;
mod registry;
mod shell_exec_handler;
mod transport;
pub(crate) use handler::ExecServerHandler;