topos-node 1.2.2__tar.gz → 1.2.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-1.2.2/topos_node.egg-info → topos_node-1.2.3}/PKG-INFO +1 -1
- {topos_node-1.2.2 → topos_node-1.2.3}/pyproject.toml +1 -1
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/__version__.py +2 -2
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/ui_config.py +9 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/config/settings.py +6 -1
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/entities/edges.py +4 -1
- {topos_node-1.2.2 → topos_node-1.2.3/topos_node.egg-info}/PKG-INFO +1 -1
- {topos_node-1.2.2 → topos_node-1.2.3}/LICENSE +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/MANIFEST.in +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/README.md +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/setup.cfg +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/shared/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/shared/filtering.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/shared/schema_registry.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/tests/test_llm_integrations_storage.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/tests/test_protocol_handled_types.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/analytics/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/analytics/duckdb_adapter.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/analytics/messenger_communities.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/analytics/messenger_graph.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/analytics/messenger_labels.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/analytics/profiles.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/analytics/query_engine.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/analytics/raw_queries.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/analytics.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/app_registry.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/backup.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/compute_remote.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/data_commit.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/data_explorer_table_prefs.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/database_explorer.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/db.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/device.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/engine_run.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/enrichment.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/enrichment_lab.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/filter_lab.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/health.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/home_chat.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/ingestion_api.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/ingestion_compat.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/ingestion_sources.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/intelligence_lifecycle.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/llm.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/local_mcp.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/messenger_analytics.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/privacy_disclose.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/query_api.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/runtime_bootstrap.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/sanitization_ollama_config.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/signal.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/signal_extraction_config.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/source_install.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/source_scrub.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/sources.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/sources_overview.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/sync.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/uma_data.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/upgrades.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/usage.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/api/user_identity.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/app.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/auth.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/canonicalization/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/canonicalization/mappers/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/canonicalization/mappers/base.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/canonicalization/mappers/browser_activity_mapper.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/canonicalization/mappers/chatgpt_mapper.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/canonicalization/mappers/demo_mappers.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/canonicalization/mappers/github_activity_mapper.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/canonicalization/mappers/grok_mapper.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/canonicalization/mappers/messenger_mapper.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/canonicalization/models.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/canonicalization/resolver.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/cli/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/cli/__main__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/cli/commands.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/config/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/config/sanitization_ollama.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/config/signal_extraction.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/config/uvicorn_logging.json +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/contacts/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/contacts/identity.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/control_plane_client.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/api_models.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/connection_resilience.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/device_helpers.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/errors.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/events.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/handlers/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/handlers/common.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/handlers/config.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/handlers/contacts_import.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/handlers/database_explorer.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/handlers/device.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/handlers/enrichment.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/handlers/enrichment_lab.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/handlers/filter_lab.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/handlers/home_chat.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/handlers/ingest.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/handlers/messages.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/handlers/messenger_analytics.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/handlers/query.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/handlers/registry.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/handlers/routines.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/handlers/signal_features.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/handlers/sources.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/handlers/uma.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/logging.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/metrics.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/routine_access.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/startup_banner.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/state.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/table_layers.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/core/types.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/data_explorer_row_delete.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/data_explorer_table_prefs.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/data_explorer_tables.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/disclosure/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/disclosure/canonical_writer.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/disclosure/content_policy.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/disclosure/field_registry.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/disclosure/privacy_layer.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/disclosure/tier.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/engine/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/engine/backends/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/engine/backends/base.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/engine/backends/generative_prompts.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/engine/backends/generative_response.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/engine/backends/huggingface.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/engine/backends/ollama.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/engine/backends/openai.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/engine/backends/openai_compatible.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/engine/backends/redpill.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/engine/backends/stub.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/engine/client.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/engine/engine.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/engine/intake.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/engine/memory_utils.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/engine/model_cache.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/engine/pipeline_memory.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/engine/queue_manager.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/engine/registration.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/engine/result_formatter.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/engine/router.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/engine/scoped_token.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/engine/tasks.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/engine/transport.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/engine/usage_guard.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/engine/usage_observation.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/engine/validator.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/catalog.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/derived_tables.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/job_writer.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/base.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/canonical/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/canonical/_batch_limits.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/canonical/_engine_runner.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/canonical/availability_scores_job.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/canonical/brief_fallback.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/canonical/dimension_summary_job.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/canonical/embeddings_job.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/canonical/emo_27_job.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/canonical/entities_job.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/canonical/fact_extraction_job.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/canonical/goal_extraction_job.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/canonical/pii_redaction_job.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/canonical/relationship_edges_job.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/canonical/sentiment_job.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/canonical/statistics_job.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/canonical/timeline_job.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/canonical/topic_clusters_job.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/canonical/topics_job.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/canonical/url_classification_core.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/canonical/url_classification_enrichment_job.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/canonical/url_classification_signal_job.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/raw/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/raw/attachments_job.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/raw/language_job.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/raw/time_normalization_job.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/raw/tool_calls_job.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/model_overrides.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/models/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/models/manager.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/models/mvp_defaults.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/models/registry.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/models/versioning.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/orchestrator.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/processor.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/progress_bar.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/registry_contract.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/signal_derivation_config.json +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/source_overrides.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/website_classifier.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment_lab/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment_lab/bundles.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment_lab/model_resolve.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment_lab/schema.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment_lab/service.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment_lab/store.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment_lab/worker.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/evals/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/evals/enrichment_eval.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/entities/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/entities/consolidation.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/entities/dossier.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/entities/fact_materializer.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/entities/graph_enrichers.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/entities/graph_refresh.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/entities/graph_search.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/entities/linking.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/entities/maintenance.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/entities/reads.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/entities/resolver.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/facts/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/facts/extract.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/facts/llm_extract.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/facts/reads.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/facts/store.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/fit/evaluator.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/fit/opportunity_types.json +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/lifecycle/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/lifecycle/derived_scrub.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/lifecycle/exclusions.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/lifecycle/gc.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/provenance/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/provenance/posture.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/provenance/roles.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/brief_canonical_loader.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/brief_ontology.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/brief_renderer.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/brief_schemas.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/chunking.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/cluster_labels.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/data_health.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/definitions/brief_ontologies.json +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/definitions/intentions.json +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/definitions/profile.json +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/definitions/relationships.json +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/definitions/schema/dimension_definition.schema.json +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/definitions/time.json +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/definitions/work.json +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/dimension_briefs.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/dimension_definition_loader.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/dimension_profiles.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/dimension_registry.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/embed_context.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/extraction/artifact_router.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/extraction/artifact_store.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/extraction/rule_extractors.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/graph_sanitize.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/hybrid_search.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/incremental_clustering.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/model_recommendations.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/query_embed_cache.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/schemas.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/service.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/signal_object_store.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/source_hydration.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/structured_signal.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/topic_clustering.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/typed_stores/aggregates.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/typed_stores/scope_materializer.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/vector_codec.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/vector_math.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/signal/vector_settings.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/stats/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/stats/definitions.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/stats/engine.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/stats/fold.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/features/stats/insights.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/filter_lab/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/filter_lab/bundles.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/filter_lab/schema.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/filter_lab/service.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/filter_lab/store.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/filter_lab/worker.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/home_chat/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/home_chat/schema.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/home_chat/store.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/hosted_pool_lease.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/canonical_pipeline.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/checkpoints/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/checkpoints/checkpoint_store.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/checkpoints/sqlite_checkpoint_store.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/inbox_crypto.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/inbox_drain.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/ingest_helpers.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/jobs.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/journal_location_fanout.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/journal_time_log_normalize.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/local_sync.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/log_preview.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/manager.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/parser.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/parsers/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/parsers/base.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/parsers/browser_parser.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/parsers/calendar_parser.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/parsers/chatgpt_conversation_flattener.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/parsers/chatgpt_parser.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/parsers/demo_file_parsers.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/parsers/github_activity_parser.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/parsers/grok_parser.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/parsers/messenger_parser.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/parsers/voxterm_parser.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/progress.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/reprocess.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/sources/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/sources/base.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/sources/calendar.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/sources/chatgpt.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/sources/contact_importers.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/sources/grok.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/sources/imessage_reader.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/sources/signal_export_parser.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/sources/signal_reader.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/state_machine.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/triggers/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/triggers/file_trigger.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/triggers/sqlite_trigger.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/usage_inbox_dedupe.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/validation/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/validation/base.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/validation/schema_registry.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/ingestion/validation/schema_validator.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/lineage/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/lineage/provenance.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/lineage/tracker.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/llm_integrations_storage.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/mcp_stdio_proxy.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/observability/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/observability/alerts.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/observability/metrics.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/observability/tracing.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/openai_client.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/pipeline/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/pipeline/audit.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/pipeline/envelope.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/pipeline/stages.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/pipeline/stub_enqueue.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/projections/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/projections/vector_index/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/projections/vector_index/base.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/projections/vector_index/builders.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/projections/vector_index/health_checks.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/protocol/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/protocol/handled_message_types.json +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/query/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/query/audit.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/query/ddr.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/query/disclosure.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/query/fingerprint.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/query/game_layer.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/query/grant_cache.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/query/inference.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/query/intent.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/query/manifest.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/query/manifest_validation.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/query/minimizer.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/query/negotiation.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/query/pipeline.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/query/planner.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/query/retrieval.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/query/runtime.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/query/scope_registry.json +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/query/scope_registry_loader.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/query/session.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/query/session_utils.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/query/source_generation.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/query/turn_classifier.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/query/types.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/rate_limit.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/routines/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/routines/schema.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/routines/store.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/runtime_update.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/sanitization/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/sanitization/nsfw_classifier.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/sanitization/ollama_transforms.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/sanitization/privacy_filter.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/scope_resolution.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/services/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/services/container.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/services/embeddings/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/services/embeddings/base.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/services/embeddings/local.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/services/embeddings/remote.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/services/interfaces.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/services/llm/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/services/llm/base.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/services/llm/openai.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/services/local.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/services/postgres.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/sources/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/sources/bundled_canonical_triples.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/sources/canonical_signal_defaults.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/sources/definitions.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/sources/install_service.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/sources/registry.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/sources/runtime_install.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/sources/scrub_attribution.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/sources/scrub_service.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/startup_banner.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/adapters/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/adapters/factory.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/adapters/fakes.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/adapters/postgres/stores.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/adapters/protocols.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/adapters/sqlite/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/adapters/sqlite/stores.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/adapters/sqlite/vector_search.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/canonical/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/canonical/activity_tables.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/canonical/ai_chat/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/canonical/ai_chat/canonicalizer.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/canonical/ai_chat/mapper.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/canonical/ai_chat/model.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/canonical/ai_chat/tables.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/canonical/calendar_contacts_tables.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/canonical/canonical_store.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/canonical/conversations_tables.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/canonical/mapping_store.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/canonical/postgres.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/client.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/connection_tuning.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/activity_events_content_v1.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/actor_role_v1.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/canonical_disclosure_v1.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/canonical_nsfw_v1.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/derivation_ledger_v1.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/entity_edges_validity_v1.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/episodes_v1.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/extraction_artifacts.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/journal_entries_duration_v1.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/journal_entries_ends_at_v1.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/journal_entries_people_v1.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/journal_entries_place_name_v1.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/journal_entries_starts_at_v1.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/remediation_person_model.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/scope_source_generation.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/signal_dimension_backfill_v1.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/signal_dimension_harness.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/signal_objects.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/signal_objects_period_v1.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/signal_objects_updated_by_v1.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/stage9_column_renames.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/vector_storage_v1.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/vector_storage_v2.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/vector_storage_v3.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/vector_storage_v4.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/wiki_clusters_v2.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/wiki_entities_v1.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/wiki_entity_review_v2.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/wiki_facts_v1.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/wiki_lifecycle_v1.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/wiki_mvp_phase0.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/wiki_mvp_phase1.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/wiki_mvp_phase4_messages_cutover.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/wiki_mvp_phase5_topic_clusters.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/wiki_mvp_phase6_dimension_briefs.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/wiki_mvp_query_quality.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/wiki_mvp_topic_clusters_coordination.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/wiki_stats_v1.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/migrations/wiki_timeline_v1.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/paths.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/postgres.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/schema.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/db/storage_breakdown.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/enrichment/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/enrichment/canonical_enrichment_store.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/enrichment/raw_enrichment_store.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/normalized/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/normalized/normalized_store.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/oplog/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/oplog/decision.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/oplog/oplog_store.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/oplog/postgres.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/person/identity_resolver.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/projections/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/projections/index_ops_store.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/projections/vector_index_store.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/raw/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/raw/browser_flat_tables.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/raw/file_store.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/raw/raw_store.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/raw/raw_tables_manager.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/raw/sqlite_raw_store.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/security/encryption.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/signal_identity.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/source_settings.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/storage/user_identity.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/sync/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/sync/client.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/sync_handlers.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/testing/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/testing/lifespan.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/uma_contact_enrichment.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/uma_filters.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/uma_resource_id.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/uma_rpt.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/upgrades/__init__.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/upgrades/manifests.json +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/upgrades/runner.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/utils/base_object.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos/websocket_client.py +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos_node.egg-info/SOURCES.txt +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos_node.egg-info/dependency_links.txt +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos_node.egg-info/entry_points.txt +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos_node.egg-info/requires.txt +0 -0
- {topos_node-1.2.2 → topos_node-1.2.3}/topos_node.egg-info/top_level.txt +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "topos-node"
|
|
7
|
-
version = "1.2.
|
|
7
|
+
version = "1.2.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"
|
|
@@ -43,6 +43,7 @@ def _normalize_ui_config(value: Any) -> dict[str, Any]:
|
|
|
43
43
|
# Graph view prefs: the temporal window is personal (data volume/velocity
|
|
44
44
|
# dependent — 2 days for some owners, 2 months for others). timeWindowDays
|
|
45
45
|
# is a whole-day count; explicit null = all time; absent = unset.
|
|
46
|
+
# trackLookbackDays caps how far left the scrubber track extends.
|
|
46
47
|
graph = value.get("graph")
|
|
47
48
|
if isinstance(graph, dict) and "timeWindowDays" in graph:
|
|
48
49
|
window = graph.get("timeWindowDays")
|
|
@@ -52,6 +53,14 @@ def _normalize_ui_config(value: Any) -> dict[str, Any]:
|
|
|
52
53
|
days = int(window)
|
|
53
54
|
if 1 <= days <= GRAPH_WINDOW_MAX_DAYS:
|
|
54
55
|
out["graph"]["timeWindowDays"] = days
|
|
56
|
+
if isinstance(graph, dict) and "trackLookbackDays" in graph:
|
|
57
|
+
lookback = graph.get("trackLookbackDays")
|
|
58
|
+
if lookback is None:
|
|
59
|
+
out["graph"]["trackLookbackDays"] = None
|
|
60
|
+
elif isinstance(lookback, (int, float)) and not isinstance(lookback, bool):
|
|
61
|
+
days = int(lookback)
|
|
62
|
+
if 1 <= days <= GRAPH_WINDOW_MAX_DAYS:
|
|
63
|
+
out["graph"]["trackLookbackDays"] = days
|
|
55
64
|
if isinstance(graph, dict):
|
|
56
65
|
mode = graph.get("nodeColorMode")
|
|
57
66
|
if mode in ("type", "community"):
|
|
@@ -48,7 +48,12 @@ class Settings(BaseSettings):
|
|
|
48
48
|
"https://api.nodes.griptape.ai", env="GRIPTAPE_NODES_API_BASE_URL"
|
|
49
49
|
)
|
|
50
50
|
|
|
51
|
-
allowed_origins_raw: str = Field(
|
|
51
|
+
allowed_origins_raw: str = Field(
|
|
52
|
+
"http://localhost:3000",
|
|
53
|
+
# pydantic v2 ignores Field(env=); without the alias this field only
|
|
54
|
+
# read ALLOWED_ORIGINS_RAW and the documented ALLOWED_ORIGINS was dead.
|
|
55
|
+
validation_alias=AliasChoices("ALLOWED_ORIGINS", "ALLOWED_ORIGINS_RAW"),
|
|
56
|
+
)
|
|
52
57
|
allowed_origin_regex: Optional[str] = Field(None, env="ALLOWED_ORIGIN_REGEX")
|
|
53
58
|
enable_health_auth: bool = Field(False, env="ENABLE_HEALTH_AUTH")
|
|
54
59
|
|
|
@@ -376,7 +376,7 @@ def graph_snapshot(
|
|
|
376
376
|
nodes = []
|
|
377
377
|
for entity_id in node_ids:
|
|
378
378
|
row = conn.execute(
|
|
379
|
-
"SELECT canonical_name, entity_type, mention_count, metadata_json "
|
|
379
|
+
"SELECT canonical_name, entity_type, mention_count, metadata_json, is_self "
|
|
380
380
|
"FROM entities WHERE entity_id=?",
|
|
381
381
|
(entity_id,),
|
|
382
382
|
).fetchone()
|
|
@@ -390,6 +390,9 @@ def graph_snapshot(
|
|
|
390
390
|
except (TypeError, ValueError):
|
|
391
391
|
meta = {}
|
|
392
392
|
meta["mention_count"] = row[2]
|
|
393
|
+
# Owner marker so graph UIs can pin/label the self node.
|
|
394
|
+
if row[4]:
|
|
395
|
+
meta["is_self"] = True
|
|
393
396
|
nodes.append(
|
|
394
397
|
{
|
|
395
398
|
"node_id": entity_id,
|
|
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-1.2.2 → topos_node-1.2.3}/topos/canonicalization/mappers/browser_activity_mapper.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{topos_node-1.2.2 → topos_node-1.2.3}/topos/canonicalization/mappers/github_activity_mapper.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
|
|
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-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/canonical/availability_scores_job.py
RENAMED
|
File without changes
|
|
File without changes
|
{topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/canonical/dimension_summary_job.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/canonical/fact_extraction_job.py
RENAMED
|
File without changes
|
{topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/canonical/goal_extraction_job.py
RENAMED
|
File without changes
|
|
File without changes
|
{topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/canonical/relationship_edges_job.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{topos_node-1.2.2 → topos_node-1.2.3}/topos/enrichment/jobs/canonical/url_classification_core.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
|