topos-node 0.1.2__tar.gz → 0.1.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {topos_node-0.1.2 → topos_node-0.1.3}/PKG-INFO +2 -2
- {topos_node-0.1.2 → topos_node-0.1.3}/pyproject.toml +2 -2
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/__version__.py +2 -2
- {topos_node-0.1.2 → topos_node-0.1.3}/topos_node.egg-info/PKG-INFO +2 -2
- {topos_node-0.1.2 → topos_node-0.1.3}/LICENSE +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/README.md +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/setup.cfg +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/shared/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/shared/filtering.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/shared/schema_registry.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/analytics/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/analytics/duckdb_adapter.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/analytics/messenger_communities.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/analytics/messenger_graph.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/analytics/messenger_labels.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/analytics/profiles.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/analytics/query_engine.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/analytics/raw_queries.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/api/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/api/analytics.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/api/app_registry.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/api/backup.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/api/compute_remote.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/api/data_commit.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/api/data_explorer_table_prefs.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/api/db.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/api/device.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/api/enrichment.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/api/filter_lab.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/api/health.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/api/ingestion_api.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/api/ingestion_compat.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/api/ingestion_sources.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/api/llm.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/api/local_mcp.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/api/messenger_analytics.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/api/query_api.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/api/sanitization_ollama_config.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/api/source_install.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/api/sources.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/api/sync.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/api/ui_config.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/api/uma_data.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/api/usage.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/api/user_identity.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/app.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/auth.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/canonicalization/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/canonicalization/mappers/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/canonicalization/mappers/base.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/canonicalization/mappers/chatgpt_mapper.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/canonicalization/mappers/grok_mapper.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/canonicalization/mappers/messenger_mapper.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/canonicalization/models.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/canonicalization/resolver.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/cli/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/cli/__main__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/cli/commands.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/config/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/config/sanitization_ollama.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/config/settings.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/contacts/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/contacts/identity.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/control_plane_client.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/core/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/core/api_models.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/core/connection_resilience.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/core/device_helpers.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/core/errors.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/core/events.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/core/handlers.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/core/logging.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/core/metrics.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/core/startup_banner.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/core/state.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/core/table_layers.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/core/types.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/data_explorer_table_prefs.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/engine/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/engine/backends/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/engine/backends/base.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/engine/backends/huggingface.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/engine/backends/ollama.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/engine/backends/stub.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/engine/engine.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/engine/intake.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/engine/queue_manager.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/engine/registration.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/engine/result_formatter.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/engine/router.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/engine/scoped_token.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/engine/tasks.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/engine/transport.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/engine/usage_guard.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/engine/usage_observation.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/engine/validator.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/enrichment/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/enrichment/derived_tables.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/enrichment/jobs/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/enrichment/jobs/base.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/enrichment/jobs/canonical/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/enrichment/jobs/canonical/embeddings_job.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/enrichment/jobs/canonical/emo_27_job.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/enrichment/jobs/canonical/entities_job.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/enrichment/jobs/canonical/sentiment_job.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/enrichment/jobs/canonical/topics_job.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/enrichment/jobs/raw/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/enrichment/jobs/raw/attachments_job.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/enrichment/jobs/raw/language_job.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/enrichment/jobs/raw/time_normalization_job.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/enrichment/jobs/raw/tool_calls_job.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/enrichment/models/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/enrichment/models/manager.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/enrichment/models/registry.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/enrichment/models/versioning.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/enrichment/orchestrator.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/enrichment/processor.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/enrichment/progress_bar.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/enrichment/website_classifier.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/filter_lab/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/filter_lab/bundles.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/filter_lab/schema.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/filter_lab/service.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/filter_lab/store.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/filter_lab/worker.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/hosted_pool_lease.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/checkpoints/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/checkpoints/checkpoint_store.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/checkpoints/sqlite_checkpoint_store.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/ingest_helpers.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/jobs.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/local_sync.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/log_preview.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/manager.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/parser.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/parsers/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/parsers/base.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/parsers/browser_parser.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/parsers/calendar_parser.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/parsers/chatgpt_conversation_flattener.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/parsers/chatgpt_parser.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/parsers/grok_parser.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/parsers/messenger_parser.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/progress.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/sources/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/sources/base.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/sources/calendar.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/sources/chatgpt.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/sources/contact_importers.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/sources/grok.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/sources/imessage_reader.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/sources/signal_export_parser.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/sources/signal_reader.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/state_machine.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/triggers/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/triggers/file_trigger.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/triggers/sqlite_trigger.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/validation/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/validation/base.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/validation/schema_registry.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/validation/schema_validator.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/lineage/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/lineage/provenance.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/lineage/tracker.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/mcp_stdio_proxy.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/observability/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/observability/alerts.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/observability/metrics.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/observability/tracing.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/openai_client.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/projections/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/projections/vector_index/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/projections/vector_index/base.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/projections/vector_index/builders.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/projections/vector_index/health_checks.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/rate_limit.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/sanitization/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/sanitization/ollama_transforms.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/scope_resolution.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/services/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/services/container.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/services/embeddings/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/services/embeddings/base.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/services/embeddings/local.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/services/embeddings/remote.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/services/interfaces.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/services/llm/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/services/llm/base.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/services/llm/openai.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/services/local.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/services/postgres.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/sources/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/sources/definitions.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/sources/install_service.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/sources/registry.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/sources/runtime_install.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/canonical/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/canonical/ai_chat/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/canonical/ai_chat/canonicalizer.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/canonical/ai_chat/mapper.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/canonical/ai_chat/model.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/canonical/ai_chat/tables.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/canonical/canonical_store.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/canonical/conversations_tables.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/canonical/mapping_store.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/canonical/postgres.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/db/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/db/client.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/db/migrations/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/db/migrations/stage9_column_renames.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/db/paths.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/db/postgres.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/db/schema.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/enrichment/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/enrichment/canonical_enrichment_store.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/enrichment/raw_enrichment_store.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/normalized/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/normalized/normalized_store.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/oplog/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/oplog/decision.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/oplog/oplog_store.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/oplog/postgres.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/projections/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/projections/index_ops_store.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/projections/vector_index_store.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/raw/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/raw/browser_flat_tables.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/raw/file_store.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/raw/raw_store.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/raw/raw_tables_manager.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/raw/sqlite_raw_store.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/security/encryption.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/signal_identity.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/source_settings.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/user_identity.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/sync/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/sync/client.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/sync_handlers.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/testing/__init__.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/testing/lifespan.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/uma_contact_enrichment.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/uma_filters.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/uma_resource_id.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/uma_rpt.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/utils/base_object.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos/websocket_client.py +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos_node.egg-info/SOURCES.txt +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos_node.egg-info/dependency_links.txt +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos_node.egg-info/entry_points.txt +0 -0
- {topos_node-0.1.2 → topos_node-0.1.3}/topos_node.egg-info/requires.txt +1 -1
- {topos_node-0.1.2 → topos_node-0.1.3}/topos_node.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: topos-node
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: Topos personal AI engine (FastAPI): local data, sync, control plane WebSocket client
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
Project-URL: Homepage, https://topos.dialogues.ai
|
|
@@ -23,12 +23,12 @@ Requires-Dist: mcp>=1.0
|
|
|
23
23
|
Requires-Dist: google-cloud-storage>=3.8.0
|
|
24
24
|
Requires-Dist: google-cloud-run>=0.14.0
|
|
25
25
|
Requires-Dist: networkx>=3.2.1
|
|
26
|
+
Requires-Dist: transformers>=4.57.6
|
|
26
27
|
Requires-Dist: python-louvain>=0.16
|
|
27
28
|
Requires-Dist: asgi-lifespan>=2.1
|
|
28
29
|
Provides-Extra: engine
|
|
29
30
|
Requires-Dist: duckdb>=1.0.0; extra == "engine"
|
|
30
31
|
Requires-Dist: torch>=2.8.0; extra == "engine"
|
|
31
|
-
Requires-Dist: transformers>=4.57.6; extra == "engine"
|
|
32
32
|
Requires-Dist: psycopg[binary]>=3.2.0; extra == "engine"
|
|
33
33
|
Provides-Extra: signal
|
|
34
34
|
Requires-Dist: pysqlcipher3>=1.0.0; extra == "signal"
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "topos-node"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.3"
|
|
8
8
|
description = "Topos personal AI engine (FastAPI): local data, sync, control plane WebSocket client"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "Apache-2.0"
|
|
@@ -25,6 +25,7 @@ dependencies = [
|
|
|
25
25
|
"google-cloud-storage>=3.8.0",
|
|
26
26
|
"google-cloud-run>=0.14.0",
|
|
27
27
|
"networkx>=3.2.1",
|
|
28
|
+
"transformers>=4.57.6",
|
|
28
29
|
"python-louvain>=0.16",
|
|
29
30
|
"asgi-lifespan>=2.1",
|
|
30
31
|
]
|
|
@@ -37,7 +38,6 @@ Source = "https://dialogues.ai"
|
|
|
37
38
|
engine = [
|
|
38
39
|
"duckdb>=1.0.0",
|
|
39
40
|
"torch>=2.8.0",
|
|
40
|
-
"transformers>=4.57.6",
|
|
41
41
|
"psycopg[binary]>=3.2.0",
|
|
42
42
|
]
|
|
43
43
|
signal = [
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: topos-node
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: Topos personal AI engine (FastAPI): local data, sync, control plane WebSocket client
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
Project-URL: Homepage, https://topos.dialogues.ai
|
|
@@ -23,12 +23,12 @@ Requires-Dist: mcp>=1.0
|
|
|
23
23
|
Requires-Dist: google-cloud-storage>=3.8.0
|
|
24
24
|
Requires-Dist: google-cloud-run>=0.14.0
|
|
25
25
|
Requires-Dist: networkx>=3.2.1
|
|
26
|
+
Requires-Dist: transformers>=4.57.6
|
|
26
27
|
Requires-Dist: python-louvain>=0.16
|
|
27
28
|
Requires-Dist: asgi-lifespan>=2.1
|
|
28
29
|
Provides-Extra: engine
|
|
29
30
|
Requires-Dist: duckdb>=1.0.0; extra == "engine"
|
|
30
31
|
Requires-Dist: torch>=2.8.0; extra == "engine"
|
|
31
|
-
Requires-Dist: transformers>=4.57.6; extra == "engine"
|
|
32
32
|
Requires-Dist: psycopg[binary]>=3.2.0; extra == "engine"
|
|
33
33
|
Provides-Extra: signal
|
|
34
34
|
Requires-Dist: pysqlcipher3>=1.0.0; extra == "signal"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/checkpoints/sqlite_checkpoint_store.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{topos_node-0.1.2 → topos_node-0.1.3}/topos/ingestion/parsers/chatgpt_conversation_flattener.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{topos_node-0.1.2 → topos_node-0.1.3}/topos/storage/enrichment/canonical_enrichment_store.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -13,6 +13,7 @@ mcp>=1.0
|
|
|
13
13
|
google-cloud-storage>=3.8.0
|
|
14
14
|
google-cloud-run>=0.14.0
|
|
15
15
|
networkx>=3.2.1
|
|
16
|
+
transformers>=4.57.6
|
|
16
17
|
python-louvain>=0.16
|
|
17
18
|
asgi-lifespan>=2.1
|
|
18
19
|
|
|
@@ -24,7 +25,6 @@ httpx>=0.27
|
|
|
24
25
|
[engine]
|
|
25
26
|
duckdb>=1.0.0
|
|
26
27
|
torch>=2.8.0
|
|
27
|
-
transformers>=4.57.6
|
|
28
28
|
psycopg[binary]>=3.2.0
|
|
29
29
|
|
|
30
30
|
[signal]
|
|
File without changes
|