.readthedocs.yml
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/Makefile
docs/README.md
docs/plans/2026-02-08-lexilux-i01-design.md
docs/plans/2026-02-08-lexilux-i01-implementation.md
docs/plans/2026-02-08-lexilux-i02-design.md
docs/plans/2026-02-08-lexilux-i02-implementation.md
docs/reviews/A01_lexilux_code_review.md
docs/reviews/A02.md
docs/source/async.rst
docs/source/changelog.rst
docs/source/chat_continue.rst
docs/source/chat_formatting.rst
docs/source/chat_history.rst
docs/source/chat_streaming.rst
docs/source/conf.py
docs/source/error_handling.rst
docs/source/function_calling.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/introduction.rst
docs/source/multimodal.rst
docs/source/quickstart.rst
docs/source/recommended_workflows.rst
docs/source/rerank_modes_comparison.rst
docs/source/token_analysis.rst
docs/source/troubleshooting.rst
docs/source/api_reference/chat.rst
docs/source/api_reference/embed.rst
docs/source/api_reference/index.rst
docs/source/api_reference/rerank.rst
docs/source/api_reference/tokenizer.rst
docs/source/api_reference/usage.rst
docs/source/examples/async_examples.rst
docs/source/examples/auto_continue.rst
docs/source/examples/chat_history.rst
docs/source/examples/chat_params.rst
docs/source/examples/conversation.rst
docs/source/examples/custom_formatting.rst
docs/source/examples/embedding.rst
docs/source/examples/error_handling.rst
docs/source/examples/function_calling.rst
docs/source/examples/hello_world.rst
docs/source/examples/index.rst
docs/source/examples/multimodal.rst
docs/source/examples/rerank.rst
docs/source/examples/streaming.rst
docs/source/examples/system_message.rst
docs/source/examples/tokenizer.rst
docs/verifications/V01.md
examples/01_hello_world.py
examples/02_system_message.py
examples/05_chat_vs_conversation.py
examples/10_streaming.py
examples/11_conversation.py
examples/12_chat_params.py
examples/20_embedding.py
examples/21_rerank.py
examples/22_tokenizer.py
examples/30_function_calling.py
examples/31_multimodal.py
examples/32_async.py
examples/40_chat_history.py
examples/41_auto_continue.py
examples/42_error_handling.py
examples/43_custom_formatting.py
examples/README.md
examples/config_loader.py
lexilux/__init__.py
lexilux/_async_client.py
lexilux/_base.py
lexilux/_rate_limit.py
lexilux/embed.py
lexilux/embed_params.py
lexilux/exceptions.py
lexilux/rerank.py
lexilux/tokenizer.py
lexilux/usage.py
lexilux.egg-info/PKG-INFO
lexilux.egg-info/SOURCES.txt
lexilux.egg-info/dependency_links.txt
lexilux.egg-info/requires.txt
lexilux.egg-info/top_level.txt
lexilux/chat/__init__.py
lexilux/chat/_request.py
lexilux/chat/client.py
lexilux/chat/content_blocks.py
lexilux/chat/continuer.py
lexilux/chat/conversation.py
lexilux/chat/exceptions.py
lexilux/chat/formatters.py
lexilux/chat/history.py
lexilux/chat/models.py
lexilux/chat/params.py
lexilux/chat/streaming.py
lexilux/chat/tool_helpers.py
lexilux/chat/tools.py
lexilux/chat/types.py
lexilux/chat/utils.py
lexilux/chat/validation.py
lexilux/data/__init__.py
lexilux/data/models.json
lexilux/registry/__init__.py
lexilux/registry/factory.py
lexilux/registry/models.py
lexilux/registry/registry.py
scripts/continue_chat_quick_test.py
scripts/generate_release_notes.py
scripts/real_api_test.py
scripts/test_all_features.py
scripts/verify_improvements.py
tests/test_async.py
tests/test_base.py
tests/test_chat.py
tests/test_chat_api_improvements.py
tests/test_chat_continue.py
tests/test_chat_continuer.py
tests/test_chat_exceptions.py
tests/test_chat_formatters.py
tests/test_chat_history.py
tests/test_chat_history_token_analysis.py
tests/test_chat_integration.py
tests/test_chat_params_additional.py
tests/test_chat_params_integration.py
tests/test_chat_stream.py
tests/test_chat_streaming.py
tests/test_chat_validation.py
tests/test_chathistory_deepcopy.py
tests/test_concurrent.py
tests/test_embed.py
tests/test_embed_params.py
tests/test_examples.py
tests/test_exceptions.py
tests/test_function_calling.py
tests/test_function_calling_integration.py
tests/test_integration.py
tests/test_integration_reasoning.py
tests/test_param_aliases.py
tests/test_rate_limit.py
tests/test_reasoning_support.py
tests/test_registry.py
tests/test_rerank.py
tests/test_rerank_all_modes.py
tests/test_rerank_modes_consistency.py
tests/test_tokenizer.py
tests/test_usage.py
tests/test_v271_fixes.py
tests/test_zhipu_multimodal.py