Thin TypeSafe API client layered on Pristine.
Runtime code does not read OS environment variables. Explicit options win over
application config; the included config/runtime.exs materializes the Python
SDK-compatible environment names when this repo is the top-level Mix project.
Summary
Types
@type t() :: %TypeSafeSDK.Client{ api_key: String.t(), base_url: String.t(), context: Pristine.SDK.Context.t(), default_model: String.t(), headers: map(), pristine_client: Pristine.Client.t(), retry: TypeSafeSDK.RetryPolicy.t() | false, timeout_ms: pos_integer(), transport: module(), transport_opts: keyword() }