Metadata-Version: 2.4
Name: ai-parrot-client-google
Version: 0.2.1
Summary: Google GenAI (Gemini) LLM clients for AI-Parrot (parrot.clients.google)
Author-email: Jesus Lara <jesuslara@phenobarbital.info>
License-Expression: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: ai-parrot>=1.0.1
Requires-Dist: google-genai>=2.18.1

# ai-parrot-client-google

Google GenAI (Gemini) LLM clients satellite for
[AI-Parrot](https://github.com/phenobarbital/ai-parrot).

Provides `parrot.clients.google.GoogleGenAIClient` (Gemini text/vision/
generation) and `parrot.clients.google.GeminiLiveClient` (Gemini Live
voice API). 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-google
```

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