mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
903660edba
Summary - delete the deprecated stdio transport plumbing from the exec server stack - add a basic `exec_server()` harness plus test utilities to start a server, send requests, and await events - refresh exec-server dependencies, configs, and documentation to reflect the new flow Testing - Not run (not requested) --------- Co-authored-by: starr-openai <starr@openai.com> Co-authored-by: Codex <noreply@openai.com>
2 lines
28 B
Rust
2 lines
28 B
Rust
pub(crate) mod exec_server;
|