LICENSE
MANIFEST.in
README.md
pyproject.toml
examples/models.json
src/llm_mesh/__init__.py
src/llm_mesh/_common.py
src/llm_mesh/_retry.py
src/llm_mesh/_streaming.py
src/llm_mesh/base.py
src/llm_mesh/canary.py
src/llm_mesh/config.py
src/llm_mesh/embeddings.py
src/llm_mesh/hooks.py
src/llm_mesh/models.json
src/llm_mesh/models_catalog.py
src/llm_mesh/probe.py
src/llm_mesh/protocol.py
src/llm_mesh/py.typed
src/llm_mesh/rerank.py
src/llm_mesh/stream_events.py
src/llm_mesh/text_parsing.py
src/llm_mesh/types.py
src/llm_mesh.egg-info/PKG-INFO
src/llm_mesh.egg-info/SOURCES.txt
src/llm_mesh.egg-info/dependency_links.txt
src/llm_mesh.egg-info/entry_points.txt
src/llm_mesh.egg-info/requires.txt
src/llm_mesh.egg-info/top_level.txt
src/llm_mesh/anthropic/__init__.py
src/llm_mesh/anthropic/client.py
src/llm_mesh/gemini/__init__.py
src/llm_mesh/gemini/client.py
src/llm_mesh/gigachat/__init__.py
src/llm_mesh/gigachat/_common.py
src/llm_mesh/gigachat/batch.py
src/llm_mesh/gigachat/client.py
src/llm_mesh/openai/__init__.py
src/llm_mesh/openai/_common.py
src/llm_mesh/openai/batch.py
src/llm_mesh/openai/client.py
src/llm_mesh/openai/discovery.py
src/llm_mesh/openai/tokenize.py
tests/test_canary.py
tests/test_catalog_packaging.py
tests/test_client_options.py
tests/test_client_policy_regressions.py
tests/test_client_transport_contracts.py
tests/test_discovery.py
tests/test_embeddings.py
tests/test_environment_config.py
tests/test_extract_json_array_from_text.py
tests/test_gigachat_batch.py
tests/test_gigachat_structured_modes.py
tests/test_gigachat_think_and_schema.py
tests/test_hooks.py
tests/test_llm_anthropic.py
tests/test_llm_gemini.py
tests/test_llm_gigachat.py
tests/test_llm_openai.py
tests/test_llm_protocol.py
tests/test_llm_truncation_warning_clipped.py
tests/test_openai_batch.py
tests/test_openai_count_tokens.py
tests/test_openai_gateway_5xx_tool_degrade.py
tests/test_openai_multitool_corrupted_args.py
tests/test_openai_open_object_schema.py
tests/test_openai_reasoning_parity.py
tests/test_preserve_fallback.py
tests/test_probe.py
tests/test_request_hook.py
tests/test_request_model.py
tests/test_rerank.py
tests/test_stream_events.py
tests/test_structured_schema_degradation.py
tests/test_text_parsing.py