nexus-agents - v2.80.0
    Preparing search index...

    Class CodexCliAdapter

    Codex CLI adapter using subprocess transport.

    Extends SubprocessCliAdapter which provides:

    • Retry logic with exponential backoff
    • Health checks with version compatibility
    • Capacity tracking
    • Subprocess spawn with timeout handling

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    name: "claude" | "gemini" | "codex" | "opencode" = 'codex'

    CLI name

    parser: ICliResponseParser = ...
    logger: ILogger
    capacityTracker: CapacityTracker | null = null
    initialized: boolean = false
    lastHealthCheck?: HealthStatus
    cachedVersion?: string
    transport: CliTransport = 'subprocess'

    Transport type

    transientRetry: TransientRetryConfig = ...

    Transient-error retry config. Override in subclass to enable.

    Accessors

    Methods