MANIFEST.in
README.md
pyproject.toml
fathom_server/__init__.py
fathom_server/app.py
fathom_server/auth.py
fathom_server/config.py
fathom_server/db.py
fathom_server/fastapi_app.py
fathom_server/paths.py
fathom_server/service.py
fathom_server/shutdown.py
fathom_server/utils.py
fathom_server.egg-info/PKG-INFO
fathom_server.egg-info/SOURCES.txt
fathom_server.egg-info/dependency_links.txt
fathom_server.egg-info/entry_points.txt
fathom_server.egg-info/requires.txt
fathom_server.egg-info/top_level.txt
fathom_server/routers/__init__.py
fathom_server/routers/activation.py
fathom_server/routers/agent_ws.py
fathom_server/routers/room.py
fathom_server/routers/settings.py
fathom_server/routers/telegram.py
fathom_server/routers/terminal.py
fathom_server/routers/vault.py
fathom_server/routers/version.py
fathom_server/scripts/format-agent-log.py
fathom_server/services/__init__.py
fathom_server/services/access.py
fathom_server/services/agent_connections.py
fathom_server/services/crystal_scheduler.py
fathom_server/services/crystallization.py
fathom_server/services/indexer.py
fathom_server/services/links.py
fathom_server/services/memento.py
fathom_server/services/persistent_session.py
fathom_server/services/ping_scheduler.py
fathom_server/services/schema.py
fathom_server/services/settings.py
fathom_server/services/telegram_bridge.py
fathom_server/services/tts_bridge.py
fathom_server/services/vault.py
fathom_server/static/.gitkeep
fathom_server/static/index.html
fathom_server/static/assets/index-6Wm6jQpv.js
fathom_server/static/assets/index-B1cbw1N9.js
fathom_server/static/assets/index-B3M9_07q.js
fathom_server/static/assets/index-BKsOpFML.js
fathom_server/static/assets/index-Be6joDMZ.css
fathom_server/static/assets/index-Bk-GqWs9.js
fathom_server/static/assets/index-BrKkscms.css
fathom_server/static/assets/index-C-qEnAXF.css
fathom_server/static/assets/index-C97Kqy3d.css
fathom_server/static/assets/index-CABV3Nij.js
fathom_server/static/assets/index-CGu9AJG2.css
fathom_server/static/assets/index-CROYhESJ.js
fathom_server/static/assets/index-CUWrO7fC.js
fathom_server/static/assets/index-CmTaBbCi.js
fathom_server/static/assets/index-CwN6mw_C.js
fathom_server/static/assets/index-DCf6Ntg0.css
fathom_server/static/assets/index-DDN_wFvq.js
fathom_server/static/assets/index-DFNq6IjR.js
fathom_server/static/assets/index-DOSFPRk6.js
fathom_server/static/assets/index-DRiHtJF4.js
fathom_server/static/assets/index-Dc3XKyUM.js
fathom_server/static/assets/index-DdAllkPz.css
fathom_server/static/assets/index-DlXqYr5d.js
fathom_server/static/assets/index-DqdpI-5E.js
fathom_server/static/assets/index-DwNAaX0-.js
fathom_server/static/assets/index-Dz1StTe2.css
fathom_server/static/assets/index-K3OLo1tt.js
fathom_server/static/assets/index-LTUZC9qi.js
fathom_server/static/assets/index-mf_VA77J.js
fathom_server/static/assets/index-z6YZuyNR.js
tests/test_access.py
tests/test_activation_routes.py
tests/test_auth.py
tests/test_links.py
tests/test_room.py
tests/test_settings.py
tests/test_telegram_image.py
tests/test_vault_routes.py
tests/test_vault_search.py
tests/test_vault_service.py
tests/test_vault_storage.py