.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/effort.ipynb
notebooks/example.ipynb
notebooks/skills.ipynb
notebooks/skills/variant_curation_0.1.0.md
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/scm_file_list.json
src/wags_llm.egg-info/scm_version.json
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/registry/__init__.py
src/wags_llm/registry/base.py
src/wags_llm/services/__init__.py
src/wags_llm/services/structured_task.py
src/wags_llm/skills/__init__.py
src/wags_llm/skills/base.py
src/wags_llm/skills/registry.py
src/wags_llm/templates/__init__.py
src/wags_llm/templates/base.py
src/wags_llm/templates/prompt_template.py
src/wags_llm/templates/skill_template.py
tests/conftest.py
tests/examples/test_example_0.1.0.md
tests/integration/client/test_bedrock.py
tests/integration/services/test_json_task.py
tests/registry/test_registry.py
tests/unit/cache/test_in_memory.py
tests/unit/skills/test_skill_json_task.py