meerkat-client - LLM provider abstraction for Meerkat
This crate provides a unified interface for calling different LLM providers.
Each provider implementation normalizes its streaming response to the common
LlmEvent type, hiding provider-specific quirks.