.env.example
.gitignore
CLAUDE.md
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/publish.yml
dashboard/.env.example
dashboard/.gitignore
dashboard/eslint.config.js
dashboard/index.html
dashboard/package-lock.json
dashboard/package.json
dashboard/vite.config.js
dashboard/public/favicon.svg
dashboard/public/icons.svg
dashboard/src/App.jsx
dashboard/src/api.js
dashboard/src/index.css
dashboard/src/main.jsx
dashboard/src/assets/hero.png
dashboard/src/assets/vite.svg
dashboard/src/components/AuditPanel.jsx
dashboard/src/components/DriftBar.jsx
dashboard/src/components/EventPanel.jsx
dashboard/src/components/PolarDrift.jsx
dashboard/src/components/SessionList.jsx
dashboard/src/components/SparkLine.jsx
dashboard/src/hooks/useSessions.js
docs/PUBLISHING.md
docs/drift-monitor-build-spec.docx
prototype/drift-monitor.jsx
src/driftmonitor/__init__.py
src/driftmonitor/_version.py
src/driftmonitor/async_client.py
src/driftmonitor/audit.py
src/driftmonitor/cli.py
src/driftmonitor/client.py
src/driftmonitor/embeddings.py
src/driftmonitor/explainer.py
src/driftmonitor/models.py
src/driftmonitor/providers.py
src/driftmonitor/py.typed
src/driftmonitor/spc.py
src/driftmonitor/store.py
src/driftmonitor/api/__init__.py
src/driftmonitor/api/app.py
src/driftmonitor/api/schemas.py
src/driftmonitor_ai.egg-info/PKG-INFO
src/driftmonitor_ai.egg-info/SOURCES.txt
src/driftmonitor_ai.egg-info/dependency_links.txt
src/driftmonitor_ai.egg-info/entry_points.txt
src/driftmonitor_ai.egg-info/requires.txt
src/driftmonitor_ai.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_api.py
tests/test_async_client.py
tests/test_audit.py
tests/test_cli.py
tests/test_client.py
tests/test_embeddings.py
tests/test_explainer.py
tests/test_models.py
tests/test_providers.py
tests/test_spc.py
tests/test_store.py