Active v0.14.0

Codex Sdk

Idiomatic Elixir SDK for OpenAI's Codex agent. Provides a complete, production-ready interface with streaming support, comprehensive event handling, and robust testing utilities.

Stats & Info

  • Latest release: v0.14.0
  • Recent downloads: 1001
  • All-time downloads: 1230
  • Maintainers: nshkrdotcom

Tags

MIT Hex.pm

Installation

Add codex_sdk to your list of dependencies in mix.exs:

def deps do
  [
    {:codex_sdk, "~> 0.14.0"}
  ]
end

Then run:

mix deps.get

Resources