mirror of
https://github.com/openai/codex.git
synced 2026-04-28 16:45:54 +00:00
2026-03-09 Simplify experimental python SDK wire models
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# Codex App Server Python SDK
|
||||
# Codex App Server Python SDK (Experimental)
|
||||
|
||||
Python SDK for `codex app-server` JSON-RPC v2 over stdio, with a small default surface optimized for real scripts and apps.
|
||||
Experimental Python SDK for `codex app-server` JSON-RPC v2 over stdio, with a small default surface optimized for real scripts and apps.
|
||||
|
||||
The generated wire-model layer is currently sourced from the bundled v2 schema and exposed as Pydantic models with snake_case Python fields that serialize back to the app-server’s camelCase wire format.
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user