For AI agents: the complete documentation index is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms.txt, the full documentation bundle is available at https://scriptedalchemy.github.io/agent-bundle/zh/llms-full.txt, and this page is available as Markdown at https://scriptedalchemy.github.io/agent-bundle/zh/api/functions/index.runCodexEvalTrial.md.
  • 简体中文
  • Function: runCodexEvalTrial()

    runCodexEvalTrial(options): Promise<EvalTrialRecord>

    Runs one Codex trial in a throwaway CODEX_HOME: the candidate is installed from a local marketplace, verified through plugin state, and exercised with codex exec --ephemeral --json. No provider API key is accepted, requested, or forwarded; the CLI's own session is the only auth.

    Parameters

    options

    RunCodexEvalTrialOptions

    Returns

    Promise<EvalTrialRecord>