app beta version 0.1.0 hex unreleased package jido_codex elixir ~> 1.18

Jido Codex

OpenAI Codex adapter for Jido Harness with deep runtime capability coverage

Beta support. Public iteration with faster feedback loops before final release shape settles.

View package metadata source →

RELATED PACKAGES

AT A GLANCE

Implements `Jido.Harness.Adapter` for Codex-backed execution
Most complete provider capability surface including resume/cancel handling
Streaming event normalization into Harness-compatible envelopes
Exec transport by default with optional app-server transport

DEEP DIVE

Overview

Jido Codex adapts OpenAI Codex CLI into the Jido Harness protocol so coding-agent workflows can run through a unified provider interface.

Purpose

Jido Codex is the Codex-specific provider adapter in the CLI-agent stack.

Boundary Lines

  • Owns Codex-specific request mapping, runtime contract wiring, and event normalization.
  • Implements provider capabilities within the shared Harness contract.
  • Does not define cross-provider policy, contract governance, or app-level workflow logic.

Major Components

Adapter

Translates Harness run requests into Codex CLI sessions and maps responses back into normalized events.

Mapper

Normalizes streaming and lifecycle events for downstream agent orchestration.

Operational Tasks

Includes install and compatibility checks to catch local environment issues early.