README.md
pyproject.toml
app/__init__.py
app/cli.py
app/cli_config.py
app/cli_paths.py
app/cli_service.py
app/dev.py
app/main.py
app/api/__init__.py
app/api/dependencies.py
app/api/router.py
app/api/routes_auth.py
app/api/routes_capture.py
app/api/routes_dashboard.py
app/api/routes_health.py
app/api/routes_ingest.py
app/api/routes_meta.py
app/api/routes_openai.py
app/api/routes_processing.py
app/api/routes_sessions.py
app/api/routes_todo.py
app/core/__init__.py
app/core/config.py
app/core/version.py
app/db/__init__.py
app/db/migrations.py
app/db/session.py
app/models/__init__.py
app/models/api_token.py
app/models/base.py
app/models/enums.py
app/models/message.py
app/models/session.py
app/models/source_capture.py
app/models/sync_event.py
app/models/triplet.py
app/models/user.py
app/schemas/__init__.py
app/schemas/auth.py
app/schemas/dashboard.py
app/schemas/graph.py
app/schemas/ingest.py
app/schemas/meta.py
app/schemas/openai_proxy.py
app/schemas/processing.py
app/schemas/processing_worker.py
app/schemas/search.py
app/schemas/session.py
app/schemas/source_capture.py
app/schemas/system.py
app/schemas/todo.py
app/services/__init__.py
app/services/auth.py
app/services/git_versioning.py
app/services/graph.py
app/services/heuristics.py
app/services/ingest.py
app/services/markdown.py
app/services/openai_proxy.py
app/services/orchestrator.py
app/services/processing.py
app/services/processing_worker.py
app/services/search.py
app/services/source_capture.py
app/services/storage_config.py
app/services/text.py
app/services/todo.py
app/services/browser_proxy/__init__.py
app/services/browser_proxy/capture.py
app/services/browser_proxy/dom.py
app/services/browser_proxy/errors.py
app/services/browser_proxy/helpers.py
app/services/browser_proxy/parsers.py
app/services/browser_proxy/providers.py
app/services/browser_proxy/service.py
app/services/browser_proxy/types.py
app/services/llm/__init__.py
app/services/llm/base.py
app/services/llm/browser_proxy_client.py
app/services/llm/browser_proxy_session_store.py
app/services/llm/google_client.py
app/services/llm/openai_client.py
savemycontext.egg-info/PKG-INFO
savemycontext.egg-info/SOURCES.txt
savemycontext.egg-info/dependency_links.txt
savemycontext.egg-info/entry_points.txt
savemycontext.egg-info/requires.txt
savemycontext.egg-info/top_level.txt
tests/test_auth_service.py
tests/test_browser_proxy_llm_client.py
tests/test_browser_proxy_parsers.py
tests/test_browser_proxy_providers.py
tests/test_capture_route.py
tests/test_cli_config.py
tests/test_heuristics.py
tests/test_ingest.py
tests/test_markdown.py
tests/test_openai_client.py
tests/test_openai_proxy.py
tests/test_openai_route.py
tests/test_processing_worker.py
tests/test_search.py
tests/test_storage_route.py
tests/test_todo_route.py