LICENSE
README.md
pyproject.toml
shared/__init__.py
shared/filtering.py
shared/schema_registry.py
tests/test_llm_integrations_storage.py
topos/__init__.py
topos/__version__.py
topos/app.py
topos/auth.py
topos/control_plane_client.py
topos/data_explorer_table_prefs.py
topos/hosted_pool_lease.py
topos/llm_integrations_storage.py
topos/mcp_stdio_proxy.py
topos/openai_client.py
topos/rate_limit.py
topos/runtime_update.py
topos/scope_resolution.py
topos/startup_banner.py
topos/sync_handlers.py
topos/uma_contact_enrichment.py
topos/uma_filters.py
topos/uma_resource_id.py
topos/uma_rpt.py
topos/websocket_client.py
topos/analytics/__init__.py
topos/analytics/duckdb_adapter.py
topos/analytics/messenger_communities.py
topos/analytics/messenger_graph.py
topos/analytics/messenger_labels.py
topos/analytics/profiles.py
topos/analytics/query_engine.py
topos/analytics/raw_queries.py
topos/api/__init__.py
topos/api/analytics.py
topos/api/app_registry.py
topos/api/backup.py
topos/api/compute_remote.py
topos/api/data_commit.py
topos/api/data_explorer_table_prefs.py
topos/api/database_explorer.py
topos/api/db.py
topos/api/device.py
topos/api/enrichment.py
topos/api/filter_lab.py
topos/api/health.py
topos/api/home_chat.py
topos/api/ingestion_api.py
topos/api/ingestion_compat.py
topos/api/ingestion_sources.py
topos/api/llm.py
topos/api/local_mcp.py
topos/api/messenger_analytics.py
topos/api/query_api.py
topos/api/runtime_bootstrap.py
topos/api/sanitization_ollama_config.py
topos/api/source_install.py
topos/api/sources.py
topos/api/sources_overview.py
topos/api/sync.py
topos/api/ui_config.py
topos/api/uma_data.py
topos/api/usage.py
topos/api/user_identity.py
topos/canonicalization/__init__.py
topos/canonicalization/models.py
topos/canonicalization/resolver.py
topos/canonicalization/mappers/__init__.py
topos/canonicalization/mappers/base.py
topos/canonicalization/mappers/chatgpt_mapper.py
topos/canonicalization/mappers/grok_mapper.py
topos/canonicalization/mappers/messenger_mapper.py
topos/cli/__init__.py
topos/cli/__main__.py
topos/cli/commands.py
topos/config/__init__.py
topos/config/sanitization_ollama.py
topos/config/settings.py
topos/contacts/__init__.py
topos/contacts/identity.py
topos/core/__init__.py
topos/core/api_models.py
topos/core/connection_resilience.py
topos/core/device_helpers.py
topos/core/errors.py
topos/core/events.py
topos/core/handlers.py
topos/core/logging.py
topos/core/metrics.py
topos/core/startup_banner.py
topos/core/state.py
topos/core/table_layers.py
topos/core/types.py
topos/engine/__init__.py
topos/engine/engine.py
topos/engine/intake.py
topos/engine/queue_manager.py
topos/engine/registration.py
topos/engine/result_formatter.py
topos/engine/router.py
topos/engine/scoped_token.py
topos/engine/tasks.py
topos/engine/transport.py
topos/engine/usage_guard.py
topos/engine/usage_observation.py
topos/engine/validator.py
topos/engine/backends/__init__.py
topos/engine/backends/base.py
topos/engine/backends/huggingface.py
topos/engine/backends/ollama.py
topos/engine/backends/stub.py
topos/enrichment/__init__.py
topos/enrichment/derived_tables.py
topos/enrichment/orchestrator.py
topos/enrichment/processor.py
topos/enrichment/progress_bar.py
topos/enrichment/website_classifier.py
topos/enrichment/jobs/__init__.py
topos/enrichment/jobs/base.py
topos/enrichment/jobs/canonical/__init__.py
topos/enrichment/jobs/canonical/embeddings_job.py
topos/enrichment/jobs/canonical/emo_27_job.py
topos/enrichment/jobs/canonical/entities_job.py
topos/enrichment/jobs/canonical/sentiment_job.py
topos/enrichment/jobs/canonical/topics_job.py
topos/enrichment/jobs/raw/__init__.py
topos/enrichment/jobs/raw/attachments_job.py
topos/enrichment/jobs/raw/language_job.py
topos/enrichment/jobs/raw/time_normalization_job.py
topos/enrichment/jobs/raw/tool_calls_job.py
topos/enrichment/models/__init__.py
topos/enrichment/models/manager.py
topos/enrichment/models/registry.py
topos/enrichment/models/versioning.py
topos/filter_lab/__init__.py
topos/filter_lab/bundles.py
topos/filter_lab/schema.py
topos/filter_lab/service.py
topos/filter_lab/store.py
topos/filter_lab/worker.py
topos/home_chat/__init__.py
topos/home_chat/schema.py
topos/home_chat/store.py
topos/ingestion/__init__.py
topos/ingestion/ingest_helpers.py
topos/ingestion/jobs.py
topos/ingestion/local_sync.py
topos/ingestion/log_preview.py
topos/ingestion/manager.py
topos/ingestion/parser.py
topos/ingestion/progress.py
topos/ingestion/state_machine.py
topos/ingestion/checkpoints/__init__.py
topos/ingestion/checkpoints/checkpoint_store.py
topos/ingestion/checkpoints/sqlite_checkpoint_store.py
topos/ingestion/parsers/__init__.py
topos/ingestion/parsers/base.py
topos/ingestion/parsers/browser_parser.py
topos/ingestion/parsers/calendar_parser.py
topos/ingestion/parsers/chatgpt_conversation_flattener.py
topos/ingestion/parsers/chatgpt_parser.py
topos/ingestion/parsers/grok_parser.py
topos/ingestion/parsers/messenger_parser.py
topos/ingestion/sources/__init__.py
topos/ingestion/sources/base.py
topos/ingestion/sources/calendar.py
topos/ingestion/sources/chatgpt.py
topos/ingestion/sources/contact_importers.py
topos/ingestion/sources/grok.py
topos/ingestion/sources/imessage_reader.py
topos/ingestion/sources/signal_export_parser.py
topos/ingestion/sources/signal_reader.py
topos/ingestion/triggers/__init__.py
topos/ingestion/triggers/file_trigger.py
topos/ingestion/triggers/sqlite_trigger.py
topos/ingestion/validation/__init__.py
topos/ingestion/validation/base.py
topos/ingestion/validation/schema_registry.py
topos/ingestion/validation/schema_validator.py
topos/lineage/__init__.py
topos/lineage/provenance.py
topos/lineage/tracker.py
topos/observability/__init__.py
topos/observability/alerts.py
topos/observability/metrics.py
topos/observability/tracing.py
topos/projections/__init__.py
topos/projections/vector_index/__init__.py
topos/projections/vector_index/base.py
topos/projections/vector_index/builders.py
topos/projections/vector_index/health_checks.py
topos/sanitization/__init__.py
topos/sanitization/ollama_transforms.py
topos/services/__init__.py
topos/services/container.py
topos/services/interfaces.py
topos/services/local.py
topos/services/postgres.py
topos/services/embeddings/__init__.py
topos/services/embeddings/base.py
topos/services/embeddings/local.py
topos/services/embeddings/remote.py
topos/services/llm/__init__.py
topos/services/llm/base.py
topos/services/llm/openai.py
topos/sources/__init__.py
topos/sources/definitions.py
topos/sources/install_service.py
topos/sources/registry.py
topos/sources/runtime_install.py
topos/storage/__init__.py
topos/storage/signal_identity.py
topos/storage/source_settings.py
topos/storage/user_identity.py
topos/storage/canonical/__init__.py
topos/storage/canonical/canonical_store.py
topos/storage/canonical/conversations_tables.py
topos/storage/canonical/mapping_store.py
topos/storage/canonical/postgres.py
topos/storage/canonical/ai_chat/__init__.py
topos/storage/canonical/ai_chat/canonicalizer.py
topos/storage/canonical/ai_chat/mapper.py
topos/storage/canonical/ai_chat/model.py
topos/storage/canonical/ai_chat/tables.py
topos/storage/db/__init__.py
topos/storage/db/client.py
topos/storage/db/paths.py
topos/storage/db/postgres.py
topos/storage/db/schema.py
topos/storage/db/migrations/__init__.py
topos/storage/db/migrations/stage9_column_renames.py
topos/storage/enrichment/__init__.py
topos/storage/enrichment/canonical_enrichment_store.py
topos/storage/enrichment/raw_enrichment_store.py
topos/storage/normalized/__init__.py
topos/storage/normalized/normalized_store.py
topos/storage/oplog/__init__.py
topos/storage/oplog/decision.py
topos/storage/oplog/oplog_store.py
topos/storage/oplog/postgres.py
topos/storage/projections/__init__.py
topos/storage/projections/index_ops_store.py
topos/storage/projections/vector_index_store.py
topos/storage/raw/__init__.py
topos/storage/raw/browser_flat_tables.py
topos/storage/raw/file_store.py
topos/storage/raw/raw_store.py
topos/storage/raw/raw_tables_manager.py
topos/storage/raw/sqlite_raw_store.py
topos/storage/security/encryption.py
topos/sync/__init__.py
topos/sync/client.py
topos/testing/__init__.py
topos/testing/lifespan.py
topos/utils/base_object.py
topos_node.egg-info/PKG-INFO
topos_node.egg-info/SOURCES.txt
topos_node.egg-info/dependency_links.txt
topos_node.egg-info/entry_points.txt
topos_node.egg-info/requires.txt
topos_node.egg-info/top_level.txt