2026-03-09 Simplify experimental python SDK wire models

This commit is contained in:
Shaqayeq
2026-03-09 11:53:03 -07:00
parent 17818d6243
commit eb98b16533
148 changed files with 8847 additions and 17217 deletions

View File

@@ -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-servers camelCase wire format.
## Install