meerkat-client 0.6.34

Shim re-export crate — delegates to meerkat-llm-core and per-provider crates (B2 split).
docs.rs failed to build meerkat-client-0.6.34
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: meerkat-client-0.6.33

meerkat-client — shim re-exports.

The LLM wire-client trait + plumbing moved to meerkat-llm-core; per-provider clients (AnthropicClient, OpenAiClient, GeminiClient, OpenAiLiveClient, OpenAiCompatibleClient) moved to meerkat-anthropic, meerkat-openai, meerkat-gemini. Provider-runtime types moved to meerkat-core::provider_runtime. Auth primitives moved to meerkat-auth-core.

This crate is retained as a thin shim so that downstream meerkat_client::* imports continue to work without an import sweep. B2 split (2026-04-18).