Metadata-Version: 2.4
Name: ai-parrot-client-openai
Version: 0.2.0
Summary: OpenAI LLM client for AI-Parrot (parrot.clients.openai)
Author-email: Jesus Lara <jesuslara@phenobarbital.info>
License-Expression: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: ai-parrot>=0.29.0
Requires-Dist: openai-codex>=0.1.0
Provides-Extra: bridge
Requires-Dist: mcp<2,>=1.28.1; extra == "bridge"
Requires-Dist: starlette>=0.37; extra == "bridge"
Requires-Dist: uvicorn>=0.30; extra == "bridge"

# ai-parrot-client-openai

OpenAI LLM client satellite for [AI-Parrot](https://github.com/phenobarbital/ai-parrot).

Provides `parrot.clients.openai.OpenAIClient` (Chat Completions / Responses
API) and `parrot.clients.openai.OpenAICodexClient` (the OpenAI Codex CLI/SDK
agent). Registers itself with `LLMFactory` via the `parrot.clients` entry
point group — no import of this package is required for core AI-Parrot to
know it exists once installed.

```bash
uv pip install ai-parrot-client-openai
```

See `sdd/specs/pep-420-llm-clients.spec.md` (FEAT-523) for the extraction
this package was split from.
