Skip to main content

openai-sdk-helpers

PyPI version Python versions License: MIT

Small, typed, SDK-first primitives for composing OpenAI Responses, Agents, files, vector stores, tools, and Codex plugins.

Install · Choose a surface · Capabilities · Security · Roadmap

Product contract

openai-sdk-helpers complements the official openai and openai-agents Python packages. It provides reusable production primitives without replacing the SDKs, hiding API calls, owning application prompts, or becoming a universal agent framework.

Every public helper should be:

  • typed and predictable;
  • thin enough that official SDK concepts remain recognizable;
  • explicit about network calls, resource ownership, and cleanup;
  • usable without unrelated optional integrations;
  • tested without requiring paid API calls in pull-request CI;
  • backward-compatible or accompanied by deliberate migration guidance.

See PRODUCT.md for the full product vision and feature acceptance test.

Installation

The core package installs both official OpenAI Python SDKs and no UI or LangExtract dependency:

pip install openai-sdk-helpers

Optional profiles:

pip install "openai-sdk-helpers[extract]"  # LangExtract-backed extraction
pip install "openai-sdk-helpers[ui]"       # Streamlit application helpers
pip install "openai-sdk-helpers[all]"      # All current optional capabilities

Python 3.10–3.13 is validated in CI. The distribution includes py.typed. See docs/installation.md for profile details and missing-extra behavior.

Choose a surface

Responses

Use openai_sdk_helpers.response when the application needs direct control of Responses API inputs, response identifiers, message history, custom tool handlers, files, or raw streaming events.

from openai_sdk_helpers import OpenAISettings
from openai_sdk_helpers.response import ResponseBase

settings = OpenAISettings.from_env()

with ResponseBase(
    name="reviewer",
    instructions="Review the supplied code.",
    tools=None,
    output_structure=None,
    tool_handlers={},
    openai_settings=settings,
) as response:
    result = response.run_sync("Review: def add(a, b): return a + b")
    print(result)

Agents

Use openai_sdk_helpers.agent when the application benefits from the official Agents SDK loop, tools, sessions, guardrails, handoffs, or tracing.

from openai_sdk_helpers.agent import SummarizerAgent

agent = SummarizerAgent(default_model="your-model")
result = agent.run_sync("Summarize this text in one sentence.")
print(result.text)

Codex plugins

Use openai_sdk_helpers.codex when a separately packaged capability should register typed commands through deterministic entry-point discovery.

openai-helpers codex plugins
openai-helpers codex commands

See docs/codex-plugins.md for the plugin protocol, lifecycle, discovery, compatibility, and packaging guide.

Direct SDK calls

Use the official SDK directly when a package helper would only rename parameters or obscure the underlying client, resource, response, event, or exception. Access to underlying SDK objects is part of this project's escape- hatch policy.

The canonical inventory of shipped and planned surfaces is docs/capabilities.md.

Core capabilities

  • centralized OpenAI settings and client creation;
  • optional shared operation metadata and lifecycle observers;
  • explicit conversation-state ownership and persistence contracts;
  • Responses API orchestration, structured outputs, files, tools, and websocket helpers;
  • Agents SDK wrappers, runners, search workflows, and reusable text agents;
  • typed Pydantic structures and Jinja prompt rendering;
  • file and vector-store helpers;
  • output validation and shared tool contracts;
  • deterministic Codex plugin registration, discovery, inspection, and lifecycle;
  • optional LangExtract and Streamlit integrations;
  • local CLI inspection without hidden API calls.

Detailed maturity, installation, execution, and escape-hatch information lives only in the capability matrix.

Configuration

OpenAISettings loads standard configuration from environment variables or a local .env file and creates official SDK clients:

from openai_sdk_helpers import OpenAISettings

settings = OpenAISettings.from_env()
client = settings.create_client()

