MCPcopy Index your code
hub / github.com/chainreactors/EvilProxy / CodexExecutor

Struct CodexExecutor

internal/runtime/executor/codex_executor.go:225–227  ·  view source on GitHub ↗

CodexExecutor is a stateless executor for Codex (OpenAI Responses API entrypoint). If api_key is unavailable on auth, it falls back to legacy via ClientAdapter.

Source from the content-addressed store, hash-verified

223// CodexExecutor is a stateless executor for Codex (OpenAI Responses API entrypoint).
224// If api_key is unavailable on auth, it falls back to legacy via ClientAdapter.
225type CodexExecutor struct {
226 cfg *config.Config
227}
228
229func NewCodexExecutor(cfg *config.Config) *CodexExecutor { return &CodexExecutor{cfg: cfg} }
230

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected