API_COMPATIBILITY.md
LICENSE
MANIFEST.in
README.md
RELEASING.md
pyproject.toml
docs/README.md
docs/api-stability.md
docs/backend-compatibility-matrix.md
docs/benchmark-reports.md
docs/certification-readiness-matrix.md
docs/ci-and-release-automation.md
docs/code-quality-enforcement.md
docs/engineering-patterns.md
docs/examples.md
docs/getting-started.md
docs/human-management.md
docs/migration-and-upgrade.md
docs/retrieval-boundary.md
docs/source-tree-owner-map.md
docs/standalone-claim-alignment.md
docs/storage-retrieval-backends.md
docs/testing-and-validation.md
docs/ui-contracts.md
docs/ui-workbench.md
docs/vector-conformance.md
docs/workspace-mode.md
docs/benchmarks/public-conformance-sample.md
docs/specs/storage-retrieval-backends-2026-07-02-spec.md
docs/trackers/storage-retrieval-backends-2026-07-02-tracker.md
examples/basic_usage.py
examples/benchmark_conformance.py
examples/graph_backend_export.py
examples/obsidian_substrate.py
examples/okf_obsidian_roundtrip.py
examples/ontology_examples.py
examples/privacy_redaction.py
examples/storage_retrieval_backends.py
examples/ui_workbench_export.py
examples/workspace_sync_demo.py
scripts/release_check.py
scripts/validate_commit_message.py
src/sophiagraph/__init__.py
src/sophiagraph/__main__.py
src/sophiagraph/benchmarks.py
src/sophiagraph/candidate_review.py
src/sophiagraph/canvas.py
src/sophiagraph/connectors.py
src/sophiagraph/deletion.py
src/sophiagraph/embedding_lifecycle.py
src/sophiagraph/extensions.py
src/sophiagraph/federation.py
src/sophiagraph/freshness.py
src/sophiagraph/human.py
src/sophiagraph/human_render.py
src/sophiagraph/human_types.py
src/sophiagraph/inspection.py
src/sophiagraph/integrity.py
src/sophiagraph/okf.py
src/sophiagraph/okf_io.py
src/sophiagraph/okf_navigation.py
src/sophiagraph/okf_support.py
src/sophiagraph/operations.py
src/sophiagraph/operations_codec.py
src/sophiagraph/operations_types.py
src/sophiagraph/privacy.py
src/sophiagraph/privacy_ops.py
src/sophiagraph/privacy_types.py
src/sophiagraph/profile_packs.py
src/sophiagraph/publishing.py
src/sophiagraph/schema.py
src/sophiagraph/shared_blocks.py
src/sophiagraph/sync.py
src/sophiagraph/templates.py
src/sophiagraph/vault.py
src/sophiagraph/vault_io.py
src/sophiagraph/vault_repairs.py
src/sophiagraph/vault_support.py
src/sophiagraph/vault_types.py
src/sophiagraph/vectors.py
src/sophiagraph/view_composition.py
src/sophiagraph/view_eval.py
src/sophiagraph/view_types.py
src/sophiagraph/views.py
src/sophiagraph/workbench.py
src/sophiagraph/workspace.py
src/sophiagraph/workspace_common.py
src/sophiagraph/workspace_history.py
src/sophiagraph/workspace_notes.py
src/sophiagraph/workspace_roles.py
src/sophiagraph/workspace_sync.py
src/sophiagraph/workspace_types.py
src/sophiagraph/adapters/__init__.py
src/sophiagraph/adapters/markdown.py
src/sophiagraph/adapters/mcp.py
src/sophiagraph/audit/__init__.py
src/sophiagraph/audit/events.py
src/sophiagraph/audit/governance.py
src/sophiagraph/audit/policy.py
src/sophiagraph/contracts/__init__.py
src/sophiagraph/contracts/errors.py
src/sophiagraph/contracts/provenance.py
src/sophiagraph/contracts/types.py
src/sophiagraph/graph_backends/__init__.py
src/sophiagraph/graph_backends/base.py
src/sophiagraph/graph_backends/fake.py
src/sophiagraph/graph_backends/kuzu.py
src/sophiagraph/graph_backends/kuzu_support.py
src/sophiagraph/graph_backends/neo4j.py
src/sophiagraph/graph_backends/neo4j_support.py
src/sophiagraph/graph_backends/support.py
src/sophiagraph/graph_backends/types.py
src/sophiagraph/models/__init__.py
src/sophiagraph/models/artifact.py
src/sophiagraph/models/artifact_projection.py
src/sophiagraph/models/block.py
src/sophiagraph/models/candidate.py
src/sophiagraph/models/change.py
src/sophiagraph/models/convergence.py
src/sophiagraph/models/core.py
src/sophiagraph/models/document.py
src/sophiagraph/models/embedding.py
src/sophiagraph/models/embedding_lifecycle.py
src/sophiagraph/models/entity_fact.py
src/sophiagraph/models/episode_procedure.py
src/sophiagraph/models/link.py
src/sophiagraph/models/namespace.py
src/sophiagraph/models/okf.py
src/sophiagraph/models/ontology.py
src/sophiagraph/models/primitives.py
src/sophiagraph/models/privacy.py
src/sophiagraph/models/record.py
src/sophiagraph/models/relation.py
src/sophiagraph/models/self_improvement.py
src/sophiagraph/models/self_improvement_types.py
src/sophiagraph/models/storage_operations.py
src/sophiagraph/models/tier.py
src/sophiagraph/portability/__init__.py
src/sophiagraph/portability/bundle_codec.py
src/sophiagraph/portability/codec.py
src/sophiagraph/portability/models.py
src/sophiagraph/portability/row_codec.py
src/sophiagraph/query/__init__.py
src/sophiagraph/query/algorithm_exec.py
src/sophiagraph/query/algorithm_types.py
src/sophiagraph/query/algorithms.py
src/sophiagraph/query/artifacts.py
src/sophiagraph/query/blocks.py
src/sophiagraph/query/community.py
src/sophiagraph/query/community_types.py
src/sophiagraph/query/context_assembly.py
src/sophiagraph/query/context_types.py
src/sophiagraph/query/entity_summary_context.py
src/sophiagraph/query/explorer.py
src/sophiagraph/query/explorer_mechanics.py
src/sophiagraph/query/explorer_types.py
src/sophiagraph/query/graph.py
src/sophiagraph/query/options.py
src/sophiagraph/query/replay.py
src/sophiagraph/query/retrieval.py
src/sophiagraph/query/retrieval_types.py
src/sophiagraph/query/structural.py
src/sophiagraph/query/structural_graph_exec.py
src/sophiagraph/query/structural_graph_query.py
src/sophiagraph/query/structural_graph_types.py
src/sophiagraph/query/temporal.py
src/sophiagraph/storage/__init__.py
src/sophiagraph/storage/async_facade.py
src/sophiagraph/storage/backups.py
src/sophiagraph/storage/base.py
src/sophiagraph/storage/capabilities.py
src/sophiagraph/storage/compaction.py
src/sophiagraph/storage/entity_episode_store.py
src/sophiagraph/storage/factory.py
src/sophiagraph/storage/graph_helpers.py
src/sophiagraph/storage/graph_queries.py
src/sophiagraph/storage/graph_serialization.py
src/sophiagraph/storage/graph_support.py
src/sophiagraph/storage/leases.py
src/sophiagraph/storage/lifecycle_eval.py
src/sophiagraph/storage/lifecycle_policy.py
src/sophiagraph/storage/lifecycle_types.py
src/sophiagraph/storage/memory.py
src/sophiagraph/storage/memory_block_helpers.py
src/sophiagraph/storage/memory_changefeed.py
src/sophiagraph/storage/memory_portability.py
src/sophiagraph/storage/memory_sync_store.py
src/sophiagraph/storage/migration_tooling.py
src/sophiagraph/storage/ontology_validator.py
src/sophiagraph/storage/operation_support.py
src/sophiagraph/storage/operations.py
src/sophiagraph/storage/portability_helpers.py
src/sophiagraph/storage/protocol_core.py
src/sophiagraph/storage/protocol_extended.py
src/sophiagraph/storage/record_lifecycle.py
src/sophiagraph/storage/sqlite/__init__.py
src/sophiagraph/storage/sqlite/aux.py
src/sophiagraph/storage/sqlite/changefeed.py
src/sophiagraph/storage/sqlite/fts.py
src/sophiagraph/storage/sqlite/portability.py
src/sophiagraph/storage/sqlite/rows.py
src/sophiagraph/storage/sqlite/schema.py
src/sophiagraph/storage/sqlite/typed_graph.py
src/sophiagraph/temporal/__init__.py
src/sophiagraph/trust/__init__.py
src/sophiagraph/trust/types.py
src/sophiagraph/ui/__init__.py
src/sophiagraph/ui/contracts.py
src/sophiagraph/ui/graphfakos_adapter.py
src/sophiagraph/ui/local_server.py
src/sophiagraph/ui/preview.py
src/sophiagraph/ui/preview_support.py
src/sophiagraph/ui/preview_types.py
src/sophiagraph/ui/render.py
src/sophiagraph/ui/render_core.py
src/sophiagraph/ui/render_screens.py
src/sophiagraph/ui/screen_builders.py
src/sophiagraph/ui/screen_types.py
src/sophiagraph/ui/screens.py
src/sophiagraph/ui/state.py
src/sophiagraph/ui/workbench.py
tests/test_benchmark_conformance.py
tests/test_candidate_review_queue.py
tests/test_canvas_roundtrip_storage.py
tests/test_certification_suite.py
tests/test_changefeed.py
tests/test_codec_hydration.py
tests/test_collaborative_workbench.py
tests/test_community_query.py
tests/test_context_assembly.py
tests/test_embedding_hooks.py
tests/test_embedding_lifecycle.py
tests/test_embedding_lifecycle_portability.py
tests/test_entity_fact_temporal.py
tests/test_entity_summary_context.py
tests/test_episodic_procedural.py
tests/test_governance_observability.py
tests/test_graph_backend_adapters.py
tests/test_graphfakos_adapter.py
tests/test_human_management.py
tests/test_hybrid_retrieval.py
tests/test_imports.py
tests/test_inspection_repair_workflows.py
tests/test_integrity_hash.py
tests/test_knowledge_explorer.py
tests/test_lifecycle_policy.py
tests/test_lifecycle_policy_storage.py
tests/test_local_sync_and_freshness.py
tests/test_memory_block_context.py
tests/test_memory_block_failure_modes.py
tests/test_memory_block_storage.py
tests/test_memory_block_v1.py
tests/test_memory_store.py
tests/test_migration_tooling.py
tests/test_model_validation_hardening.py
tests/test_multimodal_artifact_memory.py
tests/test_multimodal_queryability.py
tests/test_namespace_models.py
tests/test_object_templates.py
tests/test_obsidian_links_and_graph.py
tests/test_obsidian_models_and_markdown.py
tests/test_okf_interoperability.py
tests/test_ontology_and_categories.py
tests/test_ontology_examples.py
tests/test_openminion_submission_contract.py
tests/test_package_layout.py
tests/test_package_metadata.py
tests/test_portability_bundle_hardening.py
tests/test_privacy_policy.py
tests/test_public_examples.py
tests/test_query_views_canvas.py
tests/test_quickstart_example.py
tests/test_release_check.py
tests/test_retrieval_deletion_mcp_contracts.py
tests/test_schema_resolver_async.py
tests/test_self_improving_memory_lifecycle.py
tests/test_shared_blocks_collaboration.py
tests/test_source_connector_ingestion.py
tests/test_sqlite_store.py
tests/test_standalone_smoke.py
tests/test_storage_operations.py
tests/test_storage_operations_anti_llm.py
tests/test_storage_operations_multiprocess.py
tests/test_storage_retrieval_backends.py
tests/test_store_namespace_parity.py
tests/test_structural_graph_query.py
tests/test_sync_connector_operations.py
tests/test_temporal_convergence.py
tests/test_ui_contracts.py
tests/test_ui_screens.py
tests/test_vault_sync.py
tests/test_vector_conformance.py
tests/test_view_publish_profile_packs.py
tests/test_workspace.py
tests/test_workspace_federation_roles.py
tests/test_workspace_history_recovery.py
tests/test_workspace_live_sync.py