LICENSE
MANIFEST.in
README.md
pyproject.toml
./coffee_with_llm/__init__.py
./coffee_with_llm/config.py
./coffee_with_llm/cost.py
./coffee_with_llm/exceptions.py
./coffee_with_llm/llm.py
./coffee_with_llm/rate_limit.py
./coffee_with_llm/types.py
./coffee_with_llm/providers/__init__.py
./coffee_with_llm/providers/protocol.py
./coffee_with_llm/providers/registry.py
./coffee_with_llm/providers/tool_utils.py
./coffee_with_llm/providers/anthropic/__init__.py
./coffee_with_llm/providers/anthropic/messages_client.py
./coffee_with_llm/providers/google/__init__.py
./coffee_with_llm/providers/google/text_client.py
./coffee_with_llm/providers/google/utils/__init__.py
./coffee_with_llm/providers/google/utils/citations.py
./coffee_with_llm/providers/openai/__init__.py
./coffee_with_llm/providers/openai/responses_client.py
coffee_with_llm/__init__.py
coffee_with_llm/config.py
coffee_with_llm/cost.py
coffee_with_llm/exceptions.py
coffee_with_llm/llm.py
coffee_with_llm/rate_limit.py
coffee_with_llm/types.py
coffee_with_llm.egg-info/PKG-INFO
coffee_with_llm.egg-info/SOURCES.txt
coffee_with_llm.egg-info/dependency_links.txt
coffee_with_llm.egg-info/requires.txt
coffee_with_llm.egg-info/top_level.txt
coffee_with_llm/providers/__init__.py
coffee_with_llm/providers/protocol.py
coffee_with_llm/providers/registry.py
coffee_with_llm/providers/tool_utils.py
coffee_with_llm/providers/anthropic/__init__.py
coffee_with_llm/providers/anthropic/messages_client.py
coffee_with_llm/providers/google/__init__.py
coffee_with_llm/providers/google/text_client.py
coffee_with_llm/providers/google/utils/__init__.py
coffee_with_llm/providers/google/utils/citations.py
coffee_with_llm/providers/openai/__init__.py
coffee_with_llm/providers/openai/responses_client.py
tests/test_citations.py
tests/test_config.py
tests/test_cost.py
tests/test_exceptions.py
tests/test_llm.py
tests/test_providers_anthropic.py
tests/test_providers_google.py
tests/test_providers_openai.py
tests/test_rate_limit.py
tests/test_registry.py
tests/test_stream_retry.py
tests/test_tool_utils.py