LICENSE
README.md
pyproject.toml
oxe/__init__.py
oxe/__main__.py
oxe/backends.py
oxe/cache.py
oxe/exa_compat.py
oxe/mcp_server.py
oxe/registry.py
oxe/search.py
oxe/server.py
oxe/sqlload.py
oxe/stats.py
oxe/ui.py
oxe.egg-info/PKG-INFO
oxe.egg-info/SOURCES.txt
oxe.egg-info/dependency_links.txt
oxe.egg-info/entry_points.txt
oxe.egg-info/requires.txt
oxe.egg-info/top_level.txt
oxe/sql/cache.sql
oxe/sql/clicks.sql
oxe/sql/schema.sql
oxe/sql/search_log.sql
oxe/static/app.js
oxe/static/card.html
oxe/static/history.html
oxe/static/index.html
oxe/static/row.html
oxe/static/search.html
oxe/static/shell.html
oxe/static/ui.css
oxe/static/ui.js
tests/test_backends.py
tests/test_cache_sql.py
tests/test_templates.py