typeduck-codex-extension-items 0.4.0

Support package for the standalone Codex Web runtime (codex-client)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod retry;
mod sse;
mod telemetry;

pub use crate::retry::RetryOn;
pub use crate::retry::RetryPolicy;
pub use crate::retry::backoff;
pub use crate::retry::run_with_retry;
pub use crate::sse::sse_stream;
pub use crate::telemetry::RequestTelemetry;
pub use codex_http_client::HttpClient as CodexHttpClient;
pub use codex_http_client::RequestBuilder as CodexRequestBuilder;
pub use codex_http_client::*;