mirror of
https://github.com/openai/codex.git
synced 2026-05-02 04:11:39 +03:00
exec-server: sketch app-server-shaped json-rpc base
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
14
codex-rs/exec-server/README.md
Normal file
14
codex-rs/exec-server/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# Exec-Server JSON-RPC Base Sketch
|
||||
|
||||
This is a review-only sketch of the simplified exec-server JSON-RPC base.
|
||||
|
||||
It is intentionally scoped to the transport and dispatch shape:
|
||||
|
||||
- websocket-only transport
|
||||
- direct `JSONRPCMessage -> handler -> JSONRPCMessage` processing
|
||||
- no `"jsonrpc": "2.0"` envelope requirement
|
||||
- a local bypass path represented by direct handler calls rather than an in-memory transport
|
||||
|
||||
It does not include the later `process/*` or filesystem RPC surface.
|
||||
|
||||
The goal of this sketch is to show the app-server-like structure without stacking the rest of the exec-server implementation on top of it.
|
||||
Reference in New Issue
Block a user