objectiveai-api 2.0.6

ObjectiveAI API Server
1
2
3
4
5
/// Embedded `objectiveai-codex-sdk-runner` binary, baked in by the
/// crate's `build.rs`. Extracted to a per-version temp dir on first
/// use by [`super::Client::binary_path`].
pub const CODEX_SDK_RUNNER: &[u8] =
    include_bytes!(env!("OBJECTIVEAI_CODEX_SDK_RUNNER_PATH"));