LICENSE
README.md
pyproject.toml
autopil/__init__.py
autopil/audit_log.py
autopil/cli.py
autopil/guard.py
autopil/models.py
autopil/policy_engine.py
autopil.egg-info/PKG-INFO
autopil.egg-info/SOURCES.txt
autopil.egg-info/dependency_links.txt
autopil.egg-info/entry_points.txt
autopil.egg-info/requires.txt
autopil.egg-info/top_level.txt
autopil/api/__init__.py
autopil/api/app.py
autopil/api/key_store.py
autopil/api/schemas.py
autopil/api/static/index.html
autopil/db/__init__.py
autopil/db/base.py
autopil/db/postgres.py
autopil/db/sqlite.py
tests/test_api.py
tests/test_audit_log.py
tests/test_auth.py
tests/test_guard.py
tests/test_policy_editor.py
tests/test_policy_engine.py
tests/test_postgres.py
tests/test_tenants.py