feat: codex sampler (#17784)

Add a pure sampler using the Codex auth and model config. To be used by
other binary such as tape recorder
This commit is contained in:
jif-oai
2026-04-14 17:00:18 +01:00
committed by GitHub
parent 4f2fc3e3fa
commit b3ae531b3a
4 changed files with 245 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ codex-app-server = { workspace = true }
codex-app-server-protocol = { workspace = true }
codex-app-server-test-client = { workspace = true }
codex-arg0 = { workspace = true }
codex-api = { workspace = true }
codex-chatgpt = { workspace = true }
codex-cloud-tasks = { path = "../cloud-tasks" }
codex-utils-cli = { workspace = true }