Common variables include OPENAI_API_KEY, OPENAI_ORG_ID, OPENAI_PROJECT_ID, OPENAI_BASE_URL, OPENAI_MODEL, OPENAI_TIMEOUT, and OPENAI_MAX_RETRIES. Uncommon official client parameters remain available through extra_client_kwargs.

Security

Report suspected vulnerabilities through the repository's confidential GitHub private vulnerability reporting flow, not a public issue. Never include real credentials, customer prompts, model responses, uploaded files, or production logs. See SECURITY.md for supported versions, reporting guidance, and trust boundaries.

Documentation

Development

git clone https://github.com/fatmambot33/openai-sdk-helpers.git
cd openai-sdk-helpers
pip install -e ".[dev]"

pydocstyle src
black --check --diff .
pyright src
pytest -q --cov=src --cov-report=term-missing --cov-fail-under=70
python scripts/check_markdown_links.py

Additional CI validates Python 3.10–3.13, minimum and latest compatible OpenAI SDK versions, built distributions, installed entry points, supported examples, and isolated core, extract, ui, and all profiles.

See CONTRIBUTING.md and AGENTS.md before changing public behavior.

Scope boundaries

This project is not an end-user application, hosted platform, replacement SDK, universal agent framework, prompt catalog, storage service, protocol implementation, or transport framework. Application-specific business logic belongs in consuming projects.

Realtime API helpers are the current roadmap item. Their issue order and release gates are tracked in ROADMAP.md.

License

Licensed under the MIT License.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

openai_sdk_helpers-0.9.2.tar.gz (173.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

openai_sdk_helpers-0.9.2-py3-none-any.whl (231.1 kB view details)

Uploaded Python 3

File details

Details for the file openai_sdk_helpers-0.9.2.tar.gz.

File metadata

  • Download URL: openai_sdk_helpers-0.9.2.tar.gz
  • Upload date:
  • Size: 173.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for openai_sdk_helpers-0.9.2.tar.gz
Algorithm Hash digest
SHA256 d92dd429d44031d2cfdd4b980987973f6b56f743e024f8568aa2518f1769eaf4
MD5 4190f6700674f6425d7a9a66de26f902
BLAKE2b-256 fa4e02b242eb489b8524b98fc6c67b907ae3b953b37a609e244dea1a8951c7cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for openai_sdk_helpers-0.9.2.tar.gz:

Publisher: python-publish.yml on fatmambot33/openai-sdk-helpers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file openai_sdk_helpers-0.9.2-py3-none-any.whl.

File metadata

File hashes

Hashes for openai_sdk_helpers-0.9.2-py3-none-any.whl
Algorithm Hash digest
SHA256 d9422d9566a3d8e3a8fc5694b33dbbd1d529cd9c4261380a139dcf0343c682ce
MD5 11440774f56aa8620d4c7dae7f174d2e
BLAKE2b-256 352b4654d0b78dc417d11aef86d52714e099dff15e72cd8270cd6df506b7505d

See more details on using hashes here.

Provenance

The following attestation bundles were made for openai_sdk_helpers-0.9.2-py3-none-any.whl:

Publisher: python-publish.yml on fatmambot33/openai-sdk-helpers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.9.2 This release

2 files

0.9.1

2 files

0.9.0

2 files

0.8.1

2 files

0.8.0

2 files

0.7.5

2 files

0.7.4

2 files

0.7.3

2 files

0.7.2

2 files

0.7.1

2 files

0.7.0

2 files

0.6.6

2 files

0.6.5

2 files

0.6.4

2 files

0.6.2

2 files

0.6.1

2 files

0.6.0

2 files

0.5.2

2 files

0.5.1

2 files

0.5.0

2 files

0.4.3

2 files

0.4.2

2 files

0.4.1

2 files

0.4.0

2 files

0.3.0

2 files

0.2.0

2 files

0.1.4

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

0.0.9

2 files

0.0.8

2 files

0.0.7

2 files

0.0.6

2 files

0.0.5

2 files

0.0.4

2 files

0.0.3

2 files

0.0.2

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page