sdk/python: use standalone codex-app-server runtime

This commit is contained in:
Michael Bolin
2026-04-24 16:19:11 -07:00
parent 9b8a1fbefc
commit 6aa4aed202
14 changed files with 521 additions and 206 deletions

View File

@@ -1,9 +1,9 @@
# Codex CLI Runtime for Python SDK
# Codex App Server Runtime for Python SDK
Platform-specific runtime package consumed by the published `codex-app-server-sdk`.
This package is staged during release so the SDK can pin an exact Codex CLI
This package is staged during release so the SDK can pin an exact Codex app-server
version without checking platform binaries into the repo.
`openai-codex-cli-bin` is intentionally wheel-only. Do not build or publish an
`openai-codex-app-server-bin` is intentionally wheel-only. Do not build or publish an
sdist for this package.