mirror of
https://github.com/openai/codex.git
synced 2026-05-04 11:26:33 +00:00
Introduce exec process capability traits
Add a narrow ExecProcess trait for process lifecycle RPCs and expose it from Environment behind an ExecutorEnvironment trait. Keep the first cut behavior-preserving by delegating remote mode to the existing ExecServerClient and returning an unavailable process stub for default local Environment values. Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -11,6 +11,8 @@ pub use client::ExecServerClient;
|
||||
pub use client::ExecServerError;
|
||||
pub use client_api::ExecServerClientConnectOptions;
|
||||
pub use client_api::ExecServerEvent;
|
||||
pub use client_api::ExecProcess;
|
||||
pub use client_api::ExecutorEnvironment;
|
||||
pub use client_api::RemoteExecServerConnectArgs;
|
||||
pub use codex_app_server_protocol::FsCopyParams;
|
||||
pub use codex_app_server_protocol::FsCopyResponse;
|
||||
|
||||
Reference in New Issue
Block a user