Active v0.16.1

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.16.1
  • Recent downloads: 1217
  • All-time downloads: 1698
  • Maintainers: nshkrdotcom

Tags

MIT Hex.pm

Installation

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

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

Then run:

mix deps.get

Resources