LICENSE
README.md
pyproject.toml
setup.py
laya/__init__.py
laya/agent.py
laya/cli.py
laya/common.py
laya/email.py
laya/fast.py
laya/lang.py
laya/onnx_agent.py
laya/presets.py
laya/router.py
laya/serve.py
laya/shortlist.py
laya/tl_kernels.py
laya.egg-info/PKG-INFO
laya.egg-info/SOURCES.txt
laya.egg-info/dependency_links.txt
laya.egg-info/entry_points.txt
laya.egg-info/requires.txt
laya.egg-info/top_level.txt
laya/integrations/__init__.py
laya/integrations/langchain.py
laya/mcp/__init__.py
laya/mcp/device.py
laya/mcp/server.py
laya/mcp/tools.py
tests/test_batch.py
tests/test_calibration_persistence.py
tests/test_cli.py
tests/test_context_manager.py
tests/test_criteria.py
tests/test_criteria_normalization.py
tests/test_decision_model.py
tests/test_docker_entrypoint.py
tests/test_download.py
tests/test_email.py
tests/test_empty_questions.py
tests/test_fast.py
tests/test_head_checkpointing.py
tests/test_lang_guess.py
tests/test_langchain.py
tests/test_lazy_import.py
tests/test_load_errors.py
tests/test_local_e2e.py
tests/test_mcp.py
tests/test_mcp_local_e2e.py
tests/test_onnx.py
tests/test_packaging.py
tests/test_router.py
tests/test_router_memory.py
tests/test_serve.py
tests/test_shortlist.py
tests/test_shortlist_cosine.py
tests/test_temperature_loading.py
tests/test_tokenizer_cache.py
tests/test_truncation_direction.py