Metadata-Version: 2.4
Name: ai-parrot-client-zai
Version: 0.2.0
Summary: Z.ai (Zhipu) LLM client for AI-Parrot (parrot.clients.zai)
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: zai-sdk>=0.2.3

# ai-parrot-client-zai

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

Provides `parrot.clients.zai.ZaiClient` (built on the OpenAI-compatible
`OpenAIBaseClient`, using the official `zai` SDK behind the scenes).
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-zai
```

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