LICENSE
README.md
pyproject.toml
src/ffwf_tau_llm.egg-info/PKG-INFO
src/ffwf_tau_llm.egg-info/SOURCES.txt
src/ffwf_tau_llm.egg-info/dependency_links.txt
src/ffwf_tau_llm.egg-info/requires.txt
src/ffwf_tau_llm.egg-info/top_level.txt
src/tau_llm/__init__.py
src/tau_llm/abort.py
src/tau_llm/client.py
src/tau_llm/constraints.py
src/tau_llm/grammar.py
src/tau_llm/json_parse.py
src/tau_llm/models.py
src/tau_llm/streaming.py
src/tau_llm/tools.py
src/tau_llm/types.py
src/tau_llm/providers/__init__.py
src/tau_llm/providers/base.py
src/tau_llm/providers/openai.py
tests/test_abort.py
tests/test_complete_simple.py
tests/test_constraint_verification.py
tests/test_core_types.py
tests/test_decode_constraints.py
tests/test_define_tool.py
tests/test_grammar.py
tests/test_llama_conformance.py
tests/test_max_tokens.py
tests/test_model_capabilities.py
tests/test_openai_provider.py
tests/test_prefix_stability.py
tests/test_provider_lifetime.py
tests/test_reasoning_effort.py
tests/test_reasoning_streaming.py
tests/test_streaming_client.py
tests/test_thinking_levels.py
tests/test_tool_call_streaming_fix.py
tests/test_tools.py
tests/test_types.py