LICENSE
README.md
pyproject.toml
src/auditweave/__init__.py
src/auditweave.egg-info/PKG-INFO
src/auditweave.egg-info/SOURCES.txt
src/auditweave.egg-info/dependency_links.txt
src/auditweave.egg-info/requires.txt
src/auditweave.egg-info/top_level.txt
src/auditweave/adapters/__init__.py
src/auditweave/adapters/rag.py
src/auditweave/adapters/spark.py
src/auditweave/core/__init__.py
src/auditweave/core/events.py
src/auditweave/core/recorder.py
src/auditweave/core/trail.py
src/auditweave/navigator/__init__.py
src/auditweave/navigator/report.py
src/auditweave/store/__init__.py
src/auditweave/store/jsonl.py
tests/test_auditweave.py