Active v0.10.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.10.1
  • Recent downloads: 972
  • All-time downloads: 1061
  • Maintainers: nshkrdotcom

Tags

MIT Hex.pm

Installation

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

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

Then run:

mix deps.get

Resources