.gitignore
.isort.cfg
.pre-commit-config.yaml
LICENSE
README.md
mkdocs.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
.github/workflows/ci.yml
.github/workflows/docs.yml
docs/awl.md
docs/dev.md
docs/index.md
docs/requirements.txt
examples/human_in_the_loop.ipynb
examples/human_in_the_loop_async.ipynb
src/awl/__init__.py
src/awl/core.py
src/awl/hitl.py
src/awl/jsonld_context.py
src/awl.egg-info/PKG-INFO
src/awl.egg-info/SOURCES.txt
src/awl.egg-info/dependency_links.txt
src/awl.egg-info/not-zip-safe
src/awl.egg-info/requires.txt
src/awl.egg-info/top_level.txt
tests/test_ast_annotation.py
tests/test_awl.py
tests/test_hitl.py
tests/test_usecases.py