Add Codex API, ChatGPT, and remote SSH runtimes - #494
Draft
eladrave wants to merge 9 commits into
Draft
Conversation
|
Is this adding support for ChatGPT managed agents? And if so, is there a general ETA around this? |
Author
|
This allows you to use chatgpt as a harness/runtime.
You can enable chatgpt either using an openai key, login to your chatgpt
account (and use your subscription) or connect to a remote chatgpt harness
using ssh.
You can then create any agent you want to using the litellm ACP, and it
will use chatgpt to run the agent.
E
…On Thu, Aug 6, 2026, 22:08 Deepankar Malhan - Spring Health < ***@***.***> wrote:
*deepankarmalhan-springhealth* left a comment
(LiteLLM-Labs/litellm-agent-control-plane#494)
<#494 (comment)>
Is this adding support for ChatGPT managed agents? And if so, is there a
general ETA around this?
—
Reply to this email directly, view it on GitHub
<#494?email_source=notifications&email_token=AUXLD5X5MKXHCLVTTF5MXBD5IU2Y5A5CNFSNUABFM5UWIORPF5TWS5BNNB2WEL2JONZXKZKDN5WW2ZLOOQXTKMRRGEZDKOBQGU2KM4TFMFZW63VGMF2XI2DPOKSWK5TFNZ2KYZTPN52GK4S7MNWGSY3L#issuecomment-5211258054>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUXLD5U4MYKCZEFVQWO5QZT5IU2Y5AVCNFSNUABGKJSXA33TNF2G64TZHMYTEMZSGM3TANZRGQ5US43TOVSTWNJQG4ZTCNZTGM3DPILWAI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds Codex CLI app-server as a managed-agent compatibility runtime with three connection profiles:
CODEX_HOME, without an OpenAI API keycodex app-server --listen stdio://command on another machine, authenticated by password or private keyThe change includes the runtime bridge container, profile/controller APIs, runtime configuration UI, Compose registration, template metadata, deployment documentation, and event-protocol tests.
Dependency
Depends on #493 for scalable completed-history replay and mobile session access. This branch intentionally keeps that general reliability fix in its own PR and should be rebased onto
mainafter #493 lands.Architecture
templates/codex/is a self-contained compatibility bridge implementing the Anthropic Managed Agents API already consumed by the control plane. It:The control plane registers the controller once, then creates individual API, ChatGPT, or SSH runtime aliases through server-side controller calls.
Security model
Validation
cargo fmt --checkcargo test --release --locked: 212 passed; credential-dependent live tests remained ignorednpm run lint: zero errors and one pre-existing React hook warningnpm run buildgpt-5.6-sol-highGenerated file
src/model_prices_backup.jsonwas refreshed by the repository's committed pre-commit hook during the feature commits. The feature does not change model-pricing behavior.