.dockerignore
.gitignore
AUTHOR_AI_USAGE_ANALYSIS.md
Dockerfile
LICENSE
MANIFEST.in
QUICKSTART.md
README.md
README_CORE_CONCEPTS.md
SUBSTRATE_REVIEW.md
ZEN.md
architecture_diagram.md
compose.yml
debug_utils_temp.py
gemini3pro-critique.md
pyproject.toml
pytest.ini
requirements.txt
server_mcp.py
setup.py
sitecustomize.py
./kogwistar/__init__.py
./kogwistar/__main__.py
./kogwistar/check_chroma_update_meta_mechanism.py
./kogwistar/cli.py
./kogwistar/debug_producer.py
./kogwistar/entity_registry.py
./kogwistar/extraction.py
./kogwistar/graph_kinds.py
./kogwistar/graph_query.py
./kogwistar/id_provider.py
./kogwistar/ingester.py
./kogwistar/ocr.py
./kogwistar/server_mcp_with_admin.py
./kogwistar/shortids.py
./kogwistar/splitter.py
./kogwistar/typing_interfaces.py
./kogwistar/cdc/__init__.py
./kogwistar/cdc/change_bridge.py
./kogwistar/cdc/change_bus.py
./kogwistar/cdc/change_event.py
./kogwistar/cdc/oplog.py
./kogwistar/cdc/sqlite_sink.py
./kogwistar/conversation/__init__.py
./kogwistar/conversation/agentic_answering.py
./kogwistar/conversation/agentic_answering_design.py
./kogwistar/conversation/conversation_context.py
./kogwistar/conversation/conversation_orchestrator.py
./kogwistar/conversation/conversation_state_contracts.py
./kogwistar/conversation/designer.py
./kogwistar/conversation/filtering.py
./kogwistar/conversation/knowledge_retriever.py
./kogwistar/conversation/memory_retriever.py
./kogwistar/conversation/models.py
./kogwistar/conversation/policy.py
./kogwistar/conversation/resolvers.py
./kogwistar/conversation/retrieval_orchestrator.py
./kogwistar/conversation/service.py
./kogwistar/conversation/span_compat.py
./kogwistar/conversation/tool_runner.py
./kogwistar/demo/__init__.py
./kogwistar/demo/build_artifact_governance_demo.py
./kogwistar/demo/framework_then_agent_demo.py
./kogwistar/demo/graph_native_artifact_demo.py
./kogwistar/demo/named_projection_governance_demo.py
./kogwistar/demo/nested_workflow_invocation_demo.py
./kogwistar/demo/provenance_quickstart.py
./kogwistar/diagnostic/__init__.py
./kogwistar/diagnostic/mcp_diag_seed.py
./kogwistar/engine_core/__init__.py
./kogwistar/engine_core/async_compat.py
./kogwistar/engine_core/chroma_backend.py
./kogwistar/engine_core/embedding_factory.py
./kogwistar/engine_core/engine.py
./kogwistar/engine_core/engine_postgres.py
./kogwistar/engine_core/engine_postgres_meta.py
./kogwistar/engine_core/engine_sqlite.py
./kogwistar/engine_core/in_memory_backend.py
./kogwistar/engine_core/in_memory_meta.py
./kogwistar/engine_core/indexing.py
./kogwistar/engine_core/lifecycle.py
./kogwistar/engine_core/models.py
./kogwistar/engine_core/postgres_backend.py
./kogwistar/engine_core/scoped_seq.py
./kogwistar/engine_core/storage_backend.py
./kogwistar/engine_core/types.py
./kogwistar/engine_core/search_index/__init__.py
./kogwistar/engine_core/search_index/models.py
./kogwistar/engine_core/search_index/service.py
./kogwistar/engine_core/search_index/storage_sqlite.py
./kogwistar/engine_core/subsystems/__init__.py
./kogwistar/engine_core/subsystems/adjudicate.py
./kogwistar/engine_core/subsystems/base.py
./kogwistar/engine_core/subsystems/embed.py
./kogwistar/engine_core/subsystems/extract.py
./kogwistar/engine_core/subsystems/ingest.py
./kogwistar/engine_core/subsystems/persist.py
./kogwistar/engine_core/subsystems/read.py
./kogwistar/engine_core/subsystems/rollback.py
./kogwistar/engine_core/subsystems/write.py
./kogwistar/engine_core/utils/__init__.py
./kogwistar/engine_core/utils/aliasing.py
./kogwistar/engine_core/utils/metadata.py
./kogwistar/engine_core/utils/pages.py
./kogwistar/engine_core/utils/refs.py
./kogwistar/graph_navigation_agent/__init__.py
./kogwistar/graph_navigation_agent/agent_mcp_l.py
./kogwistar/ingesters/__init__.py
./kogwistar/integrations/__init__.py
./kogwistar/integrations/openai_embeddings.py
./kogwistar/llm_tasks/__init__.py
./kogwistar/llm_tasks/contracts.py
./kogwistar/llm_tasks/default_provider.py
./kogwistar/llm_tasks/errors.py
./kogwistar/runtime/__init__.py
./kogwistar/runtime/contract.py
./kogwistar/runtime/design.py
./kogwistar/runtime/langgraph_converter.py
./kogwistar/runtime/models.py
./kogwistar/runtime/perf_profile.py
./kogwistar/runtime/replay.py
./kogwistar/runtime/resolvers.py
./kogwistar/runtime/resolvers_bak.py
./kogwistar/runtime/runtime.py
./kogwistar/runtime/sandbox.py
./kogwistar/runtime/serialize.py
./kogwistar/runtime/telemetry.py
./kogwistar/scripts/__init__.py
./kogwistar/scripts/debug_cdc_answer_workflow_v2.py
./kogwistar/scripts/schema_export.py
./kogwistar/server/__init__.py
./kogwistar/server/auth_middleware.py
./kogwistar/server/bootstrap.py
./kogwistar/server/chat_api.py
./kogwistar/server/chat_mcp.py
./kogwistar/server/chat_service.py
./kogwistar/server/chat_service_conversation_queries.py
./kogwistar/server/chat_service_run_execution.py
./kogwistar/server/chat_service_run_inspection.py
./kogwistar/server/chat_service_shared.py
./kogwistar/server/chat_service_workflow_design.py
./kogwistar/server/chat_service_workflow_history.py
./kogwistar/server/error_reporting.py
./kogwistar/server/mcp_tools.py
./kogwistar/server/resources.py
./kogwistar/server/run_registry.py
./kogwistar/server/runtime_api.py
./kogwistar/server/auth/__init__.py
./kogwistar/server/auth/db.py
./kogwistar/server/auth/models.py
./kogwistar/server/auth/oidc.py
./kogwistar/server/auth/provider_config.py
./kogwistar/server/auth/repository.py
./kogwistar/server/auth/router.py
./kogwistar/server/auth/seed_cli.py
./kogwistar/server/auth/seeding.py
./kogwistar/server/auth/service.py
./kogwistar/strategies/__init__.py
./kogwistar/strategies/adjudicators.py
./kogwistar/strategies/merge_policies.py
./kogwistar/strategies/proposer.py
./kogwistar/strategies/types.py
./kogwistar/strategies/verifiers.py
./kogwistar/templates/cytoscape.html
./kogwistar/templates/d3.html
./kogwistar/templates/go.html
./kogwistar/utils/__init__.py
./kogwistar/utils/cache_paths.py
./kogwistar/utils/embedding_vectors.py
./kogwistar/utils/file_loader.py
./kogwistar/utils/kge_debug_dump.py
./kogwistar/utils/langchain.py
./kogwistar/utils/log.py
./kogwistar/utils/oplog_ws_republisher.py
./kogwistar/utils/pydanic_model_consumer_wrapper.py
./kogwistar/utils/simple_ws_sink.py
./kogwistar/visualization/__init__.py
./kogwistar/visualization/basic_visualization.py
./kogwistar/visualization/graph_viz.py
./kogwistar/workers/__init__.py
./kogwistar/workers/index_job_worker.py
./kogwistar/workers/run_index_job_worker.py
./kogwistar/workers/worker_supervisor.py
./kogwistar/workflow/__init__.py
.vscode/launch.json
.vscode/settings.json
assets/favicon.ico
assets/kogwistar_256.png
docker/nginx/nginx.conf
docs/LEARNING_PATH.md
docs/author-notes.md
docs/environment-variables.md
docs/framework_then_agent_demo.md
docs/graph_native_artifact_demo.md
docs/llm-generated-comparison.md
docs/research-applications.md
docs/roadmap.md
docs/tutorials/01_hello_graph_engine.md
docs/tutorials/02_core_data_model.md
docs/tutorials/03_build_a_small_knowledge_graph.md
docs/tutorials/04_conversation_graph_basics.md
docs/tutorials/05_context_snapshot_and_replay.md
docs/tutorials/06_first_workflow.md
docs/tutorials/07_branch_join_workflows.md
docs/tutorials/08_storage_backends_and_parity.md
docs/tutorials/09_indexing_pipeline.md
docs/tutorials/10_event_log_replay_and_cdc.md
docs/tutorials/11_build_a_mini_graphrag_app.md
docs/tutorials/12_designer_api_integration.md
docs/tutorials/13_how_to_test_this_repo.md
docs/tutorials/14_architecture_deep_dive.md
docs/tutorials/15_historical_search_tombstone_redirect.md
docs/tutorials/16_leakage_prevention_with_model_slicing.md
docs/tutorials/17_custom_llm_provider.md
docs/tutorials/README.md
docs/tutorials/level-0-simple-rag.md
docs/tutorials/level-1-retrieval-orchestration.md
docs/tutorials/level-2-provenance-pinning.md
docs/tutorials/level-3-event-loop-control.md
docs/tutorials/runtime-ladder-overview.md
docs/tutorials/runtime-level-0-basics.md
docs/tutorials/runtime-level-1-resolvers.md
docs/tutorials/runtime-level-2-pause-resume.md
docs/tutorials/runtime-level-3-observability-interop.md
docs/tutorials/runtime-level-4-sandboxed-ops.md
keycloak/realm-kge.json
kogwistar/__init__.py
kogwistar/__main__.py
kogwistar/check_chroma_update_meta_mechanism.py
kogwistar/cli.py
kogwistar/debug_producer.py
kogwistar/entity_registry.py
kogwistar/extraction.py
kogwistar/graph_kinds.py
kogwistar/graph_query.py
kogwistar/id_provider.py
kogwistar/ingester.py
kogwistar/ocr.py
kogwistar/server_mcp_with_admin.py
kogwistar/shortids.py
kogwistar/splitter.py
kogwistar/typing_interfaces.py
kogwistar.egg-info/PKG-INFO
kogwistar.egg-info/SOURCES.txt
kogwistar.egg-info/dependency_links.txt
kogwistar.egg-info/entry_points.txt
kogwistar.egg-info/requires.txt
kogwistar.egg-info/top_level.txt
kogwistar/cdc/__init__.py
kogwistar/cdc/change_bridge.py
kogwistar/cdc/change_bus.py
kogwistar/cdc/change_event.py
kogwistar/cdc/oplog.py
kogwistar/cdc/sqlite_sink.py
kogwistar/conversation/__init__.py
kogwistar/conversation/agentic_answering.py
kogwistar/conversation/agentic_answering_design.py
kogwistar/conversation/conversation_context.py
kogwistar/conversation/conversation_orchestrator.py
kogwistar/conversation/conversation_state_contracts.py
kogwistar/conversation/designer.py
kogwistar/conversation/filtering.py
kogwistar/conversation/knowledge_retriever.py
kogwistar/conversation/memory_retriever.py
kogwistar/conversation/models.py
kogwistar/conversation/policy.py
kogwistar/conversation/resolvers.py
kogwistar/conversation/retrieval_orchestrator.py
kogwistar/conversation/service.py
kogwistar/conversation/span_compat.py
kogwistar/conversation/tool_runner.py
kogwistar/demo/__init__.py
kogwistar/demo/build_artifact_governance_demo.py
kogwistar/demo/framework_then_agent_demo.py
kogwistar/demo/graph_native_artifact_demo.py
kogwistar/demo/named_projection_governance_demo.py
kogwistar/demo/nested_workflow_invocation_demo.py
kogwistar/demo/provenance_quickstart.py
kogwistar/diagnostic/__init__.py
kogwistar/diagnostic/mcp_diag_seed.py
kogwistar/docs/ADR-0014-graph-edit-with-redo-undo.md
kogwistar/docs/ADR-004-phase4-pgvector-authoritative.md
kogwistar/docs/ADR.md
kogwistar/docs/ARD-0000-naming-and-catalog.md
kogwistar/docs/ARD-0006-conversation.md
kogwistar/docs/ARD-0012-repo-restructure-core-workflow-conversation.md
kogwistar/docs/ARD-0013-core-vendor-neutrality-and-sidecar-optionality.md
kogwistar/docs/ARD-0015-oauth.md
kogwistar/docs/ARD-agentic-answering-system.md
kogwistar/docs/ARD-ci-marking-strategy.md
kogwistar/docs/ARD-context-snapshot-and-prompt-context.md
kogwistar/docs/ARD-custom-runtime-rationale.md
kogwistar/docs/ARD-p2d-appendix-a-state-retries-ordering.md
kogwistar/docs/ARD-p2d-conversation-workflow-v2-parity.md
kogwistar/docs/ARD-postgresql-inclusive.md
kogwistar/docs/ARD-retrieval-orchestration.md
kogwistar/docs/ARD-test-suite-lightweight-suite.md
kogwistar/docs/ARD-workflowruntime-token-nesting.md
kogwistar/docs/Conversation-System.md
kogwistar/docs/Differentiation_With_Langgraph.md
kogwistar/docs/screenshots/cdc_debugger_example_screenshot.png
kogwistar/docs/screenshots/conversation-graph-with-trace-and-events-on-cdc-panel.png
kogwistar/docs/screenshots/workflow-cdc.png
kogwistar/engine_core/__init__.py
kogwistar/engine_core/async_compat.py
kogwistar/engine_core/chroma_backend.py
kogwistar/engine_core/embedding_factory.py
kogwistar/engine_core/engine.py
kogwistar/engine_core/engine_postgres.py
kogwistar/engine_core/engine_postgres_meta.py
kogwistar/engine_core/engine_sqlite.py
kogwistar/engine_core/in_memory_backend.py
kogwistar/engine_core/in_memory_meta.py
kogwistar/engine_core/indexing.py
kogwistar/engine_core/lifecycle.py
kogwistar/engine_core/models.py
kogwistar/engine_core/postgres_backend.py
kogwistar/engine_core/scoped_seq.py
kogwistar/engine_core/storage_backend.py
kogwistar/engine_core/types.py
kogwistar/engine_core/search_index/__init__.py
kogwistar/engine_core/search_index/models.py
kogwistar/engine_core/search_index/service.py
kogwistar/engine_core/search_index/storage_sqlite.py
kogwistar/engine_core/subsystems/__init__.py
kogwistar/engine_core/subsystems/adjudicate.py
kogwistar/engine_core/subsystems/base.py
kogwistar/engine_core/subsystems/embed.py
kogwistar/engine_core/subsystems/extract.py
kogwistar/engine_core/subsystems/ingest.py
kogwistar/engine_core/subsystems/persist.py
kogwistar/engine_core/subsystems/read.py
kogwistar/engine_core/subsystems/rollback.py
kogwistar/engine_core/subsystems/write.py
kogwistar/engine_core/utils/__init__.py
kogwistar/engine_core/utils/aliasing.py
kogwistar/engine_core/utils/metadata.py
kogwistar/engine_core/utils/pages.py
kogwistar/engine_core/utils/refs.py
kogwistar/graph_navigation_agent/__init__.py
kogwistar/graph_navigation_agent/agent_mcp_l.py
kogwistar/ingesters/__init__.py
kogwistar/integrations/__init__.py
kogwistar/integrations/openai_embeddings.py
kogwistar/llm_tasks/__init__.py
kogwistar/llm_tasks/contracts.py
kogwistar/llm_tasks/default_provider.py
kogwistar/llm_tasks/errors.py
kogwistar/runtime/__init__.py
kogwistar/runtime/contract.py
kogwistar/runtime/design.py
kogwistar/runtime/langgraph_converter.py
kogwistar/runtime/models.py
kogwistar/runtime/perf_profile.py
kogwistar/runtime/replay.py
kogwistar/runtime/resolvers.py
kogwistar/runtime/resolvers_bak.py
kogwistar/runtime/runtime.py
kogwistar/runtime/sandbox.py
kogwistar/runtime/serialize.py
kogwistar/runtime/telemetry.py
kogwistar/scripts/__init__.py
kogwistar/scripts/debug_cdc_answer_workflow_v2.py
kogwistar/scripts/schema_export.py
kogwistar/scripts/workflow.bundle.cdc.script.hl3.html
kogwistar/server/__init__.py
kogwistar/server/auth_middleware.py
kogwistar/server/bootstrap.py
kogwistar/server/chat_api.py
kogwistar/server/chat_mcp.py
kogwistar/server/chat_service.py
kogwistar/server/chat_service_conversation_queries.py
kogwistar/server/chat_service_run_execution.py
kogwistar/server/chat_service_run_inspection.py
kogwistar/server/chat_service_shared.py
kogwistar/server/chat_service_workflow_design.py
kogwistar/server/chat_service_workflow_history.py
kogwistar/server/error_reporting.py
kogwistar/server/mcp_tools.py
kogwistar/server/resources.py
kogwistar/server/run_registry.py
kogwistar/server/runtime_api.py
kogwistar/server/auth/__init__.py
kogwistar/server/auth/db.py
kogwistar/server/auth/models.py
kogwistar/server/auth/oidc.py
kogwistar/server/auth/provider_config.py
kogwistar/server/auth/repository.py
kogwistar/server/auth/router.py
kogwistar/server/auth/seed_cli.py
kogwistar/server/auth/seeding.py
kogwistar/server/auth/service.py
kogwistar/strategies/__init__.py
kogwistar/strategies/adjudicators.py
kogwistar/strategies/merge_policies.py
kogwistar/strategies/proposer.py
kogwistar/strategies/types.py
kogwistar/strategies/verifiers.py
kogwistar/templates/cytoscape.html
kogwistar/templates/d3.html
kogwistar/templates/go.html
kogwistar/utils/__init__.py
kogwistar/utils/cache_paths.py
kogwistar/utils/embedding_vectors.py
kogwistar/utils/file_loader.py
kogwistar/utils/kge_debug_dump.py
kogwistar/utils/langchain.py
kogwistar/utils/log.py
kogwistar/utils/oplog_ws_republisher.py
kogwistar/utils/pydanic_model_consumer_wrapper.py
kogwistar/utils/simple_ws_sink.py
kogwistar/visualization/__init__.py
kogwistar/visualization/basic_visualization.py
kogwistar/visualization/graph_viz.py
kogwistar/workers/__init__.py
kogwistar/workers/index_job_worker.py
kogwistar/workers/run_index_job_worker.py
kogwistar/workers/worker_supervisor.py
kogwistar/workflow/__init__.py
scripts/__init__.py
scripts/claw_runtime_loop.py
scripts/export_schemas.py
scripts/rag_tutorial_ladder.py
scripts/runtime_tutorial_ladder.py
scripts/tutorial_ladder.py
scripts/tutorial_sections/01_hello_graph_engine.py
scripts/tutorial_sections/03_build_a_small_knowledge_graph.py
scripts/tutorial_sections/04_conversation_graph_basics.py
scripts/tutorial_sections/05_context_snapshot_and_replay.py
scripts/tutorial_sections/06_first_workflow.py
scripts/tutorial_sections/07_branch_join_workflows.py
scripts/tutorial_sections/10_event_log_replay_and_cdc.py
scripts/tutorial_sections/11_build_a_mini_graphrag_app.py
scripts/tutorial_sections/15_historical_search_tombstone_redirect.py
scripts/tutorial_sections/16_leakage_prevention_with_model_slicing.py
scripts/tutorial_sections/17_custom_llm_provider.py
scripts/tutorial_sections/__init__.py
scripts/tutorial_sections/_helpers.py
tests/__init__.py
tests/_kg_factories.py
tests/conftest.py
tests/parametrized_runtime_collector.py
tests/test_engine_sqlite_uow_join.py
tests/test_llm_parameterization.py
tests/test_pg_container_fixture.py
tests/test_tokens.py
tests/test_visualization.py
tests/test_workflow_contract.py
tests/try_llm_composability.py
tests/_helpers/conv_view.py
tests/_helpers/embeddings.py
tests/_helpers/engine_factories.py
tests/_helpers/fake_backend.py
tests/_helpers/runners.py
tests/auth/__init__.py
tests/auth/test_auth_router.py
tests/auth/test_auth_service.py
tests/cdc/test_cdc.py
tests/cdc/test_replay_oplog_to_bridge.py
tests/cdc/test_search_index_cdc.py
tests/core/test_backend_contract.py
tests/core/test_embedding_vector_normalization.py
tests/core/test_engine_namespaced_shims.py
tests/core/test_extraction_schema_modes.py
tests/core/test_llm_task_set_validation.py
tests/core/test_model_slicing_serialization.py
tests/core/test_offset_repair_policy.py
tests/core/test_optional_dependency_boundaries.py
tests/core/test_package_discovery.py
tests/core/test_root_facade_invariant.py
tests/core/test_runtime_import_boundary.py
tests/core/test_search_nodes_as_of.py
tests/core/test_tutorial_docs_integrity.py
tests/core/test_tutorial_ladder_smoke.py
tests/core/models/test_llm_flattened_conversion.py
tests/ingestions/test_ingest_document.py
tests/ingestions/test_ingest_document_with_llm_cache.py
tests/input_test_data/changes.jsonl
tests/kg_conversation/test_agentic_answering.py
tests/kg_conversation/test_agentic_answering_invariants.py
tests/kg_conversation/test_agentic_answering_ops.py
tests/kg_conversation/test_bundle_render_smoke.py
tests/kg_conversation/test_cache_determinism.py
tests/kg_conversation/test_conversation_flow.py
tests/kg_conversation/test_conversation_flow_v2_e2e.py
tests/kg_conversation/test_conversation_flow_v2_param_e2e.py
tests/kg_conversation/test_dump_bundles_integration.py
tests/kg_conversation/test_kge_debug_dump.py
tests/kg_conversation/test_phase1_causality_and_node_accounting.py
tests/kg_conversation/test_phase1_endpoint_invariants.py
tests/kg_conversation/test_phase1_idempotency_and_dependency.py
tests/kg_conversation/test_phase2a2c_helpers.py
tests/kg_conversation/test_phase2a_accounting.py
tests/kg_conversation/test_phase2b_context_snapshot.py
tests/kg_conversation/test_phase2b_context_snapshot_metadata.py
tests/kg_conversation/test_phase2b_ordering_strategies.py
tests/kg_conversation/test_phase2b_snapshot_metadata.py
tests/kg_conversation/test_phase2c_seq_stamping.py
tests/kg_conversation/test_phase2d_parity_harness.py
tests/kg_conversation/test_phaseA_conversation_orchestrator.py
tests/kg_conversation/test_phaseB1_backbone_ops.py
tests/kg_conversation/test_phaseCDEF_workflow.py
tests/kg_conversation/test_pin_contract.py
tests/mcp/test_chat_mcp_tools.py
tests/mcp/test_mcp_self_unit_test.py
tests/outbox/README_PHASE1.md
tests/outbox/test_phase1_index_jobs.py
tests/outbox/test_phase1_namespace_usage_e2e.py
tests/outbox/test_phase1_reconcile_e2e.py
tests/outbox/test_phase2_coalesce_usage_e2e.py
tests/outbox/test_phase2b_event_log_replay_e2e.py
tests/outbox/test_phase3_chroma_repair_by_replay.py
tests/outbox/test_phase3_uow_meta_atomicity_e2e.py
tests/outbox/test_phase3b_chroma_replay_repair_e2e.py
tests/outbox/test_phase3b_negative_cases_e2e.py
tests/outbox/test_phase4_pgvector_commit_invariants.py
tests/outbox/test_phase4_pgvector_filters.py
tests/outbox/test_phase4_pgvector_rebuild_repair.py
tests/outbox/test_phase4_pgvector_replay_idempotency.py
tests/outbox/test_phase4_pgvector_vector_ordering.py
tests/outbox/test_phase5_enqueue_coalesces_pending_jobs.py
tests/outbox/test_phase5_index_job_worker_e2e.py
tests/outbox/test_phase5_supervisor_worker_e2e.py
tests/outbox/test_phase5_worker_backpressure_integration.py
tests/outbox/test_phase5_worker_backpressure_unit_fake.py
tests/outbox/test_phase5_worker_negative_eventual_consistency.py
tests/outbox/test_phase5_worker_runner_smoke.py
tests/pg_sql/test_phase1_backend_routing.py
tests/pg_sql/test_phase2_where_jsonb_typed_roundtrip.py
tests/pg_sql/test_phase2_where_translation.py
tests/pg_sql/test_phase3_e2e_engine_pg.py
tests/pg_sql/test_phase3_pg_backend_edge_refs.py
tests/pg_sql/test_phase3_pg_step_atomicity.py
tests/pg_sql/test_phase4_pg_meta_store_pg_atomicity.py
tests/pg_sql/test_phase4_pg_transaction_rollback_power_out.py
tests/pg_sql/test_phase4_pg_workflow_projection_meta.py
tests/pg_sql/test_phase4_pgvector_retrieval_e2e.py
tests/pg_sql/test_phase4_vector_search_engine_parametrized.py
tests/primitives/test_adjudication_merge.py
tests/primitives/test_adjudication_merge_positive.py
tests/primitives/test_adjudication_with_llm_cache.py
tests/primitives/test_alias_and_adjudication.py
tests/primitives/test_aliasing.py
tests/primitives/test_batch_adjudication.py
tests/primitives/test_batch_adjudication_par_llm_cache.py
tests/primitives/test_custom_embedder_injection.py
tests/primitives/test_document_rollback.py
tests/primitives/test_edge_endpoints_rollback.py
tests/primitives/test_embedder_default_and_verify.py
tests/primitives/test_embeddings_optional.py
tests/primitives/test_gemini_assoc_flattened_model_fill.py
tests/primitives/test_gemini_schema_nesting_limit.py
tests/primitives/test_generate_cross_kind_candidates.py
tests/primitives/test_graph_query.py
tests/primitives/test_graph_query_real_engine.py
tests/primitives/test_graph_upsert.py
tests/primitives/test_ingester_long_doc.py
tests/primitives/test_metadata_sanitization.py
tests/primitives/test_node_docs_rollback.py
tests/primitives/test_node_edge_ref.py
tests/primitives/test_shortids_smoke.py
tests/primitives/test_split_doc_deterministic.py
tests/primitives/test_streamable_http_official.py
tests/primitives/test_verify_mentions.py
tests/runtime/test_sandbox.py
tests/runtime/test_trace_sink_parallel_nested_minimal.py
tests/runtime/test_workflow_cancel_event_sourced.py
tests/runtime/test_workflow_suspend_resume.py
tests/runtime/test_workflow_terminal_status.py
tests/server/__init__.py
tests/server/conftest.py
tests/server/manual_oidc_test_app.py
tests/server/oidc_test_support.py
tests/server/test_auth_integration.py
tests/server/test_bootstrap.py
tests/server/test_chat_server_api.py
tests/server/test_chat_service_split_smoke.py
tests/server/test_chat_service_workflow_history_unit.py
tests/server/test_oidc_keycloak_e2e.py
tests/server/test_oidc_keycloak_manual.py
tests/wisdom/test_wisdom_namespace.py
tests/workflow/test_add_turn_like_workflow_d3_bundle.py
tests/workflow/test_add_turn_workflow_designed_and_runs.py
tests/workflow/test_answer_workflow_v2.py
tests/workflow/test_cdc_bridge_ci.py
tests/workflow/test_framework_then_agent_demo.py
tests/workflow/test_graph_native_artifact_demo.py
tests/workflow/test_langgraph_blob_state.py
tests/workflow/test_langgraph_blobstate_seq.py
tests/workflow/test_langgraph_converter.py
tests/workflow/test_langgraph_converter_fanout.py
tests/workflow/test_langgraph_converter_parallel_integration.py
tests/workflow/test_langgraph_converter_real_parallel.py
tests/workflow/test_phase2d_backbone_designer.py
tests/workflow/test_save_load_progress.py
tests/workflow/test_tracing_e2e.py
tests/workflow/test_workflow_design_persist.py
tests/workflow/test_workflow_design_saved_is_runnable.py
tests/workflow/test_workflow_join.py
tests/workflow/test_workflow_native_update.py
tests/workflow/test_workflow_orchestrator_v2_smoke.py