.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/CODEOWNERS
.github/workflows/checks.yaml
.github/workflows/pr-priority-label.yaml
.github/workflows/release.yaml
.github/workflows/stale.yaml
notebooks/example.ipynb
src/wags_llm/__init__.py
src/wags_llm.egg-info/PKG-INFO
src/wags_llm.egg-info/SOURCES.txt
src/wags_llm.egg-info/dependency_links.txt
src/wags_llm.egg-info/requires.txt
src/wags_llm.egg-info/top_level.txt
src/wags_llm/cache/__init__.py
src/wags_llm/cache/base.py
src/wags_llm/cache/in_memory.py
src/wags_llm/client/__init__.py
src/wags_llm/client/base.py
src/wags_llm/client/bedrock.py
src/wags_llm/client/exceptions.py
src/wags_llm/prompts/__init__.py
src/wags_llm/prompts/base.py
src/wags_llm/prompts/registry.py
src/wags_llm/services/__init__.py
src/wags_llm/services/json_task.py
tests/conftest.py
tests/integration/client/test_bedrock.py
tests/integration/services/test_json_task.py
tests/unit/cache/test_in_memory.py
tests/unit/prompts/test_registry.py