mirror of
https://github.com/openai/codex.git
synced 2026-05-02 20:32:04 +03:00
Add generic RPC server glue to exec-server stub
Introduce API-agnostic server envelope parsing/encoding and a tiny method-registration router in the initialize-only exec-server slice. Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
mod client;
|
||||
mod protocol;
|
||||
mod rpc;
|
||||
mod server;
|
||||
mod server_process;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user